Re: gnome.h



On Thu, 2001-08-16 at 21:15, Louis Kowolowski wrote:
> i noticed that in /usr/include/gnome.h, it makes a ref to
> gnomesupport.h, which doesn't exist in /usr/include/ but rather
> /usr/lib/gnome-libs/include/gnomesupport.h
> hope this is of some help.
> (on redhat 7.1, with latest ximian gnome installed)
> patch:
> 
> 12c12
> < #include "/usr/lib/gnome-libs/include/gnomesupport.h"
> ---
> > #include "gnomesupport.h"
> 

this is incorrect.  you should compile your application with the output
from: 

	"gnome-config --cflags gnomeui"  (or more options)

which will contain the line: 

	-I/usr/lib/gnome-libs/include



jacob
-- 
"OOH!!!  Look at me!!  I'm Jacob Berkman!  I have a witty .signature
 that nobody fully appreciates but myself!!"  -- Anonymous





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