building and installing boost
I am trying to build and install boost libary on a laptop with OS Windows XP and Visual Studio.net and I am not sure its working as I am getting the following messages. C:\temp\boost_1_32_0>bjam "-sTOOLS=vc-7_1" install --------------------------------------------------------------------- skipping Boost.Python library build due to missing or incorrect configuration couldn't find Python.h in "c:/tools/python/include" You can configure the location of your python installation by setting: PYTHON_ROOT - currently "c:/tools/python" PYTHON_VERSION - The 2-part python Major.Minor version number (e.g. "2.2", NOT "2.2.1") - currently "2.2" The following are automatically configured from PYTHON_ROOT if not otherwise set: PYTHON_LIB_PATH - path to Python library object; currently "c:/tools/python/libs" --------------------------------------------------------------------- Jamfile:247: in load-jamfiles *** argument error * rule stage ( name : sources + : requirements * : local-build * ) * called with: ( include/boost-1_32 : : <locate>C:\Boost <tree-subdirs>C:\temp\ boost_1_32_0 <target>install : ) * missing argument sources C:\temp\boost_1_32_0\tools/build/v1\boost-base.jam:2306:see definition of rule ' stage' being called C:\temp\boost_1_32_0\tools\build\v1\bootstrap.jam:21: in boost-build C:\temp\boost_1_32_0\boost-build.jam:16: in module scope C:\temp\boost_1_32_0> Regards Theo
TBoafo@aol.com wrote:
I am trying to build and install boost libary on a laptop with OS Windows XP and Visual Studio.net and I am not sure its working as I am getting the following messages.
C:\temp\boost_1_32_0>bjam "-sTOOLS=vc-7_1" install Jamfile:247: in load-jamfiles *** argument error * rule stage ( name : sources + : requirements * : local-build * ) * called with: ( include/boost-1_32 : : <locate>C:\Boost <tree-subdirs>C:\temp\ boost_1_32_0 <target>install : ) * missing argument sources
Hmm, not good :-( This is the first time I see an error in this spot. What version of bjam.exe are you using? [> bjam.exe -v] Was it the one downloaded from SourceForge? What environment variables do you have set? [> set] -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
participants (2)
-
Rene Rivera
-
TBoafo@aol.com