[CMake] Help - problem using MinGW in cmake builds

Nils Gladitz nilsgladitz at gmail.com
Fri May 16 15:50:26 EDT 2014


On 16.05.2014 21:09, Havis, Robert N -FS wrote:
>
> The cmake build using MinGW 32 bit is failing.
>
> The OS is Win 7 64 bit.
>
> Our build using cmake and Visual Studio 10 is successful.
>
> We reduced the path to a minimum, to prevent possible interactions 
> with other software.
>
> We deleted the cmake_install.cmake, and CMakeCache files, and the 
> build directory before running cmake.
>
> The screen echo from a build is in the attached file.
>
> Are there suggestions for next steps in debugging this problem?
>

Perhaps this is an issue with make (mingw32-make.exe) rather than cmake.
I believe C:\Users\rhavis\AppData\Local\Temp\1\make9516-1.bat is a 
temporary file created and called by make itself.

Any change this could just be a disk space issue?
Could there be anything else preventing files from being created in the 
given path?

Nils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140516/22f5c826/attachment.html>


More information about the CMake mailing list