<!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="mid45129F89.7030605@kitware.com" type="cite">
  <pre wrap="">Arjen Markus wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am running into very similar problems with the Compaq Visual Fortran 
compiler on Windows: 

When CMake tests if this is an acceptable compiler, the
generated makefile contains partly Windows-style paths (c:\...) and
partly UNIX-style (c:/....).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Are you saying that some paths look like

  c:\part\of\path/rest/of/path

or that some paths are

  c:\windows\sytle

and others are

  c:/posix/style

?

Where does each kind of path appear?  What generator are you using?
  </pre>
</blockquote>
I may already have posted all the details about this, but I will come
back to the<br>
problem later. I will post the logs and so on. If I remember correctly,
the source<br>
file is treated with native paths, and the object file is not. So, not
a mixture within<br>
the same path. <br>
<br>
Regards,<br>
<br>
Arjen<br>
</body>
</html>