I've tried on Windows and linux to tell the configuration where boost is. I've tried
rem set BOOSTINCLUDEDIR=C:\boost_1_36_0
set BOOST_INCLUDE_DIRS=C:\boost_1_36_0\boost
set BOOST_LIBRARIES=C:\boost_1_36_0\libs
set BOOST_ROOT=C:\boost_1_36_0
and just about every other combination but the bootstraps never get past finding boost. Any recommendations? Looking through the bootstrap is seems rather complicated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've tried on Windows and linux to tell the configuration where boost is. I've tried
rem set BOOSTINCLUDEDIR=C:\boost_1_36_0
set BOOST_INCLUDE_DIRS=C:\boost_1_36_0\boost
set BOOST_LIBRARIES=C:\boost_1_36_0\libs
set BOOST_ROOT=C:\boost_1_36_0
and just about every other combination but the bootstraps never get past finding boost. Any recommendations? Looking through the bootstrap is seems rather complicated.