pkg-config problem



Running `pkg-config --cflags --libs gtk+-2.0` gives the following error:

bash: -I/usr/include/gtk-2.0: No such file or directory

The directory exists and has the same permissions as gtk-1.2 which works fine 
with gtk-config.


/usr/lib/pkgconfig/gtk+-2.0.pc contains:

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include
target=x11

gtk_binary_version=2.0.0
gtk_host=i386-redhat-linux-gnu

Name: GTK+
Description: GIMP Tool Kit (${target} target)
Version: 2.0.2
Requires: gdk-${target}-2.0 atk
Libs: -L${libdir} -lgtk-${target}-2.0 
Cflags: -I${includedir}/gtk-2.0 



  Any ideas what is wrong?

Ian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]