[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gEDA: guile 1.4 and geda




Sigh.

Over the last couple of years I've installed geda possible half a
dozen times. Now I can't because of guile-1.4.

Has anyone successfully installed guile-1.4 on a RH7.0 distro?

If I do this:

./configure --disable-networking --disable-regex
make

I get all the way to building the libraries and then choke on:

PATH=.:/home/scott/geda/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/scott/bin:/usr/X11R6/bin:/home/scott/bin
./guile-doc-snarf socket.c -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl
-g -O2 -Wall -Wmissing-prototypes socket.c > /dev/null \
        || { rm socket.doc; false; }
socket.c:979:29: libguile/socket.x: No such file or directory
rm: cannot remove `socket.doc': No such file or directory
make[1]: *** [socket.doc] Error 1
make[1]: Leaving directory `/home/scott/geda/guile-1.4/libguile'
make: *** [all-recursive] Error 1

Blah.

If I don't --disable-networking or --disable-regex, I stop much
sooner...

Any suggestions?

Scott