chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Cmake broken again: paths are not quoted


From: John Cowan
Subject: [Chicken-users] Cmake broken again: paths are not quoted
Date: Thu, 20 Jul 2006 09:30:53 -0400
User-agent: Mutt/1.3.28i

The pathnames in chicken-paths.h are not in quotation marks, so compiling
eval.c (and other things, probably) produces fatal errors when gcc gets
all confused.

So I fixed this by hand in both chicken-paths.h and boot/chicken-paths.h,
and the build runs to completion -- but then (use srfi-1) still fails.
There is no getting away from the fact that on Cygwin the libchicken
library has to be named cygchicken-0.dll, and that's the name that gets
bound in.  Renaming it after the fact causes the "nursery too small"
error; failing to rename it at all causes the "no such file or
directory" error.

This has got to be fixed if CMake is ever going to be the standard build
process as opposed to just the Windows build process.

-- 
Winter:  MIT,                                   John Cowan
Keio, INRIA,                                    address@hidden
Issue lots of Drafts.                           http://www.ccil.org/~cowan
So much more to understand!
Might simplicity return?                        (A "tanka", or extended haiku)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]