<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Brad King wrote:
<blockquote cite="mid451AC6D1.2030702@kitware.com" type="cite">
  <pre wrap="">Arjen Markus wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Like I promised, here is the information I have on this bug:
    </pre>
  </blockquote>
  <pre wrap=""><!---->[snip]
  </pre>
  <blockquote type="cite">
    <pre wrap="">As you can see, the source file is given with the native (Windows-style)
path, but the object file is specified with forward slashes. This is what
causes the compiler to complain.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try adding this to your platform file for this compiler:

SET(CMAKE_WINDOWS_OBJECT_PATH 1)

-Brad

  </pre>
</blockquote>
Would it be so simple? I will try it ASAP. <br>
<br>
Thanks,<br>
<br>
Arjen<br>
</body>
</html>