[CMake] CMake Error With No Description

David Zemon david at zemon.name
Fri Aug 22 20:29:41 EDT 2014


Hello all,

I have a working (in Linux) CMake project and am now trying to make it 
cross-platform. I'm nearly there! CMake generates the Makefiles without 
error but upon trying to run Make, things die. Here's the output from 
"make VERBOSE=1"

C:\Users\David\Documents\GitHub\PropWare>make VERBOSE=1
C:/Users/David/cmake-3.0.1-win32-x86/bin/cmake.exe 
-HC:/Users/David/Documents/GitHub/PropWare 
-BC:/Users/David/Documents/GitHub/PropWare --check-build-system 
CMakeFiles/Makefile.cmake 0
C:/Users/David/cmake-3.0.1-win32-x86/bin/cmake.exe -E 
cmake_progress_start C:/Users/David/Documents/GitHub/PropWare/CMakeFiles 
C:/Users/David/Documents/GitHub/PropWare/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `C:/Users/David/Documents/GitHub/PropWare'
make -f simple/cog/CMakeFiles/Simple_cog.dir/build.make 
simple/cog/CMakeFiles/Simple_cog.dir/depend
make[2]: Entering directory `C:/Users/David/Documents/GitHub/PropWare'
C:/Users/David/cmake-3.0.1-win32-x86/bin/cmake.exe -E cmake_depends 
"Unix Makefiles" C:/Users/David/Documents/GitHub/PropWare 
C:/Users/David/Documents/GitHub/PropWare/simple/cog 
C:/Users/David/Documents/GitHub/PropWare 
C:/Users/David/Documents/GitHub/PropWare/simpl
e/cog 
C:/Users/David/Documents/GitHub/PropWare/simple/cog/CMakeFiles/Simple_cog.dir/DependInfo.cmake 
--color=
make[2]: *** [simple/cog/CMakeFiles/Simple_cog.dir/depend] Error 1
make[2]: Leaving directory `C:/Users/David/Documents/GitHub/PropWare'
make[1]: *** [simple/cog/CMakeFiles/Simple_cog.dir/all] Error 2
make[1]: Leaving directory `C:/Users/David/Documents/GitHub/PropWare'
make: *** [all] Error 2

C:\Users\David\Documents\GitHub\PropWare>

A note: yes, it is set to Unix Makefiles. Yes, that is on purpose - a 
copy of GNU Make is included in the compiler package for this project.

Anyone have ideas on what to look for? I'm completely lost.

Thanks,

David

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20140822/b0ec779e/attachment.html>


More information about the CMake mailing list