The error is after I have run git.clone https://git.osmocom.org/op25, and then I switch to op25 and run ./install.sh.Could you post the more of the error message? Does it say anything about python-waitress
It is at the end of the install that I see the error messages:
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at op25/gr-op25/CMakeLists.txt:99 (message):
GnuRadio Runtime required to compile op25
-- Configuring incomplete, errors occurred!
See also "/home/ken/op25/build/CMakeFiles/CMakeOutput.log".
See also "/home/ken/op25/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
If I ignore these errors and just try to run the program in Terminal anyway, it just goes back to the command line without doing anything.