I'm new at building wxWindows & wxPython from source on Windows, so this
is most likely user error here. Could someone point out what I'm doing
wrong? I looked around on google but didn't see anything which
applied.
Here's the situation:
I checked out the latest wxWindows CVS tree & built the hybrid wx libs
& DLL successfully. When I then tried installing/building wxPython
(w/"setup.py FINAL=hybrid install") I am receiving this error:
src\msw\misc2.cpp(59) : fatal error C1083:
Cannot open include file: 'wx/resource.h': No such file or directory
I don't have a resource.h file under the wxPython part of the CVS tree.
There are several under other parts of the wxWindows CVS tree, but I
doubt they're what wxPython is looking for.
TIA!