[CMake] MSYS Generator with Visual Studio compilers

2014-12-10 Thread Ben Robinson
Hello, Due to the relative slowness of mingw32-make.exe (MinGW) compared to make.exe (MSYS) I set out to convert a working MinGW generator project over to MSYS. The project uses Visual Studio CXX and Intel Fortran. Is this even possible? My approach was to treat the toolchain like a cross

[CMake] 'MinGW Makefiles' generator can't link when using Intel Fortran

2014-12-08 Thread Ben Robinson
incomplete, errors occurred! See also F:/workspaces/cmake_fortran_1/build/Debug/CMakeFiles/CMakeOutput.log. See also F:/workspaces/cmake_fortran_1/build/Debug/CMakeFiles/CMakeError.log. Anything I should try? Thank you! Ben Robinson -- Powered by www.kitware.com Please keep messages on-topic

Re: [CMake] 'MinGW Makefiles' generator can't link when using Intel Fortran

2014-12-08 Thread Ben Robinson
More information, I do not have msys in my path. My mingw32-make.exe version support the job server as it is version: GNU Make 3.82.90 Built for i686-pc-mingw32 My CMake version is 3.0.2. My Intel Fortran compiler version is: Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications

Re: [CMake] 'MinGW Makefiles' generator can't link when using Intel Fortran

2014-12-08 Thread Ben Robinson
didn't need to run from within the VS command prompt shell to support C++, as I did for Intel Fortran. Of course, I am only using Makefiles for Fortran as a workaround until there is CMake+Ninja+Fortran support. :P Cheers, Ben On Mon, Dec 8, 2014 at 11:55 AM, Ben Robinson ben.robinson