Hi Andi, Am Samstag, 16. Juni 2007 15:41 schrieb Andreas Köhler: > unfortunately gwenhywfar does not seem to distinguish between the build > and host system type. It rather examines the target system type (we > should not care about that, it is for tools generating code (on B, build > a H->T cross compiler), but defaults to host).
I fully believe gwenhywfar is still probably unable to be cross-compiled. If you have any suggestions (read: patches), I'd gladly accept them and port them from trunk to the aqbanking3 branch or vice versa. As for the system types: I didn't know the difference between host and target. Does "host" mean "the system where the compiled package will be used"? If yes, then indeed we have to replace target_system by host_system in configure.ac. > I assume most variables are used for host specific issues anyway, so > this is not that a big issue. The only thing I noticed is in > m4/searchfiles.m4, where the host system type is used to find files on > the build system. Yeah, but I don't know at all how this could be replaced, because for several things a file is search implicitly on the build system whereas is is needed on the host system. For the things we need from gnucash I think we had managed to escape this by specifying all things by hand in CPPFLAGS et al... or not? > This fails, because real unixes (read: not mingw) do > not grok backslashes like Windows. > > It would also be nice if gwenhywfar called pkg-config instead of > xml2-config. This script is not available in the Windows libxml2 > packages and so build-specific dependencies creep in. Where do we call xml2-config? Also, we don't use libxml2 anyway, so I don't understand why gwen should call this. > Well, so I just added the host gnome directories to CPPFLAGS and > LDFLAGS. But then libintl.h is found and included without linking to > -lintl. This is weird :-) Absolutely. Send in patches and I'll commit them :-) Christian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
