PDA

View Full Version : pkg-config - adding new package?



Ben Sprinkle
January 3rd, 2007, 03:32 AM
/home/user/Desktop# g++-4.1 a.cc `pkg-config gtkmm-2.4 --cflags --libs` Package gtkmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.4' found

I installed gtkmm, how do I add it to the pkg-config list?

llonesmiz
January 3rd, 2007, 10:04 AM
You need to install the -dev package. gtkmm*-dev.

Ben Sprinkle
January 3rd, 2007, 02:29 PM
Thanks, I just figured that out last night lol.