I haven't got a gtkmm 3.2 installation. I got those errors through launchpad build service: https://launchpadlibrarian.net/109778043/buildlog_ubuntu-oneiric-i386.lifeograph_0.9.0-1~ppa2~oneiric_FAILEDTOBUILD.txt.gz and user questions: https://answers.launchpad.net/lifeograph/+question/201044
Source code of the file that launchpad build log error refers to is here: http://bazaar.launchpad.net/~dmxe/lifeograph/trunk/view/head:/src/dialog_export.cpp However, there is no reference to RGBA in that very module which is strange. On Cts, 2012-07-14 at 22:01 +0200, Kjell Ahlstedt wrote: > Gdk::RGBA was added in gtkmm 3.0. It's available in all 3.x versions. > > I don't understand why you get those errors. Can you show a complete > (preferably short) source code file that gives such errors when compiled? > > Kjell > > 2012-07-14 10:10, ahmet öztürk skrev: > > Hi everybody, > > > > Although there is no hint about it neither on related reference page[1] > > nor new API list[2], I suspect that Gdk::RGBA was added to gtkmm in 3.4. > > Because, when we try to build code with RGBA against gtkmm 3.2, we get > > errors such as following: > > > > error: return type 'Gdk::RGBATraits::CType {aka struct _GdkRGBA}' is > > incomplete > > > > error: ‘class Gtk::TextTag’ has no member named > > ‘property_foreground_rgba’ > > > > etc... > > > > Could someone please clarify? > > > > Kind regards, > > > > Ahmet > > > > [1] http://developer.gnome.org/gtkmm/stable/classGdk_1_1RGBA.html > > [2] http://developer.gnome.org/gtkmm/stable/since_3_4.html > > > _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
