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