<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander Neundorf wrote:<br>
<blockquote cite="mid20060612124111.108720@gmx.net" type="cite">
  <blockquote type="cite">
    <pre wrap=""> Von: "Brandon J. Van Every" <a class="moz-txt-link-rfc2396E" href="mailto:bvanevery@gmail.com">&lt;bvanevery@gmail.com&gt;</a>
Brandon J. Van Every wrote:
    </pre>
  </blockquote>
  <blockquote type="cite">
    <pre wrap="">

 -DHIERARCHICAL_INSTALL -DC_USE_C_DEFAULTS -DC_INSTALL_HOME="E:/Program 
Files/Chicken" -DC_INSTALL_BIN_HOME="E:/Program Files/Chicken/bin" 
-DC_INSTALL_INCLUDE_HOME="E:/Program Files/Chicken/include" 
-DC_INSTALL_LIB_HOME="E:/Program Files/Chicken/lib" -DHAVE_DIRECT_H 
-DHAVE_GCVT -DHAVE_STDINT_H -DHAVE_WINDOWS_H -DHAVE_LOADLIBRARY 
-DHAVE_GETPROCADDRESS -DHAVE_WINSOCK2_H -DHAVE_WS2TCPIP_H 
-DC_ENABLE_PTABLES -DC_STACK_GROWS_DOWNWARD=1

I'll try to ask a specific question when I've got it back down to a 
specific problem again.  Until then, any general remedies?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think instead of using double qoutes escaping spaces using "\ " is recommended. </pre>
</blockquote>
<br>
Hmm.  Recommended for CMake I suppose, but the consumer is a Windows
app, and such usage is typical on Windows.  I did notice that cmake
-DFOO=\"Something Quoted\" -P does pass FOO="Something Quoted", so that
may be what I finally do.<br>
<br>
<blockquote cite="mid20060612124111.108720@gmx.net" type="cite">
  <pre wrap="">Please check whether FILE(TO_CMAKE|TO_SYSTEM ...) does this already for you.

  </pre>
</blockquote>
<br>
You mean TO_CMAKE_PATH or TO_NATIVE_PATH?  Not sure if I want those, as
Chicken Scheme happens to want the same path conventions as CMake, but
I'll look at the output.<br>
<br>
<br>
<br>
Cheers,<br>
Brandon Van Every<br>
<br>
</body>
</html>