CMakeFiles\CMakeTmp\x64\Debug\cmTryCompileExec.exe Apologies for the time lag, not at work this week. I realize I made a mistake in the last post, it's the x64 in the path that's throwing it off.
JB -----Original Message----- From: Bill Hoffman [mailto:[email protected]] Sent: 08 March 2011 14:22 To: Biddiscombe, John A. Cc: [email protected] Subject: Re: VS2010 fortran composer On 3/8/2011 6:41 AM, Biddiscombe, John A. wrote: > Using devenv.com, we're making progress - but the binary produced by > CMakeDetermineCompilerABI is in debug/bin and it's not looking there > - does the devenv do it differently from msbuild? > > JB > > C:\cmakebuild\fortrantest>C:\cmakebuild\cmake\bin\Debug\cmake.exe > c:\Code\fortrantest -G "Visual Studio 10 Win64" --debug-trycompile > --debug -output debug trycompile on Running with debug output on. -- > Check for working Fortran compiler using: Visual Studio 10 Win64 > Called from: [2] > C:/Code/cmake/Modules/CMakeTestFortranCompiler.cmake [1] > c:/Code/fortrantest/CMakeLists.txt -- Check for working Fortran > compiler using: Visual Studio 10 Win64 -- works Called from: [2] > C:/Code/cmake/Modules/CMakeTestFortranCompiler.cmake [1] > c:/Code/fortrantest/CMakeLists.txt -- Detecting Fortran compiler ABI > info Called from: [2] > C:/Code/cmake/Modules/CMakeTestFortranCompiler.cmake [1] > c:/Code/fortrantest/CMakeLists.txt CMake Error at > C:/Code/cmake/Modules/CMakeDetermineCompilerABI.cmake:31 > (TRY_COMPILE): Cannot copy output executable > > '' > > to destination specified by COPY_FILE: > > 'C:/cmakebuild/fortrantest/CMakeFiles/CMakeDetermineCompilerABI_Fortran.bin' > > Unable to find the executable at any of: > > C:/cmakebuild/fortrantest/CMakeFiles/CMakeTmp/cmTryCompileExec.exe > C:/cmakebuild/fortrantest/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.exe > > C:/cmakebuild/fortrantest/CMakeFiles/CMakeTmp/Development/cmTryCompileExec.exe > > Call Stack (most recent call first): > C:/Code/cmake/Modules/CMakeTestFortranCompiler.cmake:59 > (CMAKE_DETERMINE_COMPILER_ABI) CMakeLists.txt:2 (project) > Where exactly is cmTryCompileExec.exe after the command is run? _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
