So, svn loves me and always gives me a "tried to create folder but blah blah it already exists", so I just deleted wx.mod and svn'd it all over again to get the latest.
Now, on a completely fresh svn checkout, I keep getting this when I try to compile:
edit: wow, forum cut half my post off.

Every time I svn wx.mod from scratch I run into this issue. What's the problem here?
Now, on a completely fresh svn checkout, I keep getting this when I try to compile:
Building Modules Compiling:wxglue.cpp In file included from C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:23: C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:26:19: wx/wx.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:27:24: wx/evtloop.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:28:25: wx/aboutdlg.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:29:24: wx/artprov.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:30:24: wx/fontmap.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:31:22: wx/timer.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:32:25: wx/ptr_scpd.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:33:24: wx/txtstrm.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:34:25: wx/wfstream.h: No such file or directory C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:35:22: wx/power.h: No such file or directory In file included from C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:23: C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:56: error: variable or field `_wx_wx_TEventHandler_eventCallback' declared void C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:56: error: `wxEvent' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:56: error: expected primary-expression before ',' token C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:56: error: expected primary-expression before "void" C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:56: error: initializer expression list treated as compound expression C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:58: error: expected constructor, destructor, or type conversion before '*' token C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:61: error: expected `,' or `...' before '&' token C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:61: error: ISO C++ forbids declaration of `wxString' with no type C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:62: error: `wxString' does not name a type C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:63: error: `wxArrayString' does not name a type C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:64: error: `wxArrayString' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:65: error: `wxArrayInt' does not name a type C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:66: error: `wxArrayInt' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:67: error: `wxArrayDouble' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:68: error: `wxArrayDouble' does not name a type C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:69: error: variable or field `wxbind' declared void C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:69: error: `wxObject' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:69: error: `obj' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:69: error: expected primary-expression before '*' token C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:69: error: `peer' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:69: error: initializer expression list treated as compound expression C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:70: error: variable or field `wxunbind' declared void C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:70: error: `wxObject' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:70: error: `obj' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:71: error: `wxObject' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:71: error: `obj' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:77: error: variable or field `bmx_wxapp_settopwindow' declared void C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:77: error: `wxWindow' was not ..... C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1867: error: `s' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1867: error: expected primary-expression before '*' token C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1867: error: `value' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1871: error: variable or field `bmx_wxtextoutputstream_delete' declared void C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1871: error: redefinition of `int bmx_wxtextoutputstream_delete' C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:371: error: `int bmx_wxtextoutputstream_delete' previously defined here C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1871: error: `wxTextOutputStream' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1871: error: `s' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1883: error: variable or field `bmx_wxpowerevent_veto' declared void C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1883: error: redefinition of `int bmx_wxpowerevent_veto' C:/blitzmax/mod/wx.mod/wx.mod/wxglue.h:376: error: `int bmx_wxpowerevent_veto' previously defined here C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1883: error: `wxEvent' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1883: error: `event' was not declared in this scope C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp:1883: error: `WXUNUSED' was not declared in this scope Build Error: failed to compile C:/blitzmax/mod/wx.mod/wx.mod/wxglue.cpp Process complete
edit: wow, forum cut half my post off.

Every time I svn wx.mod from scratch I run into this issue. What's the problem here?