Subject says it all, I'm trying to figure out why the following error is
showing up with the metrowerks compiler alone:

### mwcc Compiler:
#      In: ..\boost\regex\v4\regex_compile.hpp
#    From: ..\libs\regex\src\cregex.cpp
# -------------------------------------
#    1538:           case traits_type::syntax_close_bracket:
#   Error:                                                 ^
#   illegal use of structured exception handling keyword outside of __try
statement
### mwcc Compiler Error:
#   internal compiler error (please report to <[EMAIL PROTECTED]>)
#   while executing in file ExceptX86.c: 'ExX86_WriteAction' (line 528)
#   (compiling
'[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@
[EMAIL PROTECTED]@boost@@[EMAIL PROTECTED]@2@@[EMAIL PROTECTED]@@QAE_NXZ' in
'cregex.cpp')

Errors caused tool to abort.


    mwcc  -maxerrors 5 -maxwarnings 20 -c -warn
on,nounusedexpr,nounused -cwd
include  -DBOOST_REGEX_NO_LIB=1 -DBOOST_REGEX_STATIC_LINK=1  -DNOMINMAX -now
raplines -lang c++ -g -O0 -inline off -prefix UseDLLPrefix.h -runtime
md  -iso_templates on -iso_templates
n   -I"d:\boost-regr\libs\regex\build"  -I- -I"C:\boost\site"  -o
"d:\boost-regr\libs\regex\build\bin\libboost_regex.lib\cwpro8\debug\runtime-
link-dynamic\threading-multi\cregex.obj"
"..\libs\regex\build\../src\cregex.cpp"

Thanks,

John Maddock.


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to