RE: [Boost-Users] How To Build Boost 1.30 With Dev-CPP?
From: firingme [mailto:yg-boost-users@m.gmane.org]
E:\LY\boost_1_30_0>bjam sTOOS=mingw
This should read sTOOLS, not sTOOS. Bjorn
bjorn.karlsson@readsoft.com writes:
From: firingme [mailto:yg-boost-users@m.gmane.org]
E:\LY\boost_1_30_0>bjam sTOOS=mingw
This should read sTOOLS, not sTOOS.
Actually it should read: -sTOOLS=mingw note the leading '-" -- Dave Abrahams Boost Consulting www.boost-consulting.com
Then,I've tried as follow,error yet: E:\LY\boost_1_30_0>build E:\LY\boost_1_30_0>set path=e:\dev-cpp\bin E:\LY\boost_1_30_0>set MINGW_ROOT_DIRECTORY=e:\dev-cpp E:\LY\boost_1_30_0>set MINGW_BIN_DIRECTORY=e:\dev-cpp\bin E:\LY\boost_1_30_0>set MINGW_INCLUDE_DIRECTORY=e:\dev-cpp\include E:\LY\boost_1_30_0>set MINGW_STDLIB_DIRECTORY=e:\dev-cpp\lib E:\LY\boost_1_30_0>bjam -sTOOLS=mingw --------------------------------------------------------------------- skipping Boost.Python library build due to missing or incorrect configuration couldn't find Python.h in "/usr/include" You can configure the location of your python installation by setting: PYTHON_ROOT - currently "/usr" 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 "/usr/libs" --------------------------------------------------------------------- ...found 2436 targets... ...updating 433 targets... MkDir1 libs\regex\build\bin-stage spawn: No such file or directory what can I do?
"firingme"
Then,I've tried as follow,error yet:
<snip>
E:\LY\boost_1_30_0>bjam -sTOOLS=mingw --------------------------------------------------------------------- skipping Boost.Python library build due to missing or incorrect configuration
couldn't find Python.h in "/usr/include"
You can configure the location of your python installation by setting: PYTHON_ROOT - currently "/usr" 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 "/usr/libs" --------------------------------------------------------------------- ...found 2436 targets... ...updating 433 targets... MkDir1 libs\regex\build\bin-stage spawn: No such file or directory
what can I do?
Can you post the result of bjam -d4 -sTOOLS=mingw ?? What OS are you running? What is the command shell you're running from (stock CMD, or something else?) Thanks, -- Dave Abrahams Boost Consulting www.boost-consulting.com
I get pretty much exactly the same problem:
---------------------------------------------------------------------
D:\boost_1_30_0>set path=d:\dev-cpp\bin
D:\boost_1_30_0>set MINGW_ROOT_DIRECTORY=d:\dev-cpp
D:\boost_1_30_0>bjam -sTOOLS=mingw
---------------------------------------------------------------------
skipping Boost.Python library build due to missing or incorrect
configuration
couldn't find Python.h in "/usr/include"
You can configure the location of your python installation by setting:
PYTHON_ROOT - currently "/usr"
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
"/usr/libs"
---------------------------------------------------------------------
...found 2446 targets...
...updating 321 targets...
mingw-C++-action
libs\regex\build\bin\libboost_regex.lib\mingw\debug\runtime-lin
k-dynamic\c_regex_traits.obj
spawn: No such file or directory
---------------------------------------------------------------------
using cmd.exe on win2k. when i try the -d4 switch i get several hundred
lines of output that fly by too fast to read mostly. but this is what's
at the end of it:
---------------------------------------------------------------------
make --
Depends on whether you want to use boost.python or not. If you do, I'd advise following the instructions (defining PYTHON_ROOT and PYTHON_VERSION). firingme wrote:
Then,I've tried as follow,error yet:
E:\LY\boost_1_30_0>build
E:\LY\boost_1_30_0>set path=e:\dev-cpp\bin
E:\LY\boost_1_30_0>set MINGW_ROOT_DIRECTORY=e:\dev-cpp
E:\LY\boost_1_30_0>set MINGW_BIN_DIRECTORY=e:\dev-cpp\bin
E:\LY\boost_1_30_0>set MINGW_INCLUDE_DIRECTORY=e:\dev-cpp\include
E:\LY\boost_1_30_0>set MINGW_STDLIB_DIRECTORY=e:\dev-cpp\lib
E:\LY\boost_1_30_0>bjam -sTOOLS=mingw --------------------------------------------------------------------- skipping Boost.Python library build due to missing or incorrect configuration
couldn't find Python.h in "/usr/include"
You can configure the location of your python installation by setting: PYTHON_ROOT - currently "/usr" 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 "/usr/libs" --------------------------------------------------------------------- ...found 2436 targets... ...updating 433 targets... MkDir1 libs\regex\build\bin-stage spawn: No such file or directory
what can I do?
*Yahoo! Groups Sponsor* http://rd.yahoo.com/M=245314.3072841.4397732.2848452/D=egroupweb/S=170500678...
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/.
participants (5)
-
bjorn.karlsson@readsoft.com
-
David Abrahams
-
firingme
-
Jeff Holle
-
Mark A. Gibbs