compile.sh throws error on RPI (make: *** No targets specified and no makefile found) - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: compile.sh throws error on RPI (make: *** No targets specified and no makefile found) (/thread-3222.html) |
compile.sh throws error on RPI (make: *** No targets specified and no makefile found) - Rexaris - 05-19-2019 Hi, some time ago i had installed cuberite on an banana-Pi pro with the armbian OS. There i used the compile.sh script for updating my cuberite installation. Now I changed to the Raspberry PI 3 Model B with the OS "Raspbian GNU/Linux 9 (stretch)" I managed to compile Cuberite by hand like described in the COMPILING.md. But the compile.sh script does not work. I get the following message: Quote:-- CMake version: 3.7.2 looking into the compile.sh I see the following code: Code: # Cmake. which is empty before running the make command. I think this might be the reason, why "make" does not find the makefile, because its not in this directory. Has someone any ideas, whats going wrong? Do you need any further information regarding my installation? Thank you! Rexaris RE: compile.sh throws error on RPI (make: *** No targets specified and no makefile found) - NiLSPACE - 05-21-2019 @bearbin do you know what is happening? |