-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 (english because gnucash devs might want to read this)
In gwenhywfar we have three header files that are being used and also installed: src/os/$OS_TYPE/system.h, src/types.h, and src/version.h. Here's the problem: The build-time header directory "./gwenhywfar/" is populated during the ./configure run. But the generated headers don't exist yet at that time -- they are being created after ./configure is finished. On Unix we deal with this by creating a dangling symlink, whose pointed-to file will be created later. However, on win32 there is no symlink, there is only copy, which in this case cannot create the three headers in the build-time header directory. This means on win32 on a clean SVN/CVS checkout you cannot build gwenhywfar. Solution: The three symlinks/copies to these headers should be created during some Makefile.am rule. Can I add something along these lines? Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRdCiz2XAi+BfhivFAQJUWgP/crfYjVtigwc08rIm0bIHksgj5ZLUnw2u abRewP+2FdYXaqD5zcTE5TXhALfeuVEEd3QkqZwPUkUurl3Rut7hoti2nTZtIgif 7uEFl/Jqwao7vQsyEROjEafHViHVQJvqB/jLRCHVdJ7Gp8opzI6dvrb09oTlU/EP 7owHkxStH58= =jqZK -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
