build order src/gnome and src/import-export

Benoit Grégoire bock@step.polymtl.ca
Tue, 15 Oct 2002 17:47:59 -0400


On Tuesday 15 October 2002 17:20, Christian Stimming wrote:
> 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?

It is supposed to be a gnc-module.  If it isn't, it should be easy to finish 
converting it (Now that we have figured out how to do it for the ofx and hbci 
modules).

If you can wait 24 hours I'll do it...  (If I don't, complain!)