From: <tim...@en...> - 2006-07-07 00:10:46
|
>> > wiefer@localhost:~> rpm -qa |grep -i wx >> > wxGTK-2.5.3.1-5 >> > wxGTK-gl-2.5.3.1-5 >> > wxGTK-compat-2.5.3.1-5 >> > wxGTK-devel-2.5.3.1-5 >> >> Well, these are outdated (and by the way 2.5.x are development version= s) >> but they may be enough for the wxWidgets terminal. > > I just tried. The ./configure script went fine. But during > compile, I got: > > wxterminal/wxt_gui.cpp: In member function `void > wxtPanel::DrawToDC(wxWindowDC&, wxRegion&)': > wxterminal/wxt_gui.cpp:588: error: no matching function for call to ` > wxBufferedDC::Init(wxWindowDC*)' > /usr/include/wx-2.5/wx/dcbuffer.h:60: error: candidates are: void > wxBufferedDC::Init(wxDC*, const wxBitmap&) > /usr/include/wx-2.5/wx/dcbuffer.h:69: error: void > wxBufferedDC::Init(wxDC*, const wxSize&) Hi Juergen, This turned out to be an interesting information. I was obviously relying on an undocumented behaviour so that Init(wxWindowDC*) was working, whereas it is absent from the wxWidgets manual, even from 2.6.x I solved that problem in the CVS, so if you want you can try again and report other interesting bits like those ones ;-) Regards, Timoth=E9e |