| View previous topic :: View next topic |
| Author |
Message |
BlueEar Tux's lil' helper


Joined: 06 Oct 2002 Posts: 143 Location: Mountain View, CA
|
Posted: Wed May 28, 2003 4:47 pm Post subject: gtkmm-config |
|
|
I have emerge'd gtkmm version 2.2.1. However my attempt to compile a GTKmm 2.x code failed. I quickly realized that this was due to gtkmm-config still pointing to old directories. In particular I get
| Code: | $ gtkmm-config --cflags
-I/usr/lib/gtkmm/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/lib/sigc++-1.0/include -I/usr/include/sigc++-1.0
|
Could some kind soul point me to the ebuild that installs gtkmm-config? Also, how do I switch it from 1.2 to 2.2 version? |
|
| Back to top |
|
 |
far Guru


Joined: 10 Mar 2003 Posts: 394 Location: Stockholm, Sweden
|
Posted: Sat May 31, 2003 8:47 pm Post subject: |
|
|
Try this instead:
| Code: | | pkg-config --cflags gtkmm-2.0 |
gtkmm-config seems to be obsolete. All new gnome-related libs use pkg-config nowadays. _________________ The Porthole Portage Frontend |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|