gEDA-dev: gdlib required for gEDA/gaf?
Stuart Brorson
sdb at cloud9.net
Fri Feb 16 22:24:17 EST 2007
Hmmmmm,
I'm playing with installing gEDA/gaf on a SuSE 9.3 machine. Don't ask
why.... ... But when I try to build gEDA/gaf on a maximal
installation of SuSE 9.3, my build croaks with this message:
Making install in src
make[2]: Entering directory `/usr/local/src/geda/gaf/libgeda/src'
if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include -DXTHREADS
-D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0
-I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/freetype2/config
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
-I/usr/X11R6/include -I/opt/gnome/include/gtk-2.0
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
-DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0
-I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include
-I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0
-I/opt/gnome/lib/glib-2.0/include -Wall -g -O2 -MT a_basic.lo -MD
-MP -MF ".deps/a_basic.Tpo" -c -o a_basic.lo a_basic.c; \
then mv -f ".deps/a_basic.Tpo" ".deps/a_basic.Plo"; else rm -f
".deps/a_basic.Tpo"; exit 1; fi
In file included from a_basic.c:31:
../include/globals.h:62:16: gd.h: No such file or directory
In file included from a_basic.c:31:
../include/globals.h:63: error: syntax error before "current_im_ptr"
../include/globals.h:63: warning: type defaults to `int' in
declaration of `current_im_ptr'
../include/globals.h:63: warning: data definition has no type or
storage class
make[2]: *** [a_basic.lo] Error 1
make[2]: Leaving directory `/usr/local/src/geda/gaf/libgeda/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/geda/gaf/libgeda'
make: *** [libgeda_install] Error 2
I find it curious that gEDA is looking for gd.h. Is this a new
dependacy? Yes, gdlib is required for building PCB, but requiring it
for gEDA/gaf is new. Or am I wrong?
Stuart
More information about the geda-dev
mailing list