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

gEDA-user: geda compilation problem



Hello

I decided I'll try gattrib on renumbering resistors so I decided to
install the latest geda.

"Install all the dependencies (glib, gtk, and guile)"
(http://geda.seul.org/devel/20041228/README)

Is leaving an already installed library considered installing or not?
I have these libraries on my system:
** Configuration summary for libgeda 20041228:

   GLIB library version:             2.4.8
   GTK+ library version:             2.5.4
   GUILE library version:            1.6.3
   libgdgeda (png output):           yes 2.0.15
   mingw build:                      no
   data directory:                   /usr/share/gEDA
   rc directory:                     /usr/share/gEDA
   LIBGEDA .so version:              22:0:0

libgdgeda compiled and installed fine. Not so libgeda:
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/X11R6/include -O2 -march=athlon-xp -fomit-frame-pointer -fstrength-reduce -fschedule-insns -MT a_basic.lo -MD -MP -MF .deps/a_basic.Tpo -c a_basic.c  -fPIC -DPIC -o .libs/a_basic.o
In file included from /usr/include/gtk-2.0/gtk/gtk.h:31,
                 from ../noweb/a_basic.nw:54:
/usr/include/gtk-2.0/gdk/gdk.h:70: syntax error before '*' token
In file included from /usr/include/gtk-2.0/gtk/gtk.h:114,
                 from ../noweb/a_basic.nw:54:
/usr/include/gtk-2.0/gtk/gtkmain.h:101: syntax error before "GOptionEntry"
/usr/include/gtk-2.0/gtk/gtkmain.h:105: syntax error before '*' token
/usr/include/gtk-2.0/gtk/gtkmain.h:105: warning: data definition has no type or storage class
make[3]: *** [a_basic.lo] Error 1
make[3]: Leaving directory `/home/clock/libgeda-20041228/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/clock/libgeda-20041228/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/clock/libgeda-20041228'
make: *** [all] Error 2

Cl<