[wxPython] Problem building from CVS on Linux

I updated my wxWin source from CVS and tried to build wxWindows + wxPython.

wxWin builds ok, but with wxPython there seems to be some problem:

creating build/temp.linux-i686-2.0/src/gtk
gcc -g -O2 -Wall -Wstrict-prototypes -fpic -DSWIG_GLOBAL -DHAVE_CONFIG_H
-DWXP_USE_THREAD=1 -Isrc -I/usr/local/include/python2.0 -c src/gtk/wx.cpp -o
build/temp.linux-i686-2.0/src/gtk/wx.o -I/usr/local/include
-I/usr/local/lib/wx/include -D__USE_WXCONFIG__ -DGTK_NO_CHECK_CASTS
-D__WXGTK__ -I/usr/lib/glib/include -I/usr/X11R6/include
src/gtk/wx.cpp: In function `struct PyObject * ptrset(PyObject *, PyObject *,
int, char *)':
src/gtk/wx.cpp:396: warning: unused variable `struct PyObject * obj'
src/gtk/wx.cpp: In function `struct PyObject * ptradd(PyObject *, int)':
src/gtk/wx.cpp:482: warning: `struct PyObject * obj' might be used
uninitialized in this function
src/gtk/wx.cpp: In function `void initwxc(...)':
src/gtk/wx.cpp:2921: `wxEVT_COMMAND_TAB_SEL_CHANGED' undeclared (first use
this
function)
src/gtk/wx.cpp:2921: (Each undeclared identifier is reported only once
src/gtk/wx.cpp:2921: for each function it appears in.)
src/gtk/wx.cpp:2922: `wxEVT_COMMAND_TAB_SEL_CHANGING' undeclared (first use
this function)
src/gtk/wx.cpp:2923: `wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED' undeclared (first
use this function)
src/gtk/wx.cpp:2924: `wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING' undeclared (first
use this function)
src/gtk/wx.cpp:2925: `wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING' undeclared
(first use this function)
src/gtk/wx.cpp:2926: `wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED' undeclared
(first use this function)
src/gtk/wx.cpp:2927: `wxEVT_COMMAND_SPLITTER_UNSPLIT' undeclared (first use
this function)
src/gtk/wx.cpp:2928: `wxEVT_COMMAND_SPLITTER_DOUBLECLICKED' undeclared (first
use this function)
src/gtk/wx.cpp:2931: `wxEVT_END_PROCESS' undeclared (first use this function)
  
Looks like the sources are not in sync, or what?

Thanks,

Harri

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

I updated my wxWin source from CVS and tried to build wxWindows +

wxPython.

wxWin builds ok, but with wxPython there seems to be some problem:

...

src/gtk/wx.cpp:2931: `wxEVT_END_PROCESS' undeclared (first use this

function)

Looks like the sources are not in sync, or what?

Check out wxPython again. I checked in a new version of everything last
night around midnight PST.

You'll also need new versions of wxWindows/contrib/src/stc and
wxWindows/contrib/include/wx/stc.

···

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

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users