Which version are you using? gtkmm-2.4 is the API/ABI version, not the package version you installed. Based on gtkmm documentation [http://library.gnome.org/devel/gtkmm/stable/classGtk_1_1Builder.html], it has to be later than 2.12 to use it. You may installed an old version. The current version is 2.20.
On Fri, May 7, 2010 at 4:21 AM, Ming-ching Chiu <[email protected]> wrote: > I've been working on gtkmm project on Ubuntu and things run pretty smoothly. > Recently I'm trying to compile my code in a CentOS machine. > > I'm pretty sure i installed Gtk and gtkmm on the CentOS machine because the > "hello world" program compiles and runs on CentOS. > > (I installed the packages in the RPMforge). > > > However, when I tried to compile my project. the compiler complains that " > Builder is not a member of Gtk". > > I then checked the files listed in /usr/include/gtkmm-2.4/gtkmm/ in both > computers and figured that the directory in my CentOS system has fewer files > than the one in Ubuntu. And of course, "builder.h" is missing in CentOS too. > > Has anybody seen this problem? My CentOS is CentOS 5.4 x86_64 version > > > > > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > -- Regards Tao Wang _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
