Tue 27 Jul 2010 08:59:56 AM UTC, comment #7:
Debian Lenny has this problem.
draw_pixbuf of gdkmm/drawable.h has two methods in my version. One with a graphics context and one without.
on Debian Lenny, it has one only one call, the one with the graphics context.
In Lordsawar it uses the call without a graphics context.
The magnify code is too slow anyway, so it isn't hit. I've commented out the offending call in svn (0.2.0).
|
Fri 26 Mar 2010 06:27:59 AM UTC, original submission:
"lordsawar-0.1.8" - aka stable - although I get the same error using "lordsawar-0.1.9-pre1"
Last few lines of make before ending.
...
bigmap.cpp: In member function ‘Glib::RefPtr<Gdk::Pixmap> BigMap::magnify(Glib::RefPtr<Gdk::Pixmap>)’:
bigmap.cpp:634: error: no matching function for call to ‘Gdk::Pixmap::draw_pixbuf(Glib::RefPtr<Gdk::Pixbuf>&, int, int, int, int, int, int, Gdk::RgbDither, int, int)’
/usr/include/gdkmm-2.4/gdkmm/drawable.h:434: note: candidates are: void Gdk::Drawable::draw_pixbuf(const Glib::RefPtr<const Gdk::GC>&, const Glib::RefPtr<Gdk::Pixbuf>&, int, int, int, int, int, int, Gdk::RgbDither, int, int)
make[3]: *** [bigmap.lo] Error 1
...
"configure --prefix=/usr/local/lordsawar" ran with out problems, all known dependencies satisfied.
OS - "Debian 5.0.4"
Can submit capture of configure & make, etc., if needed.
|