Skip Menu |

This queue is for tickets about the Gtk-Perl CPAN distribution.

Report information
The Basics
Id: 6246
Status: rejected
Priority: 0/
Queue: Gtk-Perl

People
Owner: Nobody in particular
Requestors: adamm [...] wazamatta.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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?
From: richard.e.long [...] comcast.net
[guest - Thu May 6 13:23:40 2004]: Show quoted text
> 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) > I have exactly the same problem with Gentoo, kernel 2.6.11-r9. I have
tried re-installing all the perl modules for gnome, gnome2, gtk, gtk2 and it still doesn't work. I think it broke very recently. Rich Show quoted text
> > 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?
On Thu May 19 13:44:10 2005, guest wrote: Show quoted text
> [guest - Thu May 6 13:23:40 2004]: >
> > SUMMARY: > > I'm unable to compile the Gtk-Perl package.
Gtk is for libgtk+ versions 1.x only. Make sure you have the development package installed for it, which contains the required include file. For gtk+ versions 2.x, use the Gtk2 module.