|
From: | Brandon J. Van Every |
Subject: | [Chicken-users] Re: CMake build lacks cscflags.in |
Date: | Wed, 19 Jul 2006 15:31:47 -0700 |
User-agent: | Thunderbird 1.5.0.4 (Windows/20060516) |
John Cowan wrote:
I just attempted another CMake build from the darcs head, and got: CMake Error: File /opt/chicken/chicken-darcs/cscflags.in does not exist. CMake Error: Error in cmake code at /opt/chicken/chicken-darcs/CMakeLists.txt:826:
I noticed this today as well. I did a big sweeping set of changes several days ago and this got missed. As it turns out, I'm obsoleting it anyways. I've decided that csc.scm.in must have @VARIABLE@ substitution for my sanity, not %VARIABLE% substitution. CMake 2.4.2 will only perform CONFIGURE_FILE on @VARIABLES@ or ${VARIABLES}. Along with all the CMake files, I've changed Makefile.am. I need to check whether the ./configure build still works, then I'll check it in. Sit tight until I do so.
Cheers, Brandon Van Every
[Prev in Thread] | Current Thread | [Next in Thread] |