Am Freitag, 17. Mai 2002, 15:56:44 Uhr MET, schrieb Gwenole Beauchesne: > On Fri, 17 May 2002, G�tz Waschk wrote: > > * Sat May 18 2002 G�tz Waschk <[EMAIL PROTECTED]> 2.3.2.1-2mdk > > > > - disable gizmos, doesn't build with gcc3.1 > You need to tell why. It doesn't build because there's a C++ error message I don't understand at all. I just wanted to put out a functional release of wxPython. If someone has a patch I'll reenable that feature.
Attached is the error message. -- G�tz Waschk <> student of computer science <> university Rostock http://wwwstud.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key --> Logout Fascism! <--
gcc -DNDEBUG -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fPIC -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -Isrc -Icontrib/gizmos/contrib/include -I/usr/include/python2.2 -c contrib/gizmos/contrib/src/gizmos/ledctrl.cpp -o build/temp.linux-i686-2.2/contrib/gizmos/contrib/src/gizmos/ledctrl.o -I/usr/lib/wx/include/gtk-2.3 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_REENTRANT -fno-rtti -fno-exceptions -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include contrib/gizmos/contrib/src/gizmos/ledctrl.cpp: In member function `void wxLEDNumberCtrl::OnPaint(wxPaintEvent&)': contrib/gizmos/contrib/src/gizmos/ledctrl.cpp:194: choosing `char wxString::operator[](int) const' over `char& wxString::operator[](unsigned int)' contrib/gizmos/contrib/src/gizmos/ledctrl.cpp:194: because worst conversion for the former is better than worst conversion for the latter contrib/gizmos/contrib/src/gizmos/ledctrl.cpp: In member function `void wxLEDNumberCtrl::RecalcInternals(const wxSize&)': contrib/gizmos/contrib/src/gizmos/ledctrl.cpp:321: warning: assignment to `int' from `double' contrib/gizmos/contrib/src/gizmos/ledctrl.cpp:321: warning: argument to `int' from `double' contrib/gizmos/contrib/src/gizmos/ledctrl.cpp:326: warning: assignment to `int' from `double' contrib/gizmos/contrib/src/gizmos/ledctrl.cpp:326: warning: argument to `int' from `double' error: command 'gcc' failed with exit status 1
