the subject sums it up...i've compiled wxPython several times now with
various combinations of configure args and i keep getting that same
error. i'm running linux and compiling from freshly updated 2.4-branch
CVS. last time i compiled i used the following to configure wxGTK:
the subject sums it up...i've compiled wxPython several times now with
various combinations of configure args and i keep getting that same
error. i'm running linux and compiling from freshly updated 2.4-branch
CVS. last time i compiled i used the following to configure wxGTK:
Are you sure that wxPython is loading the wxGTK that you just built? (Use "ldd /path/to/wxc.so" to find out.) Were wxGTK, wxPython and Python all compiled with the same version of the gcc compiler?
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Are you sure that wxPython is loading the wxGTK that you just built?
(Use "ldd /path/to/wxc.so" to find out.) Were wxGTK, wxPython and
Python all compiled with the same version of the gcc compiler?
thanks for your response, i regret e-mailing the list. the problem was
entirely my fault and had nothing whatever to do with wxPython. it was
a compiler issue (there were some old stdc++ libraries kicking around
which were messing things up).
to correct myself, i see that others have in fact had similar errors
with wxPython in the past and your response is identical each
time...anyway, sorry if i've wasted anyone's time.