On Wed, Jul 14, 2010 at 10:16 AM, Verweij, Arjen <verwe...@tass-safe.com> wrote:
>
> Hi,
>
>
>
> I’m trying a little F90 example on Windows with cmake. Apparently something 
> is amiss, but I can’t find much on Google about it; at least not about this 
> particular case.
>
>
>
> All I do is cmake ..\f90example and the following appears in my terminal:
>
>
>
> S:\mnt\usr3\people\verweija\build>cmake ..\f90example
>
> -- Building for: Visual Studio 7 .NET 2003
>
> -- Check for working C compiler using: Visual Studio 7 .NET 2003
>
> -- Check for working C compiler using: Visual Studio 7 .NET 2003 -- works
>
> -- Detecting C compiler ABI info
>
> -- Detecting C compiler ABI info - done
>
> -- Check for working CXX compiler using: Visual Studio 7 .NET 2003
>
> -- Check for working CXX compiler using: Visual Studio 7 .NET 2003 -- works
>
> -- Detecting CXX compiler ABI info
>
> -- Detecting CXX compiler ABI info - done
>
> -- Check for working Fortran compiler using: Visual Studio 7 .NET 2003
>
> CMake Error at CMakeLists.txt:4 (SET):
>
>   Syntax error in cmake code at
>
>
>
>     S:/mnt/usr3/people/verweija/build/CMakeFiles/CMakeTmp/CMakeLists.txt:4
>
>
>
>   when parsing string
>
>
>
>     C:\Program
>
>
>
>   Invalid escape sequence \P
>
>
>
>
>
> CMake Error at CMakeLists.txt:4 (SET):
>
>   Syntax error in cmake code at
>
>
>
>     S:/mnt/usr3/people/verweija/build/CMakeFiles/CMakeTmp/CMakeLists.txt:4
>
>
>
>   when parsing string
>
>
>
>     Files\VNI\CTT5.0\include\IA32" /fpe:3 /nologo   ${COMPILE_DEFINITIONS}"
>
>
>
>   Invalid escape sequence \V
>
>
>
>
>
> CMake Error: Internal CMake error, TryCompile configure of cmake failed
>
> -- Configuring incomplete, errors occurred!
>
>
>
> Please advise J
>

You seem to have a path using \ instead of /

John
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to