p***@gmail.com
2014-04-11 18:27:50 UTC
I'm trying to compile the current trunk on Windows using mingw-tdm (gcc
4.8.1) and am getting the following errors:
./src/msw/graphics.cpp: In member function 'virtual bool
wxGDIPlusContext::SetAntialiasMode(wxAntialiasMode)':
./src/msw/graphics.cpp:1552:35: error: 'SmoothingModeInvalid' was not
declared in this scope
SmoothingMode antialiasMode = SmoothingModeInvalid;
./src/msw/graphics.cpp: In member function 'virtual bool
wxGDIPlusContext::SetInterpolationQuality(wxInterpolationQuality)':
./src/msw/graphics.cpp:1580:43: error: 'InterpolationModeInvalid' was not
declared in this scope
InterpolationMode interpolationMode = InterpolationModeInvalid;
I couldn't find anything relevant about these errors; how do I fix them?
Thank you.
My wxwidgets setup:
Configured wxWidgets 3.1.0 for `i686-pc-mingw32'
Which GUI toolkit should wxWidgets use? msw
Should wxWidgets be compiled into single library? no
Should wxWidgets be linked as a shared library? no
Should wxWidgets support Unicode? yes (using
wchar_t)
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.8 yes
wxWidgets 3.0 yes
Which libraries should wxWidgets use?
STL no
jpeg builtin
png builtin
regex builtin
tiff no
zlib builtin
expat no
libmspack no
sdl no
Paul.
4.8.1) and am getting the following errors:
./src/msw/graphics.cpp: In member function 'virtual bool
wxGDIPlusContext::SetAntialiasMode(wxAntialiasMode)':
./src/msw/graphics.cpp:1552:35: error: 'SmoothingModeInvalid' was not
declared in this scope
SmoothingMode antialiasMode = SmoothingModeInvalid;
./src/msw/graphics.cpp: In member function 'virtual bool
wxGDIPlusContext::SetInterpolationQuality(wxInterpolationQuality)':
./src/msw/graphics.cpp:1580:43: error: 'InterpolationModeInvalid' was not
declared in this scope
InterpolationMode interpolationMode = InterpolationModeInvalid;
I couldn't find anything relevant about these errors; how do I fix them?
Thank you.
My wxwidgets setup:
Configured wxWidgets 3.1.0 for `i686-pc-mingw32'
Which GUI toolkit should wxWidgets use? msw
Should wxWidgets be compiled into single library? no
Should wxWidgets be linked as a shared library? no
Should wxWidgets support Unicode? yes (using
wchar_t)
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.8 yes
wxWidgets 3.0 yes
Which libraries should wxWidgets use?
STL no
jpeg builtin
png builtin
regex builtin
tiff no
zlib builtin
expat no
libmspack no
sdl no
Paul.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users