Hello, I can compile a working c++ executable using "make executable" but I'm unable to compile the python library using plain "make". I'm pretty sure I have all the requirements specified in the user guide, I'm on a debian 11 x64 machine.
This is the error I get. I'm using default Makefile:
Hello, I can compile a working c++ executable using "make executable" but I'm unable to compile the python library using plain "make". I'm pretty sure I have all the requirements specified in the user guide, I'm on a debian 11 x64 machine.
This is the error I get. I'm using default Makefile:
Any help is appreciated