crow icon indicating copy to clipboard operation
crow copied to clipboard

make error to build crow

Open lds-coder opened this issue 2 years ago • 2 comments

Those errors are occurred when I build crow with 'make' command in ubuntu 22.04. Error information as below:

liudingsong@liudingsong-System:/usr/local/crow/build$ make [ 4%] Generating amalgamate/crow_all.h /bin/sh: 1: python: not found make[2]: *** [CMakeFiles/amalgamation.dir/build.make:74:amalgamate/crow_all.h] Error 127 make[1]: *** [CMakeFiles/Makefile2:153:CMakeFiles/amalgamation.dir/all] Error 2 make: *** [Makefile:101:all] Error 2 liudingsong@liudingsong-System:/usr/local/crow/build$

lds-coder avatar Feb 28 '23 15:02 lds-coder

Do you have python installed? Or maybe python3? Check python --version or python3 --version in your terminal. If it is python3 you installed, change "python" to "python3 "in the CMakeLists.txt

ghost avatar Mar 06 '23 13:03 ghost

Alternatively, run

sudo apt install python-is-python3

digitive avatar Mar 21 '23 22:03 digitive