[MSVC 8.0] compilation error on the use of __value
--------------------------------------------------

         Key: STDCXX-86
         URL: http://issues.apache.org/jira/browse/STDCXX-86
     Project: STDCXX
        Type: Bug
  Components: Build  
    Versions: 4.1.2    
 Environment: MSVC 8.0
    Reporter: Martin Sebor
 Assigned to: Martin Sebor 
    Priority: Critical
     Fix For: 4.1.3


The library fails to compile with MSVC 8.0 with the following errors:

cl  -D_RWCONFIG=12d -I.\..\..\../include -I.\..\..\../include/ansi -I.\..\..\.. 
-I.\..\..\.. -I.. -I. -D_RWBUILD_std -nologo -GX -MD -W3 -O2 -GR  -c 
..\catalog.cpp
cl : Command line warning D9035 : option 'GX' has been deprecated and will be 
removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
catalog.cpp
.\..\..\../include\rw/_algobase.h(120) : error C4980: '__value' : use of this 
keyword requires /clr:oldSyntax command line option
.\..\..\../include\rw/_algobase.h(120) : error C3630: error when processing the 
token '__value'
.\..\..\../include\rw/_algobase.h(120) : fatal error C1190: managed targeted 
code requires a '/clr' option
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
8\VC\BIN\cl.EXE"' : return code '0x2'
Stop.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to