lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
54 stars 33 forks source link

CMake Error: Generator: execution of make failed. Make command was: nmake /NOLOG #10

Open Kirikanna opened 12 years ago

Kirikanna commented 12 years ago

$ cmake --build . The system cannot find the file specified CMake Error: Generator: execution of make failed. Make command was: nmake /NOLOG O

lawrancej commented 12 years ago

Were you able to fix this, Philip? Worst case scenario, try again in a Linux virtual machine?

Kirikanna commented 12 years ago

I'm still looking at it.

Where am I supposed to build this again? Sorry that I keep forgetting.

lawrancej commented 12 years ago

The HACKING.md file describes how to build it.

cd build
cmake ..
cmake --build .