Today, I was trying to compile and install a minecraft mapper with the program "make". I navigated to the directory in terminal and ran make. It found the make file and begins to work, then spits an error and stops. To be specific, this was the error:
It just looks like a missing directory, but I was just making sure this was all. Thanks in advance.Code:cats4gold@computer:~/Downloads/cartograph-linux$ make make -C src/ make[1]: Entering directory `/home/cats4gold/Downloads/cartograph-linux/src' g++ -c -pipe -O2 -Wall main.cpp -o main.o In file included from main.cpp:16: Level.h:8: fatal error: zlib.h: No such file or directory compilation terminated. make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/cats4gold/Downloads/cartograph-linux/src' make: *** [default] Error 2 cats4gold@computer:~/Downloads/cartograph-linux$



Adv Reply




Bookmarks