Boost logo

Boost Users :

From: Brewer, Christopher (cbrewer_at_[hidden])
Date: 2004-07-14 13:01:06


David-

When you asked me to run the following lines:
     bjam -f- "-sTOOLS=mingw" install
     ECHO $(TOOLS) ;
     ^Z
I see the following:
     bjam -f- "-sTOOLS=mingw" install
(hundreds of lines of error text go by here)

     ECHO $(TOOLS) ;
reply is:
        sh: ./TOOLS: is a directory

...and nothing is displayed after entering ctrl-Z :)

The reply to ECHO $(TOOLS) ; seems odd. I doubt that this is what you were
expecting. There *is* a 'tools' directory under boost_1_31_0, but not a
'TOOLS' directory. Case-sensitivity issues?

I have also run the following:
     bjam -d+5 "-sTOOLS=mingw" install > bug.out

Note that not everything is captured in 'bug.out'. I see hundreds of lines
of the following on the console:
     The system cannot find the path specified.
This is not surprising as I don't have VC7 installed.

Unfortunately I don't have a place to publicly park the compressed 'bug.out'
file so I will email it directly to you. However, here's the first few lines
if that's of any help.

(BEGIN LISTING===============)

---------------------------------------------------------------------
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"
---------------------------------------------------------------------
...found 5266 targets...
...updating 632 targets...
vc-C++
bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\greg_month.ob
j

    CALL "C:\Program Files\Microsoft Visual Studio .NET
2003\VC7\bin\VCVARS32.BAT" >nul
    "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800
-nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-DBOOST_ALL_DYN_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope
/Zc:wchar_t -I"bin\boost\libs\date_time\build"
-I"C:\msys\1.0\share\boost_1_31_0"
-Fo"bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\greg_mont
h.obj"
-Tp"C:\msys\1.0\share\boost_1_31_0\libs\date_time\build\../src/gregorian/gre
g_month.cpp"

...failed vc-C++
bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\greg_month.ob
j...

(SNIP============== as this error apparently occurs for every single file)

Best regards,
Chris Brewer

        
(Company-mandated disclaimer)
This message originates from WMS Gaming Inc. It contains information which
may be confidential or privileged and is intended only for the individual or
entity named above. It is prohibited for anyone else to disclose, copy,
distribute or use the contents of this message.
All personal messages express views solely of the sender, which are not to
be attributed to WMS Gaming Inc., and may not be copied or distributed
without this disclaimer.
If you received this message in error, please notify us immediately at (847)
785-3000.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net