|
From: Soufiane K. <sou...@ub...> - 2013-07-02 13:55:09
|
Dear All, I try to build VXL library. The configuration was pass correctly. But when I try to build my project with Visual Studio 2012 - x86 - Release, I have thousands error like: ... Error 2608 error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h 242 Error 2610 error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro. C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h 242 ... 135>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h(191): warning C4005: 'export' : macro redefinition 135> d:\cpplibs\vxl-1.14.0\vcl\vcl_compiler.h(269) : see previous definition of 'export' 135>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h(242): fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro. 135> vpgl_poly_radial_distortion+double.1-.cxx 135>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h(191): warning C4005: 'export' : macro redefinition 135> d:\cpplibs\vxl-1.14.0\vcl\vcl_compiler.h(269) : see previous definition of 'export' 135>C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h(242): fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro. Have you already meet this trouble? How you solve it? Cheers Soufiane KHIAT Software Engineer |