Compiling 1.6.7 with sql

Klaus Dahlke klaus.dahlke@gmx.de
21 Aug 2002 22:15:49 +0200


Hi all,

I downloaded gnucash-1.6.7, updated also g-wrap to 1.2.1 an did a 

./configure --prefix=/opt/gnome --with-gnome=/opt/gnome

and configure runs fine, except some warning messages, that one or two
of Makefiles.in are not accessible.

Compilation stops in src/engine/sql with


gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -I/usr/lib/glib/include
-I/opt/gnome/include -g -O2 -Wall -Wunused -Wall -Wno-unused
-Werror-implicit-function-declaration -I/usr/include/pgsql
-I/usr/include/pgsql -I/app/gnome/include/glib-1.2
-I/app/gnome/lib/glib/include -c txnmass.c -o txnmass.o >/dev/null 2>&1
mv -f .libs/txnmass.lo txnmass.lo
make: *** No rule to make target `../libgncengine.la', needed by
`libgnc_postgres.la'.  Stop.

Any ideas to bypass this?

Cheers,
Klaus