Failed to install wxPython

Hi,

I am trying to install wxPython-2.8.9.2 on Linux.

Install wxWidgets first:

$ cd wxPython-src-2.8.9.2
$ mkdir buildgtk
$ cd buildgtk
$ …/configure
$ make
$ sudo make install

Everything seems OK, then go to the second step: installation of wxPython:

$ cd …
$ cd wxPython
$ python2.5 setup.py build_ext --inplace --debug

Then error occurs. I attached the error message at the end of the email. Does anybody has similar experiences?

By the way I did this on Fedora Core 6. But I had same problem on CentOS release 5 too.

Thanks,

York

-------- Beginning of Error Message --------

WARNING: WXWIN not set in environment. Assuming ‘…’
Found wx-config: /usr/local/bin/wx-config
Using flags: --toolkit=gtk2 --unicode=yes --version=2.8

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --cxxflags
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --libs
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --basename
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --release
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --prefix
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Preparing CORE…
Preparing GLCANVAS…

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --libs
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --libs gl
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Preparing STC…
Preparing GIZMOS…
running build_ext
building ‘core’ extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -g -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -Iinclude -Isrc -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/local/include/python2.5 -c src/helpers.cpp -o build-gtk2.unicode/temp.linux-i686-2.5/src/helpers.o -g -O0
cc1plus: warning: command line option “-Wstrict-prototypes” is valid for Ada/C/ObjC but not for C++
In file included from src/helpers.cpp:16:
include/wx/wxPython/wxPython_int.h:19:19: error: wx/wx.h: No such file or directory
include/wx/wxPython/wxPython_int.h:21:25: error: wx/busyinfo.h: No such file or directory
include/wx/wxPython/wxPython_int.h:22:22: error: wx/caret.h: No such file or directory
include/wx/wxPython/wxPython_int.h:23:25: error: wx/choicebk.h: No such file or directory
include/wx/wxPython/wxPython_int.h:24:24: error: wx/clipbrd.h: No such file or directory
include/wx/wxPython/wxPython_int.h:25:25: error: wx/colordlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:26:23: error: wx/config.h: No such file or directory
include/wx/wxPython/wxPython_int.h:27:23: error: wx/cshelp.h: No such file or directory
include/wx/wxPython/wxPython_int.h:28:25: error: wx/dcmirror.h: No such file or directory
include/wx/wxPython/wxPython_int.h:29:21: error: wx/dcps.h: No such file or directory
include/wx/wxPython/wxPython_int.h:30:24: error: wx/dirctrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:31:23: error: wx/dirdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:32:23: error: wx/numdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:33:20: error: wx/dnd.h: No such file or directory
include/wx/wxPython/wxPython_int.h:34:24: error: wx/docview.h: No such file or directory
include/wx/wxPython/wxPython_int.h:35:24: error: wx/encconv.h: No such file or directory
include/wx/wxPython/wxPython_int.h:36:25: error: wx/fdrepdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:37:25: error: wx/fileconf.h: No such file or directory
include/wx/wxPython/wxPython_int.h:38:24: error: wx/filesys.h: No such file or directory
include/wx/wxPython/wxPython_int.h:39:24: error: wx/fontdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:40:24: error: wx/fs_inet.h: No such file or directory
include/wx/wxPython/wxPython_int.h:41:23: error: wx/fs_mem.h: No such file or directory
include/wx/wxPython/wxPython_int.h:42:23: error: wx/fs_zip.h: No such file or directory
include/wx/wxPython/wxPython_int.h:43:24: error: wx/gbsizer.h: No such file or directory
include/wx/wxPython/wxPython_int.h:44:25: error: wx/geometry.h: No such file or directory
include/wx/wxPython/wxPython_int.h:45:25: error: wx/htmllbox.h: No such file or directory
include/wx/wxPython/wxPython_int.h:46:22: error: wx/image.h: No such file or directory
include/wx/wxPython/wxPython_int.h:47:25: error: wx/imaglist.h: No such file or directory
include/wx/wxPython/wxPython_int.h:48:21: error: wx/intl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:49:23: error: wx/laywin.h: No such file or directory
include/wx/wxPython/wxPython_int.h:50:25: error: wx/listbook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:51:25: error: wx/minifram.h: No such file or directory
include/wx/wxPython/wxPython_int.h:52:25: error: wx/notebook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:53:22: error: wx/print.h: No such file or directory
include/wx/wxPython/wxPython_int.h:54:25: error: wx/printdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:55:24: error: wx/process.h: No such file or directory
include/wx/wxPython/wxPython_int.h:56:24: error: wx/progdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:57:24: error: wx/sashwin.h: No such file or directory
include/wx/wxPython/wxPython_int.h:58:25: error: wx/spinbutt.h: No such file or directory
include/wx/wxPython/wxPython_int.h:59:25: error: wx/spinctrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:60:23: error: wx/splash.h: No such file or directory
include/wx/wxPython/wxPython_int.h:61:25: error: wx/splitter.h: No such file or directory
include/wx/wxPython/wxPython_int.h:62:25: error: wx/statline.h: No such file or directory
include/wx/wxPython/wxPython_int.h:63:23: error: wx/stream.h: No such file or directory
include/wx/wxPython/wxPython_int.h:64:23: error: wx/sysopt.h: No such file or directory
include/wx/wxPython/wxPython_int.h:65:24: error: wx/taskbar.h: No such file or directory
include/wx/wxPython/wxPython_int.h:66:23: error: wx/tglbtn.h: No such file or directory
include/wx/wxPython/wxPython_int.h:67:23: error: wx/tipwin.h: No such file or directory
include/wx/wxPython/wxPython_int.h:68:25: error: wx/toolbook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:69:24: error: wx/tooltip.h: No such file or directory
include/wx/wxPython/wxPython_int.h:70:25: error: wx/treebook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:71:22: error: wx/vlbox.h: No such file or directory
include/wx/wxPython/wxPython_int.h:72:24: error: wx/vscroll.h: No such file or directory
include/wx/wxPython/wxPython_int.h:73:24: error: wx/dateevt.h: No such file or directory
include/wx/wxPython/wxPython_int.h:74:25: error: wx/datectrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:75:22: error: wx/power.h: No such file or directory
include/wx/wxPython/wxPython_int.h:76:26: error: wx/hyperlink.h: No such file or directory
include/wx/wxPython/wxPython_int.h:77:27: error: wx/pickerbase.h: No such file or directory
include/wx/wxPython/wxPython_int.h:78:26: error: wx/clrpicker.h: No such file or directory
include/wx/wxPython/wxPython_int.h:79:27: error: wx/filepicker.h: No such file or directory
include/wx/wxPython/wxPython_int.h:80:31: error: wx/fontpicker.h: No such file or directory
include/wx/wxPython/wxPython_int.h:81:25: error: wx/collpane.h: No such file or directory
include/wx/wxPython/wxPython_int.h:82:25: error: wx/srchctrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:83:33: error: wx/generic/datectrl.h: No such file or directory
src/helpers.cpp:53:25: error: wx/mimetype.h: No such file or directory
include/wx/wxPython/wxPython_int.h:99: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:101: error: expected )' before ‘evtType’ include/wx/wxPython/wxPython_int.h:104: error: ISO C++ forbids declaration of ‘wxEvent’ with no type include/wx/wxPython/wxPython_int.h:104: error: ‘wxEvent’ declared as a ‘virtual’ field include/wx/wxPython/wxPython_int.h:104: error: expected ‘;’ before ‘*’ token include/wx/wxPython/wxPython_int.h:105: error: expected;’ before ‘}’ token
include/wx/wxPython/wxPython_int.h:112: error: ‘wxPoint2DDouble’ does not name a type
include/wx/wxPython/wxPython_int.h:113: error: ‘wxRect2DDouble’ does not name a type
include/wx/wxPython/wxPython_int.h:136: error: variable or field ‘wxPyEventThunker’ declared void
include/wx/wxPython/wxPython_int.h:136: error: ‘wxObject’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:136: error: expected primary-expression before ‘,’ token
include/wx/wxPython/wxPython_int.h:136: error: ‘wxEvent’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:136: error: ‘event’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:136: error: initializer expression list treated as compound expression
include/wx/wxPython/wxPython_int.h:139: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:139: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:141: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:142: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:144: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:144: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:145: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:145: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:148: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:148: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:149: error: ‘wxString’ does not name a type
include/wx/wxPython/wxPython_int.h:151: error: ‘wxObject’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:151: error: ‘source’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:151: error: expected primary-expression before ‘bool’
include/wx/wxPython/wxPython_int.h:151: error: expected primary-expression before ‘bool’
include/wx/wxPython/wxPython_int.h:151: error: initializer expression list treated as compound expression
include/wx/wxPython/wxPython_int.h:152: error: ‘wxSizer’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:152: error: ‘source’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:152: error: expected primary-expression before ‘bool’
include/wx/wxPython/wxPython_int.h:152: error: initializer expression list treated as compound expression
include/wx/wxPython/wxPython_int.h:155: error: ‘wxWindow’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:155: error: ‘win’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:236: error: expected constructor, destructor, or type conversion before ‘’ token
include/wx/wxPython/wxPython_int.h:242: error: expected constructor, destructor, or type conversion before ‘
’ token
include/wx/wxPython/wxPython_int.h:243: error: expected constructor, destructor, or type conversion before ‘’ token
include/wx/wxPython/wxPython_int.h:244: error: expected constructor, destructor, or type conversion before ‘
’ token
include/wx/wxPython/wxPython_int.h:245: error: expected constructor, destructor, or type conversion before ‘’ token
include/wx/wxPython/wxPython_int.h:246: error: expected constructor, destructor, or type conversion before ‘
’ token
include/wx/wxPython/wxPython_int.h:247: error: expected constructor, destructor, or type conversion before ‘’ token
include/wx/wxPython/wxPython_int.h:249: error: ‘wxSize’ has not been declared
include/wx/wxPython/wxPython_int.h:250: error: ‘wxPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:251: error: ‘wxRealPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:252: error: ‘wxRect’ has not been declared
include/wx/wxPython/wxPython_int.h:253: error: ‘wxColour’ has not been declared
include/wx/wxPython/wxPython_int.h:254: error: ‘wxPoint2D’ has not been declared
include/wx/wxPython/wxPython_int.h:255: error: ‘wxRect2D’ has not been declared
include/wx/wxPython/wxPython_int.h:258: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:258: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:269: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:269: error: ISO C++ forbids declaration of ‘wxArrayString’ with no type
include/wx/wxPython/wxPython_int.h:270: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:270: error: ISO C++ forbids declaration of ‘wxArrayInt’ with no type
include/wx/wxPython/wxPython_int.h:271: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:271: error: ISO C++ forbids declaration of ‘wxArrayDouble’ with no type
include/wx/wxPython/wxPython_int.h:290: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:291: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no type
include/wx/wxPython/wxPython_int.h:292: error: expected ‘;’ before ‘public’
include/wx/wxPython/wxPython_int.h:297: error: ‘wxEvent’ has not been declared
include/wx/wxPython/wxPython_int.h:326: error: expected class-name before ‘,’ token
include/wx/wxPython/wxPython_int.h:327: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no type
include/wx/wxPython/wxPython_int.h:328: error: expected ‘;’ before ‘public’
include/wx/wxPython/wxPython_int.h:333: error: ISO C++ forbids declaration of ‘wxEvent’ with no type
include/wx/wxPython/wxPython_int.h:333: error: ‘wxEvent’ declared as a ‘virtual’ field
include/wx/wxPython/wxPython_int.h:333: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:334: error: expected ;' before ‘}’ token include/wx/wxPython/wxPython_int.h:337: error: expected class-name before ‘,’ token include/wx/wxPython/wxPython_int.h:338: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no type include/wx/wxPython/wxPython_int.h:339: error: expected ‘;’ before ‘public’ include/wx/wxPython/wxPython_int.h:344: error: ISO C++ forbids declaration of ‘wxEvent’ with no type include/wx/wxPython/wxPython_int.h:344: error: ‘wxEvent’ declared as a ‘virtual’ field include/wx/wxPython/wxPython_int.h:344: error: expected ‘;’ before ‘*’ token include/wx/wxPython/wxPython_int.h:345: error: expected;’ before ‘}’ token
include/wx/wxPython/wxPython_int.h:375: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:375: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:376: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:376: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:377: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:377: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:378: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:378: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:387: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:387: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:388: error: expected identifier before ‘’ token
include/wx/wxPython/wxPython_int.h:388: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:388: error: ‘wxString’ declared as function returning a function
include/wx/wxPython/wxPython_int.h:389: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:389: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:395: error: ISO C++ forbids declaration of ‘wxPoint’ with no type
include/wx/wxPython/wxPython_int.h:395: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:396: error: ISO C++ forbids declaration of ‘wxBitmap’ with no type
include/wx/wxPython/wxPython_int.h:396: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:397: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:397: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:398: error: ISO C++ forbids declaration of ‘wxAcceleratorEntry’ with no type
include/wx/wxPython/wxPython_int.h:398: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:400: error: ‘wxSize’ has not been declared
include/wx/wxPython/wxPython_int.h:401: error: ‘wxPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:402: error: ‘wxRealPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:403: error: ‘wxRect’ has not been declared
include/wx/wxPython/wxPython_int.h:404: error: ‘wxColour’ has not been declared
include/wx/wxPython/wxPython_int.h:405: error: ‘wxPoint2D’ has not been declared
include/wx/wxPython/wxPython_int.h:408: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:408: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:417: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:418: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:422: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:422: error: ISO C++ forbids declaration of ‘wxArrayString’ with no type
include/wx/wxPython/wxPython_int.h:423: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:423: error: ISO C++ forbids declaration of ‘wxArrayInt’ with no type
include/wx/wxPython/wxPython_int.h:438: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:438: error: ISO C++ forbids declaration of ‘wxArrayDouble’ with no type
include/wx/wxPython/wxPython_int.h:439: error: ISO C++ forbids declaration of ‘wxPoint2D’ with no type
include/wx/wxPython/wxPython_int.h:439: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:440: error: ‘wxRect2D’ has not been declared
include/wx/wxPython/wxPython_int.h:458: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:477: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:519: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:530: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:531: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:532: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:539: error: ‘wxImage’ has not been declared
include/wx/wxPython/wxPython_int.h:539: error: ‘wxInputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:541: error: ‘wxImage’ has not been declared
include/wx/wxPython/wxPython_int.h:541: error: ‘wxOutputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:543: error: ‘wxInputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:544: error: ‘wxInputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:519: warning: ‘class wxPyImageHandler’ has virtual functions but non-virtual destructor
include/wx/wxPython/wxPython_int.h:626: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:627: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no type
include/wx/wxPython/wxPython_int.h:629: error: expected ‘;’ before ‘public’
include/wx/wxPython/wxPython_int.h:651: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:651: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:652: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:652: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:660: error: ‘wxString’ does not name a type
include/wx/wxPython/wxPython_int.h:666: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:666: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/pyistream.h:27: error: ISO C++ forbids declaration of ‘wxInputStream’ with no type
include/wx/wxPython/pyistream.h:27: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/pyistream.h:30: error: expected )' before ‘*’ token include/wx/wxPython/pyistream.h:63: error: ‘wxSeekMode’ has not been declared include/wx/wxPython/pyistream.h: In member function ‘char wxPyInputStream::Peek()’: include/wx/wxPython/pyistream.h:56: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘char wxPyInputStream::GetC()’: include/wx/wxPython/pyistream.h:57: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘size_t wxPyInputStream::LastRead()’: include/wx/wxPython/pyistream.h:58: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘bool wxPyInputStream::CanRead()’: include/wx/wxPython/pyistream.h:59: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘bool wxPyInputStream::Eof()’: include/wx/wxPython/pyistream.h:60: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘bool wxPyInputStream::Ungetch(char)’: include/wx/wxPython/pyistream.h:61: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyInputStream::SeekI(long unsigned int, int)’: include/wx/wxPython/pyistream.h:64: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyInputStream::TellI()’: include/wx/wxPython/pyistream.h:65: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: At global scope: include/wx/wxPython/pyistream.h:72: error: expected class-name before ‘{’ token include/wx/wxPython/pyistream.h:75: error: ‘wxFileOffset’ does not name a type include/wx/wxPython/pyistream.h:89: error: ‘wxFileOffset’ does not name a type include/wx/wxPython/pyistream.h:90: error: ‘wxFileOffset’ does not name a type include/wx/wxPython/pyistream.h:72: warning: ‘class wxPyCBInputStream’ has virtual functions but non-virtual destructor include/wx/wxPython/pyistream.h:105: error: ISO C++ forbids declaration of ‘wxOutputStream’ with no type include/wx/wxPython/pyistream.h:105: error: expected ‘;’ before ‘*’ token include/wx/wxPython/pyistream.h:108: error: expected)’ before ‘’ token
include/wx/wxPython/pyistream.h:134: error: ‘wxSeekMode’ has not been declared
include/wx/wxPython/pyistream.h:134: error: ‘wxFromStart’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘void wxPyOutputStream::PutC(char)’:
include/wx/wxPython/pyistream.h:132: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘size_t wxPyOutputStream::LastWrite()’:
include/wx/wxPython/pyistream.h:133: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyOutputStream::SeekO(long unsigned int, int)’:
include/wx/wxPython/pyistream.h:135: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyOutputStream::TellO()’:
include/wx/wxPython/pyistream.h:136: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: At global scope:
include/wx/wxPython/pyistream.h:143: error: expected class-name before ‘{’ token
include/wx/wxPython/pyistream.h:146: error: ‘wxFileOffset’ does not name a type
include/wx/wxPython/pyistream.h:160: error: ‘wxFileOffset’ does not name a type
include/wx/wxPython/pyistream.h:161: error: ‘wxFileOffset’ does not name a type
include/wx/wxPython/pyistream.h:143: warning: ‘class wxPyCBOutputStream’ has virtual functions but non-virtual destructor
include/wx/wxPython/twoitem.h:19: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/twoitem.h:19: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/twoitem.h: In function ‘bool wxPyTwoIntItem_helper(PyObject*, T**, int)’:
include/wx/wxPython/twoitem.h:24: error: ‘name’ was not declared in this scope
include/wx/wxPython/twoitem.h:45: error: ‘wxString’ was not declared in this scope
include/wx/wxPython/twoitem.h:45: error: expected `;’ before ‘msg’
include/wx/wxPython/twoitem.h:46: error: ‘msg’ was not declared in this scope
include/wx/wxPython/twoitem.h:46: error: there are no arguments to ‘wxT’ that depend on a template parameter, so a declaration of ‘wxT’ must be available
include/wx/wxPython/twoitem.h:46: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
include/wx/wxPython/twoitem.h:46: error: ‘name’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:125: error: ‘wxApp’ has not been declared
src/helpers.cpp:125: error: expected constructor, destructor, or type conversion before ‘;’ token
src/helpers.cpp:128: error: definition of implicitly-declared ‘wxPyApp::wxPyApp()’
src/helpers.cpp: In destructor ‘wxPyApp::~wxPyApp()’:
src/helpers.cpp:136: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘int wxPyApp::MainLoop()’:
src/helpers.cpp:149: error: ‘DeletePendingObjects’ was not declared in this scope
src/helpers.cpp:150: error: ‘wxTopLevelWindows’ was not declared in this scope
src/helpers.cpp:152: error: ‘m_exitOnFrameDelete’ was not declared in this scope
src/helpers.cpp:152: error: ‘Later’ was not declared in this scope
src/helpers.cpp:153: error: ‘Yes’ was not declared in this scope
src/helpers.cpp:156: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘virtual bool wxPyApp::OnInitGui()’:
src/helpers.cpp:165: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘virtual int wxPyApp::OnExit()’:
src/helpers.cpp:180: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘virtual void wxPyApp::ExitMainLoop()’:
src/helpers.cpp:193: error: ‘wxApp’ has not been declared
src/helpers.cpp: At global scope:
src/helpers.cpp:289: error: expected ‘,’ or ‘…’ before ‘&’ token
src/helpers.cpp:289: error: ISO C++ forbids declaration of ‘wxString’ with no type
src/helpers.cpp: In member function ‘virtual void wxPyApp::MacOpenFile(int)’:
src/helpers.cpp:293: error: ‘fileName’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:300: error: expected ‘,’ or ‘…’ before ‘&’ token
src/helpers.cpp:300: error: ISO C++ forbids declaration of ‘wxString’ with no type
src/helpers.cpp: In member function ‘virtual void wxPyApp::MacPrintFile(int)’:
src/helpers.cpp:304: error: ‘fileName’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:361: error: ‘wxString’ does not name a type
src/helpers.cpp:395: error: expected ‘,’ or ‘…’ before ‘&’ token
src/helpers.cpp:395: error: ISO C++ forbids declaration of ‘wxString’ with no type
src/helpers.cpp: In member function ‘void wxPyApp::_BootstrapApp()’:
src/helpers.cpp:438: error: ‘wxEntryStart’ was not declared in this scope
src/helpers.cpp:465: error: ‘class wxPyApp’ has no member named ‘argc’
src/helpers.cpp:466: error: ‘class wxPyApp’ has no member named ‘argv’
src/helpers.cpp: In function ‘void __wxPyPreStart(PyObject*)’:
src/helpers.cpp:598: error: ‘wxApp’ has not been declared
src/helpers.cpp:598: error: ‘WX_BUILD_OPTIONS_SIGNATURE’ was not declared in this scope
src/helpers.cpp:600: error: ‘wxInitAllImageHandlers’ was not declared in this scope
src/helpers.cpp: In function ‘void __wxPyCleanup()’:
src/helpers.cpp:609: error: ‘wxEntryCleanup’ was not declared in this scope
src/helpers.cpp: In function ‘PyObject* __wxPySetDictionary(PyObject*, PyObject*)’:
src/helpers.cpp:681: error: ‘wxPlatform’ was not declared in this scope
src/helpers.cpp:682: error: ‘wxUSE_UNICODE’ was not declared in this scope
src/helpers.cpp:695: error: ‘wxPlatName’ was not declared in this scope
src/helpers.cpp: In function ‘bool wxPyCheckForApp()’:
src/helpers.cpp:745: error: ‘wxTheApp’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:863: error: redefinition of ‘PyObject* wxPyMake_wxObject’
include/wx/wxPython/wxPython_int.h:151: error: ‘PyObject* wxPyMake_wxObject’ previously defined here
src/helpers.cpp:863: error: ‘wxObject’ was not declared in this scope
src/helpers.cpp:863: error: ‘source’ was not declared in this scope
src/helpers.cpp:863: error: expected primary-expression before ‘bool’
src/helpers.cpp:863: error: expected primary-expression before ‘bool’
src/helpers.cpp:92: warning: ‘wxPyDefaultEncoding’ defined but not used
error: command ‘gcc’ failed with exit status 1

-------- End of Error Message --------

Hello,

···

On Thu, Apr 16, 2009 at 3:59 PM, York Lee yorklee70@gmail.com wrote:

Hi,

WARNING: WXWIN not set in environment. Assuming ‘…’

Found wx-config: /usr/local/bin/wx-config
Using flags: --toolkit=gtk2 --unicode=yes --version=2.8

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --cxxflags

       in /usr/local/lib/wx/config

If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.

You may use wx-config --list to see all configs available in
the default prefix.

Did you check which (if any) wx-config script it is finding (which wx-config). There is probably an older one on your path that its finding first.

You can either adjust your PATH variable or pass the following on the command line when building wxPython.

WX_CONFIG=/path/to/where/you/installed/wx/2.8/bin/wx-config

Also see: http://wxpython.org/BUILD.html

Cody

Hi Cody,

Thanks for you quick reply.

$ which wx-config
/usr/local/bin/wx-config

$ ls -l /usr/local/bin/wx-config
lrwxrwxrwx 1 root root 46 Apr 16 00:15 /usr/local/bin/wx-config → /usr/local/lib/wx/config/gtk2-ansi-release-2.8

So it is the one I just installed. I didn’t change any default values, and object folder should be /usr/local

York

···

On Thu, Apr 16, 2009 at 2:11 PM, Cody Precord codyprecord@gmail.com wrote:

Hello,

On Thu, Apr 16, 2009 at 3:59 PM, York Lee yorklee70@gmail.com wrote:

Hi,

WARNING: WXWIN not set in environment. Assuming ‘…’

Found wx-config: /usr/local/bin/wx-config
Using flags: --toolkit=gtk2 --unicode=yes --version=2.8

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --cxxflags

       in /usr/local/lib/wx/config

If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.

You may use wx-config --list to see all configs available in
the default prefix.

Did you check which (if any) wx-config script it is finding (which wx-config). There is probably an older one on your path that its finding first.

You can either adjust your PATH variable or pass the following on the command line when building wxPython.

WX_CONFIG=/path/to/where/you/installed/wx/2.8/bin/wx-config

Also see: http://wxpython.org/BUILD.html

Cody


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

York Lee wrote:

Hi Cody,

Thanks for you quick reply.

$ which wx-config
/usr/local/bin/wx-config

$ ls -l /usr/local/bin/wx-config
lrwxrwxrwx 1 root root 46 Apr 16 00:15 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-ansi-release-2.8

So it is the one I just installed. I didn't change any default values, and object folder should be /usr/local

You built an ansi wxWidgets and are trying to build a Unicode wxPython. They don't mix. Please read http://wxpython.org/builddoc.php more thoroughly.

···

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

Hi Robin,

Thanks for your help.
I added some parameters on the CMD line, and it compiled successfully:

$ python2.5 setup.py build_ext --inplace --debug UNICODE=0 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0
WARNING: WXWIN not set in environment. Assuming ‘…’
Found wx-config: /usr/local/bin/wx-config
Using flags: --toolkit=gtk2 --unicode=no --version=2.8
Preparing CORE…
running build_ext
running build_ext

But I still cannot install it, the error message is attached below. Would you please give me more hints?

Thanks,

York.

$ sudo python2.5 setup.py install
WARNING: WXWIN not set in environment. Assuming ‘…’
Found wx-config: /usr/local/bin/wx-config
Using flags: --toolkit=gtk2 --unicode=yes --version=2.8

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --cxxflag
s
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --libs
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --basenam
e
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --release
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --prefix
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Preparing CORE…
Preparing GLCANVAS…

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --libs
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Warning: No config found to match: /usr/local/bin/wx-config --toolkit=gtk2 --unicode=yes --version=2.8 --libs gl
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

Preparing STC…
Preparing GIZMOS…
running install
running build
running build_py
copying wx/version.py -> build-gtk2.unicode/lib.linux-i686-2.5/wx
copying wx/build/build_options.py -> build-gtk2.unicode/lib.linux-i686-2.5/wx/build
package init file ‘wx/tools/XRCed/plugins/init.py’ not found (or not a regular file)
package init file ‘wx/tools/XRCed/plugins/init.py’ not found (or not a regular file)
running build_ext
building ‘core’ extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DSWIG_TYPE_TABLE=_wxPython_tabl
e -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -Iinclude -Isrc -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0
/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/g
lib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/local/include/python2.5 -c src/helpers.cpp
-o build-gtk2.unicode/temp.linux-i686-2.5/src/helpers.o -O3
cc1plus: warning: command line option “-Wstrict-prototypes” is valid for Ada/C/ObjC but not for C++
In file included from src/helpers.cpp:16:
include/wx/wxPython/wxPython_int.h:19:19: error: wx/wx.h: No such file or directory
include/wx/wxPython/wxPython_int.h:21:25: error: wx/busyinfo.h: No such file or directory
include/wx/wxPython/wxPython_int.h:22:22: error: wx/caret.h: No such file or directory
include/wx/wxPython/wxPython_int.h:23:25: error: wx/choicebk.h: No such file or directory
include/wx/wxPython/wxPython_int.h:24:24: error: wx/clipbrd.h: No such file or directory
include/wx/wxPython/wxPython_int.h:25:25: error: wx/colordlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:26:23: error: wx/config.h: No such file or directory
include/wx/wxPython/wxPython_int.h:27:23: error: wx/cshelp.h: No such file or directory
include/wx/wxPython/wxPython_int.h:28:25: error: wx/dcmirror.h: No such file or directory
include/wx/wxPython/wxPython_int.h:29:21: error: wx/dcps.h: No such file or directory
include/wx/wxPython/wxPython_int.h:30:24: error: wx/dirctrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:31:23: error: wx/dirdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:32:23: error: wx/numdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:33:20: error: wx/dnd.h: No such file or directory
include/wx/wxPython/wxPython_int.h:34:24: error: wx/docview.h: No such file or directory
include/wx/wxPython/wxPython_int.h:35:24: error: wx/encconv.h: No such file or directory
include/wx/wxPython/wxPython_int.h:36:25: error: wx/fdrepdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:37:25: error: wx/fileconf.h: No such file or directory
include/wx/wxPython/wxPython_int.h:38:24: error: wx/filesys.h: No such file or directory
include/wx/wxPython/wxPython_int.h:39:24: error: wx/fontdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:40:24: error: wx/fs_inet.h: No such file or directory
include/wx/wxPython/wxPython_int.h:41:23: error: wx/fs_mem.h: No such file or directory
include/wx/wxPython/wxPython_int.h:42:23: error: wx/fs_zip.h: No such file or directory
include/wx/wxPython/wxPython_int.h:43:24: error: wx/gbsizer.h: No such file or directory
include/wx/wxPython/wxPython_int.h:44:25: error: wx/geometry.h: No such file or directory
include/wx/wxPython/wxPython_int.h:45:25: error: wx/htmllbox.h: No such file or directory
include/wx/wxPython/wxPython_int.h:46:22: error: wx/image.h: No such file or directory
include/wx/wxPython/wxPython_int.h:47:25: error: wx/imaglist.h: No such file or directory
include/wx/wxPython/wxPython_int.h:48:21: error: wx/intl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:49:23: error: wx/laywin.h: No such file or directory
include/wx/wxPython/wxPython_int.h:50:25: error: wx/listbook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:51:25: error: wx/minifram.h: No such file or directory
include/wx/wxPython/wxPython_int.h:52:25: error: wx/notebook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:53:22: error: wx/print.h: No such file or directory
include/wx/wxPython/wxPython_int.h:54:25: error: wx/printdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:55:24: error: wx/process.h: No such file or directory
include/wx/wxPython/wxPython_int.h:56:24: error: wx/progdlg.h: No such file or directory
include/wx/wxPython/wxPython_int.h:57:24: error: wx/sashwin.h: No such file or directory
include/wx/wxPython/wxPython_int.h:58:25: error: wx/spinbutt.h: No such file or directory
include/wx/wxPython/wxPython_int.h:59:25: error: wx/spinctrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:60:23: error: wx/splash.h: No such file or directory
include/wx/wxPython/wxPython_int.h:61:25: error: wx/splitter.h: No such file or directory
include/wx/wxPython/wxPython_int.h:62:25: error: wx/statline.h: No such file or directory
include/wx/wxPython/wxPython_int.h:63:23: error: wx/stream.h: No such file or directory
include/wx/wxPython/wxPython_int.h:64:23: error: wx/sysopt.h: No such file or directory
include/wx/wxPython/wxPython_int.h:65:24: error: wx/taskbar.h: No such file or directory
include/wx/wxPython/wxPython_int.h:66:23: error: wx/tglbtn.h: No such file or directory
include/wx/wxPython/wxPython_int.h:67:23: error: wx/tipwin.h: No such file or directory
include/wx/wxPython/wxPython_int.h:68:25: error: wx/toolbook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:69:24: error: wx/tooltip.h: No such file or directory
include/wx/wxPython/wxPython_int.h:70:25: error: wx/treebook.h: No such file or directory
include/wx/wxPython/wxPython_int.h:71:22: error: wx/vlbox.h: No such file or directory
include/wx/wxPython/wxPython_int.h:72:24: error: wx/vscroll.h: No such file or directory
include/wx/wxPython/wxPython_int.h:73:24: error: wx/dateevt.h: No such file or directory
include/wx/wxPython/wxPython_int.h:74:25: error: wx/datectrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:75:22: error: wx/power.h: No such file or directory
include/wx/wxPython/wxPython_int.h:76:26: error: wx/hyperlink.h: No such file or directory
include/wx/wxPython/wxPython_int.h:77:27: error: wx/pickerbase.h: No such file or directory
include/wx/wxPython/wxPython_int.h:78:26: error: wx/clrpicker.h: No such file or directory
include/wx/wxPython/wxPython_int.h:79:27: error: wx/filepicker.h: No such file or directory
include/wx/wxPython/wxPython_int.h:80:31: error: wx/fontpicker.h: No such file or directory
include/wx/wxPython/wxPython_int.h:81:25: error: wx/collpane.h: No such file or directory
include/wx/wxPython/wxPython_int.h:82:25: error: wx/srchctrl.h: No such file or directory
include/wx/wxPython/wxPython_int.h:83:33: error: wx/generic/datectrl.h: No such file or directory
src/helpers.cpp:53:25: error: wx/mimetype.h: No such file or directory
include/wx/wxPython/wxPython_int.h:99: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:101: error: expected )' before ‘evtType’ include/wx/wxPython/wxPython_int.h:104: error: ISO C++ forbids declaration of ‘wxEvent’ with no type include/wx/wxPython/wxPython_int.h:104: error: ‘wxEvent’ declared as a ‘virtual’ field include/wx/wxPython/wxPython_int.h:104: error: expected ‘;’ before ‘*’ token include/wx/wxPython/wxPython_int.h:105: error: expected;’ before ‘}’ token
include/wx/wxPython/wxPython_int.h:112: error: ‘wxPoint2DDouble’ does not name a type
include/wx/wxPython/wxPython_int.h:113: error: ‘wxRect2DDouble’ does not name a type
include/wx/wxPython/wxPython_int.h:136: error: variable or field ‘wxPyEventThunker’ declared void
include/wx/wxPython/wxPython_int.h:136: error: ‘wxObject’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:136: error: expected primary-expression before ‘,’ token
include/wx/wxPython/wxPython_int.h:136: error: ‘wxEvent’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:136: error: ‘event’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:136: error: initializer expression list treated as compound expression
include/wx/wxPython/wxPython_int.h:139: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:139: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:141: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:142: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:144: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:144: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:145: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:145: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:148: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:148: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:149: error: ‘wxString’ does not name a type
include/wx/wxPython/wxPython_int.h:151: error: ‘wxObject’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:151: error: ‘source’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:151: error: expected primary-expression before ‘bool’
include/wx/wxPython/wxPython_int.h:151: error: expected primary-expression before ‘bool’
include/wx/wxPython/wxPython_int.h:151: error: initializer expression list treated as compound expression
include/wx/wxPython/wxPython_int.h:152: error: ‘wxSizer’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:152: error: ‘source’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:152: error: expected primary-expression before ‘bool’
include/wx/wxPython/wxPython_int.h:152: error: initializer expression list treated as compound expression
include/wx/wxPython/wxPython_int.h:155: error: ‘wxWindow’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:155: error: ‘win’ was not declared in this scope
include/wx/wxPython/wxPython_int.h:236: error: expected constructor, destructor, or type conversion before ‘’ tok
en
include/wx/wxPython/wxPython_int.h:242: error: expected constructor, destructor, or type conversion before ‘
’ tok
en
include/wx/wxPython/wxPython_int.h:243: error: expected constructor, destructor, or type conversion before ‘’ tok
en
include/wx/wxPython/wxPython_int.h:244: error: expected constructor, destructor, or type conversion before ‘
’ tok
en
include/wx/wxPython/wxPython_int.h:245: error: expected constructor, destructor, or type conversion before ‘’ tok
en
include/wx/wxPython/wxPython_int.h:246: error: expected constructor, destructor, or type conversion before ‘
’ tok
en
include/wx/wxPython/wxPython_int.h:247: error: expected constructor, destructor, or type conversion before ‘’ tok
en
include/wx/wxPython/wxPython_int.h:249: error: ‘wxSize’ has not been declared
include/wx/wxPython/wxPython_int.h:250: error: ‘wxPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:251: error: ‘wxRealPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:252: error: ‘wxRect’ has not been declared
include/wx/wxPython/wxPython_int.h:253: error: ‘wxColour’ has not been declared
include/wx/wxPython/wxPython_int.h:254: error: ‘wxPoint2D’ has not been declared
include/wx/wxPython/wxPython_int.h:255: error: ‘wxRect2D’ has not been declared
include/wx/wxPython/wxPython_int.h:258: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:258: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:269: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:269: error: ISO C++ forbids declaration of ‘wxArrayString’ with no type
include/wx/wxPython/wxPython_int.h:270: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:270: error: ISO C++ forbids declaration of ‘wxArrayInt’ with no type
include/wx/wxPython/wxPython_int.h:271: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:271: error: ISO C++ forbids declaration of ‘wxArrayDouble’ with no type
include/wx/wxPython/wxPython_int.h:290: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:291: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no typ
e
include/wx/wxPython/wxPython_int.h:292: error: expected ‘;’ before ‘public’
include/wx/wxPython/wxPython_int.h:297: error: ‘wxEvent’ has not been declared
include/wx/wxPython/wxPython_int.h:326: error: expected class-name before ‘,’ token
include/wx/wxPython/wxPython_int.h:327: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no typ
e
include/wx/wxPython/wxPython_int.h:328: error: expected ‘;’ before ‘public’
include/wx/wxPython/wxPython_int.h:333: error: ISO C++ forbids declaration of ‘wxEvent’ with no type
include/wx/wxPython/wxPython_int.h:333: error: ‘wxEvent’ declared as a ‘virtual’ field
include/wx/wxPython/wxPython_int.h:333: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:334: error: expected ;' before ‘}’ token include/wx/wxPython/wxPython_int.h:337: error: expected class-name before ‘,’ token include/wx/wxPython/wxPython_int.h:338: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no typ e include/wx/wxPython/wxPython_int.h:339: error: expected ‘;’ before ‘public’ include/wx/wxPython/wxPython_int.h:344: error: ISO C++ forbids declaration of ‘wxEvent’ with no type include/wx/wxPython/wxPython_int.h:344: error: ‘wxEvent’ declared as a ‘virtual’ field include/wx/wxPython/wxPython_int.h:344: error: expected ‘;’ before ‘*’ token include/wx/wxPython/wxPython_int.h:345: error: expected;’ before ‘}’ token
include/wx/wxPython/wxPython_int.h:375: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:375: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:376: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:376: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:377: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:377: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:378: error: expected ‘,’ or ‘…’ before ‘’ token
include/wx/wxPython/wxPython_int.h:378: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:387: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:387: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:388: error: expected identifier before ‘’ token
include/wx/wxPython/wxPython_int.h:388: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:388: error: ‘wxString’ declared as function returning a function
include/wx/wxPython/wxPython_int.h:389: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:389: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:395: error: ISO C++ forbids declaration of ‘wxPoint’ with no type
include/wx/wxPython/wxPython_int.h:395: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:396: error: ISO C++ forbids declaration of ‘wxBitmap’ with no type
include/wx/wxPython/wxPython_int.h:396: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:397: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:397: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:398: error: ISO C++ forbids declaration of ‘wxAcceleratorEntry’ with no type
include/wx/wxPython/wxPython_int.h:398: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:400: error: ‘wxSize’ has not been declared
include/wx/wxPython/wxPython_int.h:401: error: ‘wxPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:402: error: ‘wxRealPoint’ has not been declared
include/wx/wxPython/wxPython_int.h:403: error: ‘wxRect’ has not been declared
include/wx/wxPython/wxPython_int.h:404: error: ‘wxColour’ has not been declared
include/wx/wxPython/wxPython_int.h:405: error: ‘wxPoint2D’ has not been declared
include/wx/wxPython/wxPython_int.h:408: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/wxPython_int.h:408: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/wxPython_int.h:417: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:418: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:422: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:422: error: ISO C++ forbids declaration of ‘wxArrayString’ with no type
include/wx/wxPython/wxPython_int.h:423: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:423: error: ISO C++ forbids declaration of ‘wxArrayInt’ with no type
include/wx/wxPython/wxPython_int.h:438: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:438: error: ISO C++ forbids declaration of ‘wxArrayDouble’ with no type
include/wx/wxPython/wxPython_int.h:439: error: ISO C++ forbids declaration of ‘wxPoint2D’ with no type
include/wx/wxPython/wxPython_int.h:439: error: expected ‘;’ before ‘’ token
include/wx/wxPython/wxPython_int.h:440: error: ‘wxRect2D’ has not been declared
include/wx/wxPython/wxPython_int.h:458: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:477: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:519: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:530: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:531: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:532: error: expected ‘;’ before ‘(’ token
include/wx/wxPython/wxPython_int.h:539: error: ‘wxImage’ has not been declared
include/wx/wxPython/wxPython_int.h:539: error: ‘wxInputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:541: error: ‘wxImage’ has not been declared
include/wx/wxPython/wxPython_int.h:541: error: ‘wxOutputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:543: error: ‘wxInputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:544: error: ‘wxInputStream’ has not been declared
include/wx/wxPython/wxPython_int.h:519: warning: ‘class wxPyImageHandler’ has virtual functions but non-virtual de
structor
include/wx/wxPython/wxPython_int.h:626: error: expected class-name before ‘{’ token
include/wx/wxPython/wxPython_int.h:627: error: ISO C++ forbids declaration of ‘DECLARE_ABSTRACT_CLASS’ with no typ
e
include/wx/wxPython/wxPython_int.h:629: error: expected ‘;’ before ‘public’
include/wx/wxPython/wxPython_int.h:651: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:651: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:652: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:652: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/wxPython_int.h:660: error: ‘wxString’ does not name a type
include/wx/wxPython/wxPython_int.h:666: error: expected ‘,’ or ‘…’ before ‘&’ token
include/wx/wxPython/wxPython_int.h:666: error: ISO C++ forbids declaration of ‘wxString’ with no type
include/wx/wxPython/pyistream.h:27: error: ISO C++ forbids declaration of ‘wxInputStream’ with no type
include/wx/wxPython/pyistream.h:27: error: expected ‘;’ before ‘
’ token
include/wx/wxPython/pyistream.h:30: error: expected )' before ‘*’ token include/wx/wxPython/pyistream.h:63: error: ‘wxSeekMode’ has not been declared include/wx/wxPython/pyistream.h: In member function ‘char wxPyInputStream::Peek()’: include/wx/wxPython/pyistream.h:56: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘char wxPyInputStream::GetC()’: include/wx/wxPython/pyistream.h:57: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘size_t wxPyInputStream::LastRead()’: include/wx/wxPython/pyistream.h:58: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘bool wxPyInputStream::CanRead()’: include/wx/wxPython/pyistream.h:59: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘bool wxPyInputStream::Eof()’: include/wx/wxPython/pyistream.h:60: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘bool wxPyInputStream::Ungetch(char)’: include/wx/wxPython/pyistream.h:61: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyInputStream::SeekI(long unsigned int, i nt)’: include/wx/wxPython/pyistream.h:64: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyInputStream::TellI()’: include/wx/wxPython/pyistream.h:65: error: ‘m_wxis’ was not declared in this scope include/wx/wxPython/pyistream.h: At global scope: include/wx/wxPython/pyistream.h:72: error: expected class-name before ‘{’ token include/wx/wxPython/pyistream.h:75: error: ‘wxFileOffset’ does not name a type include/wx/wxPython/pyistream.h:89: error: ‘wxFileOffset’ does not name a type include/wx/wxPython/pyistream.h:90: error: ‘wxFileOffset’ does not name a type include/wx/wxPython/pyistream.h:72: warning: ‘class wxPyCBInputStream’ has virtual functions but non-virtual destr uctor include/wx/wxPython/pyistream.h:105: error: ISO C++ forbids declaration of ‘wxOutputStream’ with no type include/wx/wxPython/pyistream.h:105: error: expected ‘;’ before ‘*’ token include/wx/wxPython/pyistream.h:108: error: expected)’ before ‘’ token
include/wx/wxPython/pyistream.h:134: error: ‘wxSeekMode’ has not been declared
include/wx/wxPython/pyistream.h:134: error: ‘wxFromStart’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘void wxPyOutputStream::PutC(char)’:
include/wx/wxPython/pyistream.h:132: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘size_t wxPyOutputStream::LastWrite()’:
include/wx/wxPython/pyistream.h:133: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyOutputStream::SeekO(long unsigned int,
int)’:
include/wx/wxPython/pyistream.h:135: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: In member function ‘long unsigned int wxPyOutputStream::TellO()’:
include/wx/wxPython/pyistream.h:136: error: ‘m_wxos’ was not declared in this scope
include/wx/wxPython/pyistream.h: At global scope:
include/wx/wxPython/pyistream.h:143: error: expected class-name before ‘{’ token
include/wx/wxPython/pyistream.h:146: error: ‘wxFileOffset’ does not name a type
include/wx/wxPython/pyistream.h:160: error: ‘wxFileOffset’ does not name a type
include/wx/wxPython/pyistream.h:161: error: ‘wxFileOffset’ does not name a type
include/wx/wxPython/pyistream.h:143: warning: ‘class wxPyCBOutputStream’ has virtual functions but non-virtual des
tructor
include/wx/wxPython/twoitem.h:19: error: expected ‘,’ or ‘…’ before ‘
’ token
include/wx/wxPython/twoitem.h:19: error: ISO C++ forbids declaration of ‘wxChar’ with no type
include/wx/wxPython/twoitem.h: In function ‘bool wxPyTwoIntItem_helper(PyObject*, T**, int)’:
include/wx/wxPython/twoitem.h:24: error: ‘name’ was not declared in this scope
include/wx/wxPython/twoitem.h:45: error: ‘wxString’ was not declared in this scope
include/wx/wxPython/twoitem.h:45: error: expected `;’ before ‘msg’
include/wx/wxPython/twoitem.h:46: error: ‘msg’ was not declared in this scope
include/wx/wxPython/twoitem.h:46: error: there are no arguments to ‘wxT’ that depend on a template parameter, so a
declaration of ‘wxT’ must be available
include/wx/wxPython/twoitem.h:46: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the u
se of an undeclared name is deprecated)
include/wx/wxPython/twoitem.h:46: error: ‘name’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:125: error: ‘wxApp’ has not been declared
src/helpers.cpp:125: error: expected constructor, destructor, or type conversion before ‘;’ token
src/helpers.cpp:128: error: definition of implicitly-declared ‘wxPyApp::wxPyApp()’
src/helpers.cpp: In destructor ‘wxPyApp::~wxPyApp()’:
src/helpers.cpp:136: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘int wxPyApp::MainLoop()’:
src/helpers.cpp:149: error: ‘DeletePendingObjects’ was not declared in this scope
src/helpers.cpp:150: error: ‘wxTopLevelWindows’ was not declared in this scope
src/helpers.cpp:152: error: ‘m_exitOnFrameDelete’ was not declared in this scope
src/helpers.cpp:152: error: ‘Later’ was not declared in this scope
src/helpers.cpp:153: error: ‘Yes’ was not declared in this scope
src/helpers.cpp:156: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘virtual bool wxPyApp::OnInitGui()’:
src/helpers.cpp:165: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘virtual int wxPyApp::OnExit()’:
src/helpers.cpp:180: error: ‘wxApp’ has not been declared
src/helpers.cpp: In member function ‘virtual void wxPyApp::ExitMainLoop()’:
src/helpers.cpp:193: error: ‘wxApp’ has not been declared
src/helpers.cpp: At global scope:
src/helpers.cpp:289: error: expected ‘,’ or ‘…’ before ‘&’ token
src/helpers.cpp:289: error: ISO C++ forbids declaration of ‘wxString’ with no type
src/helpers.cpp: In member function ‘virtual void wxPyApp::MacOpenFile(int)’:
src/helpers.cpp:293: error: ‘fileName’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:300: error: expected ‘,’ or ‘…’ before ‘&’ token
src/helpers.cpp:300: error: ISO C++ forbids declaration of ‘wxString’ with no type
src/helpers.cpp: In member function ‘virtual void wxPyApp::MacPrintFile(int)’:
src/helpers.cpp:304: error: ‘fileName’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:361: error: ‘wxString’ does not name a type
src/helpers.cpp:395: error: expected ‘,’ or ‘…’ before ‘&’ token
src/helpers.cpp:395: error: ISO C++ forbids declaration of ‘wxString’ with no type
src/helpers.cpp: In member function ‘void wxPyApp::_BootstrapApp()’:
src/helpers.cpp:438: error: ‘wxEntryStart’ was not declared in this scope
src/helpers.cpp:465: error: ‘class wxPyApp’ has no member named ‘argc’
src/helpers.cpp:466: error: ‘class wxPyApp’ has no member named ‘argv’
src/helpers.cpp: In function ‘void __wxPyPreStart(PyObject*)’:
src/helpers.cpp:598: error: ‘wxApp’ has not been declared
src/helpers.cpp:598: error: ‘WX_BUILD_OPTIONS_SIGNATURE’ was not declared in this scope
src/helpers.cpp:600: error: ‘wxInitAllImageHandlers’ was not declared in this scope
src/helpers.cpp: In function ‘void __wxPyCleanup()’:
src/helpers.cpp:609: error: ‘wxEntryCleanup’ was not declared in this scope
src/helpers.cpp: In function ‘PyObject* __wxPySetDictionary(PyObject*, PyObject*)’:
src/helpers.cpp:681: error: ‘wxPlatform’ was not declared in this scope
src/helpers.cpp:682: error: ‘wxUSE_UNICODE’ was not declared in this scope
src/helpers.cpp:695: error: ‘wxPlatName’ was not declared in this scope
src/helpers.cpp: In function ‘bool wxPyCheckForApp()’:
src/helpers.cpp:745: error: ‘wxTheApp’ was not declared in this scope
src/helpers.cpp: At global scope:
src/helpers.cpp:863: error: redefinition of ‘PyObject* wxPyMake_wxObject’
include/wx/wxPython/wxPython_int.h:151: error: ‘PyObject* wxPyMake_wxObject’ previously defined here
src/helpers.cpp:863: error: ‘wxObject’ was not declared in this scope
src/helpers.cpp:863: error: ‘source’ was not declared in this scope
src/helpers.cpp:863: error: expected primary-expression before ‘bool’
src/helpers.cpp:863: error: expected primary-expression before ‘bool’
src/helpers.cpp:92: warning: ‘wxPyDefaultEncoding’ defined but not used
error: command ‘gcc’ failed with exit status 1

