VC build problem - resource.h?

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!

Brian Almond wrote:

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:

YOu may want to switch to the 2.4 branch with the WX_2_4_BRANCH tag. wxPython on the main CVS trunk is a few weeks out of date and needs some updating.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!