Revision: 5770
          http://sourceforge.net/p/smartbody/code/5770
Author:   fastict
Date:     2014-08-08 01:37:40 +0000 (Fri, 08 Aug 2014)
Log Message:
-----------
trunk - ios - newly compiled boost for ios 7.  compiled by me.
platform:
OSX 10.9.4
Xcode 5.1.1
iOS 7.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
Under each Target, change "Compiler for C/C++/Objective-C" to "Default Compiler"
Under boost_python Target, Build Settings
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
$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/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

Reply via email to