[wxPython-users] Building wxPython Progress
Robin Dunn
robin at alldunn.com
Thu Sep 28 12:43:18 PDT 2006
James Stroud wrote:
> On Thursday 28 September 2006 10:44, Robin Dunn wrote:
>> It's not a GCC problem. It's a change in the Python 2.5 header files
>> that makes the code generated by SWIG have this error. I've got a new
>> version of my SWIG patch in CVS that deals with this.
>>
>> http://cvs.wxwidgets.org/viewcvs.cgi/*checkout*/wxWidgets/wxPython/SWIG/swi
>> g-1.3.27.patch?rev=1.1.2.4
>
> Hi Robin,
>
> After manually adjusting all of the offending "char *" to "const *" (surmising
> that it was the 2.5 header files), I got back to my original error. Please,
> If you have any thoughts on how to fix this, I would greatly appreciate it.
My guess is that you didn't build and/or install the new stc library,
and so when the Python module for it is being built the headers for an
older version are being found. See step #2 at
http://wxpython.org/builddoc.php
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list