Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-18 19:01:28


Paul, I guess I need to call upon you again. It's broken with Metrowerks
CWPro7.2. From libs/python/test:

    call "c:\tools\cwpro7\Other Metrowerks Tools\Command Line
Tools\cwenv.bat" -quiet
    mwcc -maxerrors 20 -maxwarnings 20 -c -warn
on,nounusedexpr,nounused -cwd
include -DBOOST_DEBUG_PYTHON -D_DEBUG -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_P
YTHON_V2 -DBOOST_PYTHON_SOURCE -DNOMINMAX -nowraplines -lang
c++ -g -O0 -inline off -prefix UseDLLPrefix.h -inline
ferred -I"c:\build\libs\python" -I"..\..\..\libs\python" -I- -I"c:\boost
" -I"c:\tools\python-2.2.1\include" -I"c:\tools\python-2.2.1\PC" -o
"c:\build\libs\python\bin\bpl.dll\metrowerks\debug-python\runtime-link-dyna
mic\from_python.obj" "..\..\..\libs\python\src/converter\from_python.cpp"

### mwcc Compiler:
# In: ..\..\..\boost\python\converter\from_python_data.hpp
# From: ..\src\converter\from_python.cpp
# -----------------------------------------
# 67: , ignored, BOOST_PYTHON_ALIGNMENT_TYPES)
# Error: ^
# ',' expected
<snip>
# Too many errors printed, aborting program

...

    call "c:\tools\cwpro7\Other Metrowerks Tools\Command Line
Tools\cwenv.bat" -quiet
    mwcc -maxerrors 20 -maxwarnings 20 -c -warn
on,nounusedexpr,nounused -cwd
include -DBOOST_DEBUG_PYTHON -D_DEBUG -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_P
YTHON_V2 -DBOOST_PYTHON_SOURCE -DNOMINMAX -nowraplines -lang
c++ -g -O0 -inline off -prefix UseDLLPrefix.h -inline
ferred -I"c:\build\libs\python" -I"..\..\..\libs\python" -I- -I"c:\boost
" -I"c:\tools\python-2.2.1\include" -I"c:\tools\python-2.2.1\PC" -o
"c:\build\libs\python\bin\bpl.dll\metrowerks\debug-python\runtime-link-dyna
mic\registry.obj" "..\..\..\libs\python\src/converter\registry.cpp"

### mwcc Compiler:
# In: ..\..\..\boost\type_traits\alignment_traits.hpp
# From: ..\src\converter\registry.cpp
# --------------------------------------
# 155: , ignored, BOOST_TT_ALIGNMENT_TYPES)
# Error: ^
# ',' expected

----- Original Message -----
From: "Paul Mensonides" <pmenso57_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, June 18, 2002 7:01 PM
Subject: Re: [boost] Recent PP changes

> > From: "Paul Mensonides" <pmenso57_at_[hidden]>
> >
> >
%BOOST_ROOT% -DBOOST_DEBUG_PYTHON -D_DEBUG -DBOOST_PYTHON_DYNAMIC_LIB -DBOO
> > ST_PY
> > > THON_V2 -DBOOST_PYTHON_SOURCE test.cpp
> >
> > Works like a charm for me now!
> > Thanks for your help!
> >
> > -Dave
>
> Thank you for the help with CVS.
>
> Paul Mensonides
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk