|
From: | Brandon J. Van Every |
Subject: | Re: [Chicken-users] Re: windows CMake builds csi problems |
Date: | Thu, 06 Jul 2006 12:46:43 -0700 |
User-agent: | Thunderbird 1.5.0.4 (Windows/20060516) |
Brandon J. Van Every wrote:
Dan wrote:The Cygwin CMake build now completes and installs just file. The "csi -R srfi-1" problem has not gone away, though. Haven't had time to try a MinGW build yet.It doesn't work on MinGW either. Can't find the library. I suspect either quoting problems or library directory installation problems.
I don't think it's a quoting problem. csi generally seems to work, I can run scripts and etc., and I would expect my previous quoting problems to completely trash everything. Perhaps I actually solved the quoting problems, knock on wood.
.exports weren't being installed to share/chicken, I've corrected that. It doesn't solve the problem though.
I suspect it's a generic library compilation issue. Something like, I gotta provide magic build flags so that .exe's know where to find libchicken.dll in the future or some such. The ./configure toolchain uses libtool, and CMake doesn't, so probably I don't understand what I'm supposed to do in a CMake context. More learning curve, either for me or someone else.
Cheers, Brandon Van Every
[Prev in Thread] | Current Thread | [Next in Thread] |