Brad King wrote:
Arjen Markus wrote:
  
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:/....).
    

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?
  
I may already have posted all the details about this, but I will come back to the
problem later. I will post the logs and so on. If I remember correctly, the source
file is treated with native paths, and the object file is not. So, not a mixture within
the same path.

Regards,

Arjen
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to