Boost logo

Boost :

From: gabr_at_[hidden]
Date: 2001-07-04 03:46:17


Hello,

I'm attempting to compile Regex with STLPort-4.0 (freshly downloaded
from stlport.org), under MSVC++ 6.0. I'm performing the compilation
according to the steps outlined in
"http://www.boost.org/libs/regex/introduction.htm#Installation",
but unfortunately the compilation fails. Follows below is a screen
shot showing the steps which preceded the failure.

Would you be so kind to help me sort this out ?

Thank you in advance for your attention in this matter.

Regards,

Evgeniy Gabrilovich.

c:\Applications\boost\libs\regex\build>vcvars32
Setting environment for using Microsoft Visual C++ tools.

c:\Applications\boost\libs\regex\build>nmake INCLUDES="-
Ic:/stlport/stlport" XLFLAGS="/LIBPATH:c:/stlport/lib" -fvc6-
stlport.mak

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        if not exist "vc6-stlport\" mkdir vc6-stlport
        if not exist "vc6-stlport\vc6-stlport-re300m\" mkdir vc6-
stlport\vc6-stlport-re300m
        cl -
Ic:/stlport/stlport /nologo /MT /W3 /GX /Oityb1 /GF /Gy /I..\..\..\
/D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /YX /FD /c -Fpvc6-stlport/vc6-
stlport-re3
00m/vc6-stlport-re300m.pch -Fo./vc6-stlport/vc6-stlport-re300m/ -
Fdvc6-stlport/v
c6-stlport-re300m.pdb ../src/c_regex_traits.cpp
c_regex_traits.cpp
..\..\..\boost/regex/regex_traits.hpp(591) : error C2059: syntax
error : '<'
..\..\..\boost/regex/regex_traits.hpp(591) : error C2238: unexpected
token(s) preceding ';'
..\..\..\boost/regex/regex_traits.hpp(592) : error C2059: syntax
error : '<'
..\..\..\boost/regex/regex_traits.hpp(592) : error C2238: unexpected
token(s) preceding ';'
..\..\..\boost/regex/regex_traits.hpp(683) : error C2059: syntax
error : '<'
..\..\..\boost/regex/regex_traits.hpp(683) : error C2238: unexpected
token(s) preceding ';'
..\..\..\boost/regex/regex_traits.hpp(684) : error C2059: syntax
error : '<'
..\..\..\boost/regex/regex_traits.hpp(684) : error C2238: unexpected
token(s) preceding ';'
..\..\..\boost/regex/regex_traits.hpp(685) : error C2059: syntax
error : '<'
..\..\..\boost/regex/regex_traits.hpp(685) : error C2238: unexpected
token(s) preceding ';'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.


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