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

glib headers



I have this problem: my glib.h is in

/usr/local/include/glib.h

and my glibconfig.h is 

/home/local/lib/glib/include/glibconfig.h

yet I cannot compile a program.... I get the following errors:

[root localhost temp]# g++ test.cc
In file included from /usr/include/gdk/gdktypes.h:33,
                 from /usr/include/gdk/gdk.h:31,
                 from /usr/include/gtk/gtk.h:31,
                 from test.cc:3:
/usr/local/include/glib.h:66: glibconfig.h: No such file or directory
                       *********************************


well I checked the glib-config and here are the results:


[root localhost glib-1.2.3]# glib-config --libs
-L/usr/local/lib -lglib

[root localhost glib-1.2.3]# glib-config --cflags
-I/usr/local/lib/glib/include -I/usr/local/include



any ideas?


Nikolay



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