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

Re: gEDA-user: Pb compiling libgeda-20021103 ...



Hi,

[snip]

>Compiling and installing libgeda : Failed with this error
>
>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include 
>-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
>-I/usr/X11R6/include -g -O2 -c o_arc_basic.c 
>-Wp,-MD,.deps/o_arc_basic.TPlo  -fPIC -DPIC -o .libs/o_arc_basic.lo

[snip]

>../noweb/o_arc_basic.nw:917: `o_arc_print_solid' undeclared (first use 
>in this function)
>../noweb/o_arc_basic.nw:917: (Each undeclared identifier is reported 
>only once

[snip]


>Can some one give me an idee ? Is the version of gtk (1.2.10-14), the 
>version of glib (1.2.10-6), the version of guile (1.4-24) ? Is it 
>missing a lib ? Something other ?
>

	Do you have a previous version of libgeda installed somewhere
on your system?

	Try doing:

dpkg -l | grep libgeda
locate libgeda-config
libgeda-config --version
locate libgeda

	If the above returns anything, please uninstall the previous 
version.  Hmm.. maybe I should reorder the -I ... includes so that the
local includes are searched for first.  Something to do for the next
release.

	If you don't have a previous version of gEDA/gaf installed, then
something else is wrong.  Let me know.

								-Ales