On 7/18/06, Brandon J. Van Every <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to