Hi all,
I use CMake to generate a Code::Blocks MinGW Makefiles for my project
Module4Test. Module4Test.cbp contains lines as below:
<MakeCommands>
<Build command="C:/MinGW/bin/mingw32-make.exe -f
C:/Documents\ and\ Settings/Song\ Zhiwei/Desktop/build2/src/Makefile
module4test/fast" />
<CompileFile command="C:/MinGW/bin/mingw32-make.exe -f
C:/Documents\ and\ Settings/Song\ Zhiwei/Desktop/build2/src/Makefile
"$file"" />
<Clean command="C:/MinGW/bin/mingw32-make.exe -f
C:/Documents\ and\ Settings/Song\ Zhiwei/Desktop/build2/src/Makefile
clean" />
<DistClean command="C:/MinGW/bin/mingw32-make.exe -f
C:/Documents\ and\ Settings/Song\ Zhiwei/Desktop/build2/src/Makefile
clean" />
</MakeCommands>
As you noticed, no " are added around C:/Documents\
..../Makefile, so the build fails.
Is it a bug?
Regards,
Zhiwei
_______________________________________________
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