Hi, 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 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. 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. 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 :-) Thanks for considering. I will continue soon. Maybe some parts will also apply to other packages, like aqbanking. -- andi5 ------------------------------------------------------------------------- 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
