build order src/gnome and src/import-export

Christian Stimming stimming@tuhh.de
Tue, 15 Oct 2002 23:20:06 +0200


-----BEGIN PGP SIGNED MESSAGE-----

In src/Makefile.am, we have 

GUI_SUBDIRS_2 = [...] \
  import-export \
  gnome \
  [...]

as the build order. However, I get linking errors in the 
import-export/hbci/test directory, since some of the HBCI GUI code needs 
functions from libgncgnome.so, and during the linking of test-link-module, 
the linker complains about libgncgnome.so not being there. Does this mean 
that the build order should better be the other way round? This could not 
easily be done, unfortunately, since the object code from the qif-importer is 
linked into libgncgnome.so because it's not a gnc-module (at least that's 
what I understand). This means that src/import-export/qif-import needs to be 
built before src/gnome ... but the linking problem of the hbci stuff means 
that it needs to be build the other way round. Gee, anybody having an idea?

Christian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQCVAwUBPayGjGXAi+BfhivFAQFTJQP/WFNmoaiPQDUEs7mwmAgZtB8PrZ5NYIcP
bnacXMiZHEzBAnJ/27lM9SR/3/5InLQaYY/ZamHBRE7fRhciWYW89t7vBouogEo7
8XT9njotzX8nw1EE19W3QkSwat08FgG/kQyRdSE0foniYU7pkL4JOOnE2KAX2gDI
XLgQRyZDl+k=
=N7TE
-----END PGP SIGNATURE-----