[Top][All Lists]
[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)
- [Chicken-users] Cmake broken again: paths are not quoted,
John Cowan <=
- Re: [Chicken-users] Cmake broken again: paths are not quoted, Brandon J. Van Every, 2006/07/20
- Re: [Chicken-users] Cmake broken again: paths are not quoted, Brandon J. Van Every, 2006/07/20
- Re: [Chicken-users] Cmake broken again: paths are not quoted, John Cowan, 2006/07/20
- build test farm [was Re: [Chicken-users] Cmake broken again: paths are not quoted], Toby Butzon, 2006/07/20
- Re: build test farm [was Re: [Chicken-users] Cmake broken again: paths are not quoted], Brandon J. Van Every, 2006/07/20
- Re: build test farm [was Re: [Chicken-users] Cmake broken again: paths are not quoted], Bill Hoffman, 2006/07/21
- Re: build test farm [was Re: [Chicken-users] Cmake broken again: paths are not quoted], felix winkelmann, 2006/07/24
- Re: build test farm [was Re: [Chicken-users] Cmake broken again: paths are not quoted], Brandon J. Van Every, 2006/07/24
- [Chicken-users] egg upgrading, Dan, 2006/07/24
- Re: [Chicken-users] egg upgrading, felix winkelmann, 2006/07/24