In building Denemo on mxe I have run in to some problems with the guile build. The first has been solved (thanks to the guile-user mailing list): the guile.mk generates static libraries for the srfi modules but the scripts it generates expect them to be shared objects. Two lines need patching for them to be used.
Could you send through details of these patches? Sounds like something we should include. A third (minor?) point is that the test-guile.exe fails to execute out-of-the-box, it would seem to require GUILE_LOAD_PATH to be set in the environment. I tried to set this by hand without success, but we have some code inside Denemo for setting it at run time. Perhaps this should be incorporated into test-guile.c ? I've updated the test program and checked that it executes correctly:
Cheers,
Tony
|