York Lee wrote:

Hi Robin,

Thanks for your help.
I added some parameters on the CMD line, and it compiled successfully:

$ python2.5 setup.py build_ext --inplace --debug UNICODE=0 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0
WARNING: WXWIN not set in environment. Assuming '..'
Found wx-config: /usr/local/bin/wx-config
    Using flags: --toolkit=gtk2 --unicode=no --version=2.8
Preparing CORE...
running build_ext

But I still cannot install it, the error message is attached below. Would you please give me more hints?

You need the same command line flags for the install command.

···

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

Hi,
which wx-config always refer to my previous unsuccessful installation I have
adjusted my PATH and also WX_CONFIG ..and even deleted the previous /bin
folder but still it always refer to previous one..Any solution

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/Failed-to-install-wxPython-tp2371209p5722169.html
Sent from the wxPython-users mailing list archive at Nabble.com.

You have two copies installed. As root (or sudo) run 'find / -name
wx-config' (without the quotation marks, of course). It is likely that one
copy is in /usr/local/bin/ and the other in /usr/bin/. Then, check the
access dates and remove the older one.

   If you keep the whereis database current (frequently slocate is run from
/etc/cron.daily) you can also use the locate command to find wx-config
(locate wx-config).

Rich

···

On Mon, 11 Aug 2014, linuxNewBee wrote:

which wx-config always refer to my previous unsuccessful installation I
have adjusted my PATH and also WX_CONFIG ..and even deleted the previous
/bin folder but still it always refer to previous one..Any solution