compiling from CVS - wx/resources.h not found...

Hi,
I was trying to get more up-to-date so I just got the latest CVS and started
compiling. (using gtk)
wxWindows went well
wxPython gives this:
<snip>
src/gtk/misc2.cpp:59: wx/resource.h: No such file or directory

a "find" shows me this:
find /home/haase/myCVS/ -name resource.h -ls
     479 Dec 7 04:38 /home/haase/myCVS/wxWindows/src/msw/wince/resource.h
    1524 Mar 30 11:36
/home/haase/myCVS/wxWindows/contrib/samples/deprecated/resource/resource.h
    8926 Mar 31 02:23
/home/haase/myCVS/wxWindows/contrib/include/wx/deprecated/resource.h
     467 May 20 1998 /home/haase/myCVS/wxWindows/samples/mfc/resource.h
     846 Dec 12 1998
/home/haase/myCVS/wxWindows/samples/nativdlg/resource.h

That is: the missing file is not in "include/wx" anymore but in
"contrib/include/wx/deprecated"
What does that mean ?
I tried searching the archives (using the wxWindows.org search engine) but
no success..

Thanks for the great work.

Sebastian Haase

Sebastian Haase wrote:

Hi,
I was trying to get more up-to-date so I just got the latest CVS and started
compiling. (using gtk)
wxWindows went well
wxPython gives this:
<snip>
src/gtk/misc2.cpp:59: wx/resource.h: No such file or directory

I havn't updated the CVS trunk for a while so it's not surprising that things are broken. You probably want to use the WX_2_4_BRANCH tag when updating from CVS to get the latest from the 2.4 series of releases, (the trunk will become 2.5)

···

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