chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] pathname tests


From: felix winkelmann
Subject: Re: [Chicken-users] pathname tests
Date: Wed, 19 Jul 2006 07:40:14 +0200

On 7/18/06, Brandon J. Van Every <address@hidden> wrote:
>
> #ifndef C_INSTALL_INCLUDE_HOME
> # define C_INSTALL_INCLUDE_HOME \"E:\\Program Files\\Chicken\\include\"
> #endif

Felix, for your perusal and input, I have pushed this particular style
of pathname definition to Darcs.  The CMake build is now broken.  It
dies in eval.c and library.c with the following errors.  Please inform
whether whitespace should be escaped or not.



This can't work - you are generating invalid C. The quotes around the string
have of course not to be escaped. The quotes inside do not (any whitespace
isssues inside the path should be handled on the runtime-system side).


cheers,
felix

--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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