I've had no luck trying to get wxPython to compile on my FC8 (64-bit)
box today. Sigh.
The latest trunk from svn fails with this error:
<snip>
lude/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/
lib64/glib-2.0/include -I/usr/include/python2.5 -c src/gtk/
_core_wrap.cpp -o build-gtk2.unicode/temp.linux-x86_64-2.5/src/gtk/
_core_wrap.o -pthread -g -O0
src/gtk/_core_wrap.cpp: In function ‘PyObject* _wrap_ShowEvent_IsShown
(PyObject*, PyObject*)’:
src/gtk/_core_wrap.cpp:28693: error: ‘const class wxShowEvent’ has no
member named ‘IsShown’
src/gtk/_core_wrap.cpp: In function ‘PyObject* _wrap_GetAccelFromString
(PyObject*, PyObject*, PyObject*)’:
src/gtk/_core_wrap.cpp:33954: warning: ‘wxGetAccelFromString’ is
deprecated (declared at /usr/local/include/wx-2.8/wx/utils.h:571)
src/gtk/_core_wrap.cpp:33954: warning: ‘wxGetAccelFromString’ is
deprecated (declared at /usr/local/include/wx-2.8/wx/utils.h:571)
error: command 'gcc' failed with exit status 1
</snip>
Anyone know how to fix this? Thanks for any help you can render.
You mention using svn trunk and also 2.8.10, however that is contradictatory as 2.8 is a branch for both wx and wxPython. What are the actual svn URLs you used?
···
On 1/21/10 6:09 PM, lycovian wrote:
I've had no luck trying to get wxPython to compile on my FC8 (64-bit)
box today. Sigh.
The latest trunk from svn fails with this error:
<snip>
lude/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/
lib64/glib-2.0/include -I/usr/include/python2.5 -c src/gtk/
_core_wrap.cpp -o build-gtk2.unicode/temp.linux-x86_64-2.5/src/gtk/
_core_wrap.o -pthread -g -O0
src/gtk/_core_wrap.cpp: In function �PyObject* _wrap_ShowEvent_IsShown
(PyObject*, PyObject*)�:
src/gtk/_core_wrap.cpp:28693: error: �const class wxShowEvent� has no
member named �IsShown�
src/gtk/_core_wrap.cpp: In function �PyObject* _wrap_GetAccelFromString
(PyObject*, PyObject*, PyObject*)�:
src/gtk/_core_wrap.cpp:33954: warning: �wxGetAccelFromString� is
deprecated (declared at /usr/local/include/wx-2.8/wx/utils.h:571)
src/gtk/_core_wrap.cpp:33954: warning: �wxGetAccelFromString� is
deprecated (declared at /usr/local/include/wx-2.8/wx/utils.h:571)
error: command 'gcc' failed with exit status 1
</snip>
Anyone know how to fix this? Thanks for any help you can render.