gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Iinclude -Isrc -I/opt/wx/2.5/lib/wx/include/gtk2u-2.5 -I/opt/wx/2.5/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.3 -c src/gtk/misc_wrap.cpp -o build-gtk2.unicode/temp.linux-i686-2.3/src/gtk/misc_wrap.o -O3
src/gtk/misc_wrap.cpp: In function `PyObject*
_wrap_DataFormat___eq____SWIG_0(PyObject*, PyObject*)':
src/gtk/misc_wrap.cpp:21968: error: call of overloaded `operator==(int&)' is
ambiguous
/opt/wx/2.5/include/wx/gtk/dataform.h:34: error: candidates are: bool
wxDataFormat::operator==(_GdkAtom*) const <near match>
/opt/wx/2.5/include/wx/gtk/dataform.h:38: error: bool
wxDataFormat::operator==(wxDataFormatId) const <near match>
src/gtk/misc_wrap.cpp: In function `PyObject*
_wrap_DataFormat___ne____SWIG_0(PyObject*, PyObject*)':
src/gtk/misc_wrap.cpp:21991: error: call of overloaded `operator!=(int&)' is
ambiguous
/opt/wx/2.5/include/wx/gtk/dataform.h:36: error: candidates are: bool
wxDataFormat::operator!=(_GdkAtom*) const <near match>
/opt/wx/2.5/include/wx/gtk/dataform.h:40: error: bool
wxDataFormat::operator!=(wxDataFormatId) const <near match>
error: command 'gcc' failed with exit status 1
Regards,
Tomo