View Single Post
  #1  
Old 03-06-2019, 04:09 AM
Pufferfish Pufferfish is offline
Scrawny Gnoll


Join Date: Oct 2014
Posts: 21
Default

I tried to compile it, but it fails every time. Are there files missing from the download here? It seems to be looking for a file named "main.o"

This is the error I get:

cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing
process_begin: CreateProcess(NUL, cc -c -o build/main.o src/main.c -O2 -Wall -Wno-strict-aliasing, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [build/main.o] Error 2


Any idea what's going wrong?
Reply With Quote