Subject: | compilation error: gtktypexp.c:1:30: gtk/gtktypeutils.h: No such file or directory |
SUMMARY:
I'm unable to compile the Gtk-Perl package.
# Distribution name and version
Gtk-Perl-0.7009
# Perl version
This is perl, v5.8.3 built for i386-linux-thread-multi
# Operating System vendor and version
Linux pepsi.corp.cmates.com 2.4.22-1.2188.nptl #1 Wed Apr 21 20:36:05 EDT 2004 i686 i686 i386 GNU/Linux
(Fedora Core 1)
gtktypexp.c:1:30: gtk/gtktypeutils.h: No such file or directory
gtktypexp.c: In function `main':
gtktypexp.c:9: error: `GSList' undeclared (first use in this function)
gtktypexp.c:9: error: (Each undeclared identifier is reported only once
gtktypexp.c:9: error: for each function it appears in.)
gtktypexp.c:9: error: `names' undeclared (first use in this function)
make: *** [GdkPixbuf/Makefile] Error 141
I tried changing
#include <gtk/gtktypeutils.h>
to
#include <gtk-1.2/gtktypeutils.h>
in gtktypexp.c, but it just changes back and spits out the same error when I run 'make'.
Any ideas?