On Mon, Nov 01, 1999 at 06:35:53PM +0000, Dermot Musgrove wrote:
> 1) While running perl Makefile.PL I got.
> Warning: the following files are missing in your kit:
> GtkGLArea/GtkGLArea.pm
> Please inform the author.
> Writing Makefile for Gtk
I'm adding this to the repo now.
> 2) Then while running make test I got (something like):
> In file included from GdkImlib.xs:10:
> GdkImlib/GdkImlibTypes.h:11: redefinition of `Gtk__Gdk__ImlibImage'
[...]
> So I inserted the #ifdef wrapper as Yu-Chung Wang suggested and ran
> make distclean. When I next ran make test:
Yes, a #include guard fixes this, but read on....
> 3)/usr/bin/perl -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5
[..]
> Cannot open '../build/boxed.xsh': No such file or directory in Gnome.xs,
> line 388
> make: *** [Gnome/xs/Gnome.c] Error 1
As I explained in the mail posted to both gtk-list and gnome-list
the gtk/perl modules is changing to support separate compilation
of sub-modules: you need to compile the main Gtk module (disabling
the autodetected ones: use --witout-gnome etc.) and then the GdkImlib,
Gnome and whatever modules...
I guess I'll make the necessary fixes to allow again the one big module
compilation if it proves easy and useful: from now on you're supposed to
compile the sub-modules separately.
lupus
--
-----------------------------------------------------------------
[EMAIL PROTECTED] debian/rules
--
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null