[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: Rebuild of geda



I am trying to rebuild geda after a system crash. Fresh install of Fedora FC4. Unable
to build 20060123. Setup the environment via cut apane paste

"make install" creates multiple geda symbol file and exits with the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT g_basic.lo -MD -MP -MF .deps/g_basic.Tpo -c g_basic.c  -fPIC -DPIC -o .libs/g_basic.o
../noweb/g_basic.nw: In function 'load_error_handler':
../noweb/g_basic.nw:143: warning: implicit declaration of function 'scm_str2symbol'
../noweb/g_basic.nw: In function 'g_read_file':
../noweb/g_basic.nw:207: error: 'scm_t_catch_body' undeclared (first use in this function)
../noweb/g_basic.nw:207: error: (Each undeclared identifier is reported only once
../noweb/g_basic.nw:207: error: for each function it appears in.)
../noweb/g_basic.nw:207: error: syntax error before 'load'
make[3]: *** [g_basic.lo] Error 1
make[3]: Leaving directory `/usr/local/src/geda/20060123/libgeda-20060123/src'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/local/src/geda/20060123/libgeda-20060123/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/geda/20060123/libgeda-20060123'
make: *** [libgeda_install] Error 2


George