Today I put F8 on my laptop, and ran into problems building gaf.  To
make sure it wasn't a missing package issue, I updated gaf on my FC6
machine and built that too.  That failed.

$ make reconfig
( cd libgeda; ./autogen.sh )
processing .
autogen.sh running: autopoint ...
autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
file requires the infrastructure from gettext-0.16.1 but this version
is older. Please upgrade to gettext-0.16.1 or newer.
autopoint: *** Stop.
. . .

(FC6 uses gettext-0.14.6)

$ make config
. . .
checking for update-mime-database... /usr/bin/update-mime-database
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
make: *** [libgeda_config] Error 1

On the F8 box, I can get to "make install" but that fails:

(side note: gaf doesn't explicitly check for guile-devel, and asks for
"gettext" not "gettext-devel")

(side note II: can we please install the symbols using wildcards,
instead of one *.sym file at a time?)

[EMAIL PROTECTED]  ~/geda/geda-git/gaf/gschem/src
$ make install
gcc -DLOCALEDIR=\"/home/dj/geda/share/locale\" -DHAVE_CONFIG_H -I. -I.. 
-I/home/dj/geda/include -I../intl -I../include  -I/home/dj/geda/include 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include     -Wall -g -O2 -MT a_pan.o -MD -MP -MF 
.deps/a_pan.Tpo -c -o a_pan.o a_pan.c
In file included from /usr/include/libguile.h:116,
                 from /home/dj/geda/include/libgeda/libgeda.h:28,
                 from a_pan.c:25:
/usr/include/libguile/strings.h:105: error: expected ')' before '(' token
make: *** [a_pan.o] Error 1

(F8 uses guile-1.8.2)


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to