Another compiling problem...

Thomas Besser thomas.besser@ngi.de
Mon, 16 Dec 2002 19:03:59 +0100


Hi,

I don't know, if the problem is debian specific or not. Compiling of gnucas=
h=20
1.7.5 on a woody box ends after a quite long time with following message:

PASS: test-load-c
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-wct", message: "file not found"
FAIL: test-load-scm
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-wct", message: "file not found"
FAIL: test-gwrapped-c
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-wct", message: "file not found"
FAIL: test-scm-module
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-wct", message: "file not found"
FAIL: test-scm-multi
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-wct", message: "file not found"
FAIL: test-load-deps
  test-modsysver.c: checking for a module we shouldn't find ...

** WARNING **: Failed to open module gnucash/futuremodsys

** WARNING **: : could not locate gnucash/futuremodsys interface v.0

  ok
PASS: test-modsysver
  test-incompatdep.c:  loading a module with bad deps ...

** WARNING **: Failed to open module gnucash/incompatdeps

** WARNING **: : could not locate gnucash/incompatdeps interface v.0

  ok
PASS: test-incompatdep
  test-agedver.c:  asking for an old but supported interface ...  ok
PASS: test-agedver
  test-dynload.c: testing dynamic linking of libgncmodule ... OK
PASS: test-dynload
  test-scm-dynload: testing dynamic-link of libgncmodule from Scheme.
PASS: test-scm-dynload
  test-scm-init: testing Scheme-only module system init.
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-wct", message: "file not found"
FAIL: test-scm-init
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
6 of 12 tests failed
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
make[6]: *** [check-TESTS] Fehler 1
make[6]: Leaving directory `/usr/local/src/gnucash-1.7.5/src/gnc-module/tes=
t'
make[5]: *** [check-am] Fehler 2
make[5]: Leaving directory `/usr/local/src/gnucash-1.7.5/src/gnc-module/tes=
t'
make[4]: *** [check-recursive] Fehler 1
make[4]: Leaving directory `/usr/local/src/gnucash-1.7.5/src/gnc-module/tes=
t'
make[3]: *** [check-recursive] Fehler 1
make[3]: Leaving directory `/usr/local/src/gnucash-1.7.5/src/gnc-module'
make[2]: *** [check-recursive] Fehler 1
make[2]: Leaving directory `/usr/local/src/gnucash-1.7.5/src'
make[1]: *** [check-recursive] Fehler 1
make[1]: Leaving directory `/usr/local/src/gnucash-1.7.5'
make: *** [build-stamp] Fehler 2


Perhaps any hints on it?! There is still missing a lib or something else?

Thanx in advance...
Thomas