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

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to