Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-05-08 12:28:55


At 12:24 PM 5/8/2002, Peter Dimov wrote:

>Now if we try --a (strict/warnings) instead of --A (strict/errors)...

Still has problems.

C:\boost\regr>como -e5 -tnone --wchar_t --long_long --a --43
-D_WCHAR_T_DEFINED -o boosttmp -Ic:/boost/site
c:/boost/site/libs/config/test/config_test.cpp
c:\apps\comeau\libcomo\libcomo.lib
Comeau C/C++ 4.3 BETA#1 (Mar 9 2002 00:03:11) for MS_WINDOWS_x86
Copyright 1988-2002 Comeau Computing. All rights reserved.
MODE:strict warnings C++

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 357: warning: nonstandard
           unnamed member
       };
        ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 376: warning: nonstandard
           unnamed member
       };
        ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1514: warning: unrecognized
           #pragma
   #pragma warning(disable:4164) // disable C4164 warning so that apps
that
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1517: warning: unrecognized
           #pragma
   #pragma function(_enable)
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1518: warning: unrecognized
           #pragma
   #pragma function(_disable)
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1521: warning: unrecognized
           #pragma
   #pragma warning(default:4164) // reenable C4164 warning
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1528: warning: unrecognized
           #pragma
   #pragma warning (disable:4035) // disable 4035 (function must
return so
mething)
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1529: error: identifier
           "_inline" is undefined
   _inline PVOID GetFiberData( void ) { __asm {
   ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1529: error: "PVOID" has
           already been declared in the current scope
   _inline PVOID GetFiberData( void ) { __asm {
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1529: error: expected a ";"
   _inline PVOID GetFiberData( void ) { __asm {
                 ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1536: warning: unrecognized
           #pragma
   #pragma warning (default:4035) // Reenable it
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1584: warning: parsing
restarts
           here after previous syntax error
   } FLOATING_SAVE_AREA;
                       ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1586: error: identifier
           "FLOATING_SAVE_AREA" is undefined
   typedef FLOATING_SAVE_AREA *PFLOATING_SAVE_AREA;
           ^

"c:\\apps\\comeau\\include\\vc\\winnt.h", line 1638: error: identifier
           "FLOATING_SAVE_AREA" is undefined
       FLOATING_SAVE_AREA FloatSave;
       ^

Error limit reached.
5 errors detected in the compilation of
"c:/boost/site/libs/config/test/config_t
est.cpp".
Compilation terminated.


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