[snip]
>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.
Lovely. Thanks for the feedback.
>
>$ 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)
Gah. That's because the gettextified libgeda's configure.ac isn't
doing my "gschem gettext breakage workaround" (yes it's a bit of a hack,
but it work quite well and I had any end user complaints because of it)
of changing the gettext version on the fly at autogen.sh time. I guess
I will fix this tomorrow (today).
[snip]
>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")
How did you come to this conclusion?
>
>(side note II: can we please install the symbols using wildcards,
>instead of one *.sym file at a time?)
Depends on if we can get automake to bend to our will to
do this and work in all circumstances (make distcheck for example).
Patches welcome. :)
[snip]
> -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)
Hmm.. Maybe this is due to the 1.6.x compatibility macros and maybe the
ordering of the includes and 1.8.2. I will fix this as well.
Looks like I will be doing a 1.3.1 soon.
-Ales
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev