Geo-preneur - Debugging Makefile-based projects using XCode...
http://blog.burhum.com/post/35555678746/debugging-makefile-based-projects-using-xcode
january 2017 ‧ autoconf gnu linux mac make xcode ‧ open in karakeep
Karakeep has no AI summary for this page yet. summarize now
I love using XCode to write C++. Nevertheless, many of the projects I use a lot (like GDAL) don’t maintain XCode projects. Compiling these type of projects usually is usually done with autoconf and GNUMakefiles. The usual workflow takes this form from the command line: ./configure ./make ./make install But what if I want to use XCode? Here is a quick way I use to get up and running with XCode 4.5.2 Let’s use GDAL as an example. Create a new XCode project 1.- File->New Project 2.- Choose Application -> Command Line Tool. Call it something meaningful like gdal-trunk (uncheck use automatic reference counting). 3.- Delete the Target Checkout the version you want from GDAL and compile it with debug First, we need to make sure that our project is compiled with the -g flag so debugging information is included. For GDAL, this is accomplished with the –enable-debug flag. Personally, I also like to keep my debug build separate from the rest of my system. So I also specify a build directory using the –prefix flag. These are the commands I use in the command line: svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal cd gdal ./configure --enable-debug --prefix=/Users/rburhum/src/gdal-xcode/gdal-trunk/build make make install Setup XCode to show GDAL source and call the makefile every time we build 1.- While highlighting the project: File->New Taget. Under OSX -> Other, choose “External Build System”. Pick a target name like “gdal_target”. Finish. 2.- Click on the new target, select info. Make sure the directory there has the root directory that has your makefile. In my case /Users/rburhum/src/gdal-xcode/gdal 3.- Product->Edit Scheme. Under Build->Build hit the “+” and add the new target you just created.
This will make sure that make gets called. But with GDAL, you will need to have the code installed again after every compilation (a different topic for another day). So we will need to trigger that behavior: 4.- Under Post Actions, add the following script: cd /Users/rburhum/src/gdal-xcode/gdal /usr/bin/make install Setup XCode to call the executable you want to debug Almost there! The last step missing is to add the executable you want to debug. Let’s say that it is ogrinfo. While still on the Edit Scheme window. Choose Run. Under Info, browse and pick ogrinfo from your build directory. Under Arguments, choose whatever you may want to pass to ogrinfo (in my case: -al /Users/rburhum/Applications/geoserver-2.1.3/data_dir/data/nyc/poi.shp Add the GDAL source tree to XCode Right click on your Project and Choose “Add files to gdal-trunk”. Make sure you choose “Create Folder References” and that “Copy items into destination folder” is unchecked. Browse to the root of the GDAL directory and pick it. You are done! Put your breakpoints, change your code and whenever you hit run/debug, XCode will compile the new code and run it inside XCode.
*bookmark *download *tobuy *tofollow 2d 360 3d abandonware actionscript air algorithm android api app apple appstore arcade arduino art article asm audio automation backlight backup berlin bitcoin blipfm blipster blog bluetooth book bookmark bootcamp brasil bug c c# c++ carro casa chiptune cocoa cocoa-touch code collection component controller css database debug demoscene design deutschland dev diy doc dos dosbox dotnet download electronics emu emudev emulator example famicom feedbin fix flash flex forum freeware gadget game gameboy gamedev germany git GoogleReader hack hacks hardware home home-automation homebrew howto htpc http IFTTT image imported inspiration ios ipad iphone iso itunes jailbreak japan java javascript lcd lib library linux mac mame math mce mediacenter megadrive midi mod mp3 mpd music mythtv nas nes objective-c opengl opensource osx pc piracy plex plugin Pocket ps2 ps3 pvr raspberrypi recipe remote repro resource retrogaming retropc rgb roms rubyonrails saopaulo sdk shmups shop shopping sms snes software soundblaster source star svn swift synology synth terminal tips tool toread torrent travel tutorial twitter ubuntu ui uitableview unix unlock veralite viagem vista vpn vps walkthrough warez web2.0 webservices wii windows wishlist wordpress xbmc xbox xcode xna z80