On Fri, 29 Apr 2005, Aurelien Jarno wrote:
The current version of libgtkdatabox fails to build on GNU/kFreeBSD, because of outdated libtool.
The version of libtool in libgtkdatabox is too old to correctly support Debian GNU/k*BSD. libtool 1.5.2-1 or later is need.
Here is how to update the libtool in your package (Make sure you are using libtool 1.5.2-1 or later: libtoolize -c -f aclocal (-Im4 might be needed if there's an "m4" template dir) autoconf
It would also be nice if you can ask upstream to update libtool in their next release.
I put the upstream author in CC to keep him informed.
I just followed your advise regarding libtool.
Unfortunately I have further problems with the latest upstream version (0.2.4.6).
If I go with the originally included Makefile.in files this results (after the procedure you described) in a broken Makefile. Thus I also tried automake. The result did also not compile:
... checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 2.0.0... yes (version 2.6.2) configure: creating ./config.status config.status: creating Makefile config.status: creating gtk/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing default-1 commands /usr/bin/make CC="cc" LDFLAGS="-s `gtk-config --libs`" make[1]: Entering directory `/home/tillea/debian-maintain/packages/databox/gtkdatabox-0.2.4.6' /usr/bin/make all-recursive make[2]: Entering directory `/home/tillea/debian-maintain/packages/databox/gtkdatabox-0.2.4.6' Making all in gtk make[3]: Entering directory `/home/tillea/debian-maintain/packages/databox/gtkdatabox-0.2.4.6/gtk' /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O2 -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags` -c gtkdatabox.c libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[3]: *** [gtkdatabox.lo] Fehler 1 make[3]: Leaving directory `/home/tillea/debian-maintain/packages/databox/gtkdatabox-0.2.4.6/gtk' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/tillea/debian-maintain/packages/databox/gtkdatabox-0.2.4.6' make[1]: *** [all-recursive-am] Fehler 2 make[1]: Leaving directory `/home/tillea/debian-maintain/packages/databox/gtkdatabox-0.2.4.6' make: *** [build-stamp] Fehler 2
Any hints / advises what to try next?
Kind regards
Andreas.
-- http://fam-tille.de
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]