From: Juergen W. <wie...@fr...> - 2006-07-01 15:51:51
|
On Thursday 29 June 2006 00:29 Timoth=E9e Lecomte wrote: > > wiefer@localhost:~> rpm -qa |grep -i cairo > > That will be the main issue (once you solved your pkg-config problem) to > compile the wxWidgets terminal. If you really want to try it, you will > have to compile cairo from source (it has no dependency - at least none > of them is required for the wxWidgets terminal), and probably pango too, > unless you upgrade to suse 10. I have compiled and installed cairo-1.2.0 and pango-1.10.4. The newest version of pange needs a more recent version of glib. > > 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 versions) > 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&) This is just for your information. I think I can live without the wxterminal until the next operating system update. Though it really sounds to be a cool feature. :-) Juergen |