On Thu, 17 Jan 2002 16:11:56 -0800 (PST)
Net Llama <[EMAIL PROTECTED]> spewed into the bitstream:

[snip]

> /usr/include/gtk-1.2/gdk/gdktypes.h:33: glib.h: No such file or
> directory

[snip]

> /usr/include/gtk-1.2/gtk/gtktypeutils.h:31: glib.h: No such file or
> directory

run locate glib.h.  If it's on your system, then the build software can't
find it.  You may need to modify your make file, find the line with the
other -I/path/to/includes and put another -I/path/to/glib.h in.  If glib.h
is not on your system, you need the glib-devel-* and gtk-devel-* RPMs (at
least, possibly even the gnome-devel-* RPMs).

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto
Internet (H323) phone: 206.28.187.30
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to