|
From: | felix winkelmann |
Subject: | Re: [Chicken-users] eval.scm library.scm not handling Windows pathnames |
Date: | Mon, 12 Jun 2006 00:37:36 +0200 |
On 6/10/06, Brandon J. Van Every <address@hidden> wrote:
There are significant changes to csc.scm.in. I've tried hard to make them not affect any other build, but there could be a bug. It's difficult to support and test 3 different build methods. I made minor changes to Makefile.am, removing some substitution variables that are never actually used, and also %CHICKEN_HOME% logic got simplified by my changes to csc.scm.in. Felix, I hope you can verify that I haven't broken anyone else's build, which is the main goal of the check-in. Secondly, if you could eyeball the Windows drive letter handling....
So far, your changes look fine. For the drive-letter issue: could you send me the preprocessor-output (compressed, if possible) of the compiler (mingw?) that shows the funny behaviour? Just invoke the compiler by hand with the exact same options as done through the normal build process and add "-E", it will write the preprocessed source to stdout. (felix)
[Prev in Thread] | Current Thread | [Next in Thread] |