wxMax - SVN error?

BlitzMax Forums/Brucey's Modules/wxMax - SVN error?

plash(Posted 2008) [#1]
Just got revision 539 from the Google repository, and this error when building mods:

Compiling:wxpropertysheetdialog.bmx
flat assembler  version 1.66
3 passes, 28082 bytes.
Archiving:wxpropertysheetdialog.debug.win32.x86.a
ar: creating C:\blitzmax/mod/wx.mod/wxpropertysheetdialog.mod/wxpropertysheetdialog.debug.win32.x86.a
Compiling:advprops.cpp
Compiling:editors.cpp
C:/blitzmax/mod/wx.mod/wxpropgrid.mod/src/editors.cpp: In member function `wxWindow* wxPropertyGrid::GenerateEditorButton(const wxPoint&, const wxSize&)':
C:/blitzmax/mod/wx.mod/wxpropgrid.mod/src/editors.cpp:2056: error: `wxS' was not declared in this scope
Build Error: failed to compile C:/blitzmax/mod/wx.mod/wxpropgrid.mod/src/editors.cpp



Brucey(Posted 2008) [#2]
You need to update the headers/static libs to use the 2.8.8 versions available from the downloads section on the wxmax site.


plash(Posted 2008) [#3]
Ah, thank you.. Now I should probably rebuild all of wxMax - because it compiled some of the modules with the older library - eh?