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 3g abandonware actionscript air airplay algorithm android animation api app apple appstore arcade arduino art article asm audio automation backlight backup berlin bitcoin blipfm blipster blog bluetooth book bookmark bootcamp brasil brazil bug buildapc business c c# c++ carro casa chiptune cliq cocoa cocoa-touch code collection component controller cooking crt css database debug demoscene design deutschland dev diy dns doc dos dosbox dotnet download electronics emu emudev emulator engine example famicom feedbin fix flash flex fluorine forum framework freeware gadget game gameboy gameboy-pocket gamedev games germany git google googlemaps GoogleReader gsm guide hack hacks hamburg hardware home home-automation homeassistant homebrew honda howto html htpc http IFTTT image imported indie inspiration insteon ios ipad iphone iso itunes jailbreak japan java javascript job lcd lib library linux live localization mac mame math mce media mediacenter megadrive memory-management midi mod movie mp3 mpd music mythtv nas nes network objective-c opengl opensource osx pc pcb piracy plex plugin Pocket project ps1 ps2 ps3 ps4 pvr python raspberrypi recalbox recipe region remote repro resource restaurante retrogaming retrograming retropc retropie rgb roms rubyonrails saopaulo scart scumm sdk security seedbox server shmups shop shopping sim sms snes software sound soundblaster source spotify sqlite star svn swift sync synology synth tax terminal three20 tips tool toread torrent tracker travel tutorial twitter ubuntu ui uitableview unix unlock usa veralite viagem video vista vpn vps walkthrough warez web2.0 webservices wifi wii wiiu windows wishlist wordpress xbmc xbox xcode xml xna youtube z-wave z80