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

gEDA-user: Error in compilation of gschem



I'm trying to compile the 20021103 release of gschem but I'm getting the following error:

if gcc -DLOCALEDIR=\"/root/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/root/geda/include -g -O2 -MT a_zoom.o -MD -MP -MF ".deps/a_zoom.Tpo" \
-c -o a_zoom.o `test -f 'a_zoom.c' || echo './'`a_zoom.c; \
then mv ".deps/a_zoom.Tpo" ".deps/a_zoom.Po"; \
else rm -f ".deps/a_zoom.Tpo"; exit 1; \
fi
../noweb/a_zoom.nw: In function `a_zoom':
../noweb/a_zoom.nw:206: structure has no member named `warp_cursor'
make[4]: *** [a_zoom.o] Error 1
make[4]: Leaving directory `/geda/geda-gschem-20021103/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/geda/geda-gschem-20021103/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/geda/geda-gschem-20021103'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/geda/geda-gschem-20021103'
make: *** [geda-gschem-20021103/src/gschem] Error 2
[root@labrat geda]#


I've installed a lot of the optional packages (no problems) assuming it's something I'm missing.

I'd really like to try the package out but alas I'm stumped...

Mark Cianfaglione