Revision: 5719 http://sourceforge.net/p/smartbody/code/5719 Author: fastict Date: 2014-07-15 03:23:27 +0000 (Tue, 15 Jul 2014) Log Message: ----------- trunk - ios - newly compiled boost for ios. compiled by me. This is Boost 1.51 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 ------- 10. Boost 1.51 http://sourceforge.net/projects/boost/files/boost/1.51.0/boost_1_51_0.tar.gz/download tar zxvf boost_1_51_0.tar.gz mkdir -p boost/boost mv boost_1_51_0 boost/boost/ from vhtoolkit/ios/boost, copy \boost folder (containing boost-Prefix.pch) to boost/boost (alongside boost_1_51_0 folder) cp /vhtoolkit/ios/boost/boost boost/boost from vhtoolkit/ios/boost, copy boost.xcodeproj folder, to boost/boost (alongside boost_1_51_0 folder) cp /vhtoolkit/ios/boost/boost.xcodeproj boost/boost mkdir -p boost/libs/iphoneos open boost/boost/boost.xcodeproj in Xcode change to boost_python config, view Project Settings, choose boost_python Target Under Header Search Paths, set the Python folder to the same folder you extracted Python to in Step 9: $PROJECT_DIR/../../Python-2.7.3/Include Build each Target individually, Product->Build boost_system boost_filesystem boost_regex boost_python copy boost/libs/iphoneos/libboost_system.a to \ios\libs\iphoneos copy boost/libs/iphoneos/libboost_filesystem.a to \ios\libs\iphoneos copy boost/libs/iphoneos/libboost_regex.a to \ios\libs\iphoneos copy boost/libs/iphoneos/libboost_python.a to \ios\libs\iphoneos Modified Paths: -------------- branches/fast/smartbody-toolkit-5542/ios/boost/boost.xcodeproj/project.pbxproj branches/fast/smartbody-toolkit-5542/ios/libs/iphoneos/libboost_filesystem.a branches/fast/smartbody-toolkit-5542/ios/libs/iphoneos/libboost_python.a branches/fast/smartbody-toolkit-5542/ios/libs/iphoneos/libboost_regex.a branches/fast/smartbody-toolkit-5542/ios/libs/iphoneos/libboost_system.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