Boost logo

Boost-Build :

From: jq54he (jq54he_at_[hidden])
Date: 2003-11-24 20:30:13


thanks for your help!

the result:
////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------
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"
---------------------------------------------------------------------
MkDir1 libs\regex\build\bin-stage

mkdir libs\regex\build\bin-stage

Executing through .bat file
Executing command [cmd.exe] [/Q/C] [C:\DOCUME~1\ADMINI~1\LOCALS~1
\Temp\jam1268-00.bat]
/////////////////////////////////////////////////////////////////

then i view the file jam1268-00.bat in my temp directory, i find only
a sentence in it:
mkdir libs\regex\build\bin-stage

and many other files similar to that file.

then i clean all files in temp diretory, and run bjam again.
the same result, just new a file jam1276-00.bat.

i don't know what this means. i haven't taken use of jam before.
i hope this is not a stupid question to waste your time.

thx again!

--- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:
> "jq54he" <jq54he_at_y...> writes:
>
> > hi,all
> >
> > i run this:
> > C:/boost_1_30_0> bjam -sBOOST_ROOT=. -sTOOLS=vc7 "-
sBUILD=debug
> > release <runtime-
> > link>static/dynamic"
> >
> > the result is
> > ...found 2219 targets...
> > ...updating 303 targets...
> > MkDir1 libs\regex\build\bin-stage
> > spawn: Invalid argument
> >
> > what is the meaning of this message?
> > i think i had done all the config work.
>
> That message is a complaint from your OS about the command that was
> sent to it.
>
> Could you post the result of running:
>
> bjam -d+2 -d+4 -sBOOST_ROOT=. -sTOOLS=vc7 "-sBUILD=debug release
<runtime-link>static/dynamic"
>
> ??
>
> Thanks.
> --
> Dave Abrahams
> Boost Consulting
> www.boost-consulting.com

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk