src\msw\misc2.cpp(59) : fatal error C1083:
>Cannot open include file: 'wx/resource.h': No such file or directory
Just rem that out, resource.h doesn't exist anymore and its souce is in some other file. It compiles fine after that. I believe you'll have to do that in two files.
src/gtk/misc.cpp
src/gtk/misc2.cpp
replace gtk with msw or mac if that's your platform.
-John Labenski