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

gEDA-user: 20020909 build probs in gnetlist and fix



Hi all,
	I am trying to build geda-20020209 on OpenBSD 3.0 and getting
an error in gnetlist (and also gsymcheck):

gmake[3]: Entering directory `/home/adyer/src/geda/geda-gnetlist-20020209/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/X11R6/include  -I/home/adyer/geda/include      -g -O2  -c i_vars.c
In file included from i_vars.c:27:
/home/adyer/geda/include/libgeda/libgeda.h:27: guile/gh.h: No such file or directory
gmake[3]: *** [i_vars.o] Error 1
gmake[3]: Leaving directory `/home/adyer/src/geda/geda-gnetlist-20020209/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/adyer/src/geda/geda-gnetlist-20020209'
gmake[1]: *** [all-recursive-am] Error 2
gmake[1]: Leaving directory `/home/adyer/src/geda/geda-gnetlist-20020209'
gmake: *** [geda-gnetlist-20020209/src/gnetlist] Error 2


there is a /usr/local/include/guile/gh.g, but I don't see a -I
/usr/local/include in the command line.

tracing back through the Makefile, Makefile.in, to Makefile.am and
thence to configure, configure.in and aclocal.m4 I notice that the
GUILE_INCLUDE value never gets set.  If I change:

INCLUDES = @GUILE_INCLUDE@ ...

to

INCLUDES = @GUILE_CFLAGS@ ...

in the *.am files, run a gmake reconfig at the top directory, and
gmake install, all seems to go well.