wojciech-graj / doom-ascii

DooM in the terminal!
GNU General Public License v2.0
543 stars 24 forks source link

make #7

Closed edurlix closed 9 months ago

edurlix commented 9 months ago

when i typed make it just compiled [compiling i_main.c], but then i throw me an error, make: ggc: no such file or directoy make: *** [Makefile:70: build/i_main.o} error 127

wojciech-graj commented 9 months ago

So one of two things has happened here:

  1. You made a mistake while (manually?) copying the error message, and it actually mentioned gcc instead of ggc. If that is the case, you need to install the gcc compiler, or if you only have clang, change the line in the Makefile that sets CC.
  2. A cosmic ray hit your hard drive and flipped a bit, changing gcc into ggc in the Makefile. If that is the case, re-clone the repository and consider investing in computer case made out of lead.