(still) wxMSW: compilation failure

Steven Van Ingelgem steven at vaningelgem.be
Wed Mar 19 01:34:03 PDT 2008


	cl /c /nologo /TP /Fovc_mswud\corelib_brush.obj /MDd /DWIN32  /Zi
/Fd..\..\lib\vc_lib\wxmsw29ud_core.pdb  /D_DEBUG /Od  /D__WXMSW__
/D__WXDEBUG__     /D_UNICODE  /DwxUSE_UNICODE_MSLU=1
/I..\..\lib\vc_lib\mswud /I..\..\include /W4  /DWXBUILDING
/I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png
/I..\..\src\zlib /I..\..\src\regex /I..\..\src\expat\lib
/DwxUSE_BASE=0  /GR /EHsc /Yu"wx/wxprec.h"
/Fp"vc_mswud\wxprec_corelib.pch"   ..\..\src\msw\brush.cpp
brush.cpp
..\..\src\msw\brush.cpp(134) : error C2065: 'wxSTIPPLE_MASK_OPAQUE' :
undeclared identifier
..\..\src\msw\brush.cpp(134) : error C2065: 'wxSTIPPLE' : undeclared identifier
..\..\src\msw\brush.cpp(157) : error C2065: 'wxBDIAGONAL_HATCH' :
undeclared identifier
..\..\src\msw\brush.cpp(157) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(158) : error C2065: 'wxCROSSDIAG_HATCH' :
undeclared identifier
..\..\src\msw\brush.cpp(158) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(159) : error C2065: 'wxFDIAGONAL_HATCH' :
undeclared identifier
..\..\src\msw\brush.cpp(159) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(160) : error C2065: 'wxCROSS_HATCH' :
undeclared identifier
..\..\src\msw\brush.cpp(160) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(161) : error C2065: 'wxHORIZONTAL_HATCH' :
undeclared identifier
..\..\src\msw\brush.cpp(161) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(162) : error C2065: 'wxVERTICAL_HATCH' :
undeclared identifier
..\..\src\msw\brush.cpp(162) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(164) : warning C4065: switch statement
contains 'default' but no 'case' labels
..\..\src\msw\brush.cpp(180) : error C2065: 'wxTRANSPARENT' :
undeclared identifier
..\..\src\msw\brush.cpp(180) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(184) : error C3861: 'wxSTIPPLE': identifier
not found, even with argument-dependent lookup
..\..\src\msw\brush.cpp(184) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(188) : error C3861: 'wxSTIPPLE_MASK_OPAQUE':
identifier not found, even with argument-dependent lookup
..\..\src\msw\brush.cpp(188) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(197) : error C2065: 'wxSOLID' : undeclared identifier
..\..\src\msw\brush.cpp(197) : error C2051: case expression not constant
..\..\src\msw\brush.cpp(200) : warning C4065: switch statement
contains 'default' but no 'case' labels




More information about the wx-dev mailing list