trouble building gda-dev2
Andreas Köhler
andi5.py at gmx.net
Fri Jan 18 17:40:47 EST 2008
Hi Nathan,
Am Donnerstag, den 17.01.2008, 22:27 -0500 schrieb Nathan Buchanan:
> I'm trying to get the gda-dev2 branch (r16869) working under windows and am
> running into a couple problems.
>
> I have obtained libgda, compiled it and everything looks good from there,
> however it seems a few gnucash includes are missing in backend\gda for me.
> Unfortunately I don't know the code well enough to do anything about it :(.
> Could I have a few pointers?
>
> Thanks,
> Nathan
>
--8<---
> Creating library file: .libs/libgnc-backend-gda-utils.dll.a
> .libs/gnc-backend-util-gda.o(.text+0x3e9): In function `gnc_gda_get_getter':
> c:/soft/gnucash/build/src/backend/gda/../../../../repos/src/backend/gda/gnc-
> backend-util-gda.c:141: undefined reference to
> `qof_class_get_parameter_getter'
--8<---
we need to specify all libraries we link to because DLLs do not allow
unresolved symbols. The above error probably can be fixed by adding
${QOF_LIBS} to one of the _LIBADD variables in
src/backend/gda/Makefile.am. It would be damn cool if you could come up
with a minimal but complete list of additions we need to build on
Windows.
Thanks for pioneering :-)
-- andi5
More information about the gnucash-devel
mailing list