Revision: 5713 http://sourceforge.net/p/smartbody/code/5713 Author: fastict Date: 2014-07-15 03:15:49 +0000 (Tue, 15 Jul 2014) Log Message: ----------- trunk - ios - newly compiled xerces-c for ios. compiled by me platform: OSX 10.8.5 Xcode 4.6.1 iOS 6.1
Steps documented here: https://confluence.ict.usc.edu/display/VHTK/Building+the+Toolkit#BuildingtheToolkit-3rdPartyInstructions ------- 4. Xerces-C 3.1.1 http://xerces.apache.org/xerces-c/download.cgi xerces-c-3.1.1.tar.gz tar zxvf xerces-c-3.1.1.tar.gz create file setup.sh: export ARMVERSION=7 export DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer export SDKROOT=$DEVROOT/SDKs/iPhoneOS6.1.sdk export CFLAGS="-arch armv$ARMVERSION -pipe -no-cpp-precomp -isysroot $SDKROOT -miphoneos-version-min=4.1 -I$SDKROOT/usr/include/" export CPPFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS" export LDFLAGS="-L$SDKROOT/usr/lib/ -L$SDKROOT/usr/lib/system" export CPP="$DEVROOT/usr/bin/gcc -E" export CXX="$DEVROOT/usr/bin/g++" export CC="$DEVROOT/usr/bin/gcc" export LD="$DEVROOT/usr/bin/ld" ./configure --host="arm-apple-darwin" --enable-msgloader-inmemory run ./setup.sh make copy \src\.libs\libxerces-c.a to \ios\libs\iphoneos Modified Paths: -------------- branches/fast/smartbody-toolkit-5542/ios/libs/iphoneos/libxerces-c.a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Smartbody-svn mailing list Smartbody-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/smartbody-svn