Revision: 5716 http://sourceforge.net/p/smartbody/code/5716 Author: fastict Date: 2014-07-15 03:18:31 +0000 (Tue, 15 Jul 2014) Log Message: ----------- trunk - ios - newly compiled ode 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 ------- 7. ODE 0.11.1 http://sourceforge.net/projects/opende/files/ODE/0.11.1/ode-0.11.1.tar.gz/download tar zxvf ode-0.11.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/" 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" export RANLIB="$DEVROOT/usr/bin/ranlib" export ac_cv_func_malloc_0_nonnull=yes export ac_cv_func_realloc_0_nonnull=yes ./configure --with-drawstuff=none --with-trimesh=none --with-pic --host="arm-apple-darwin" --disable-dependency-tracking run ./setup.sh make copy \ode\src\.libs\libode.a to \ios\libs\iphoneos Modified Paths: -------------- branches/fast/smartbody-toolkit-5542/ios/libs/iphoneos/libode.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