johnzbesko

Results 4 comments of johnzbesko

I got the same error. I'm working on an OrangePi, running Armbian because the gnuradio package is still on version 3.7.#, unlike my Kubuntu desktop running 20.04 Amd64.

Trying to compile reveng, but the following errors crop up: ******************************* johnz@ZAMD64:~/GRadioC/gr-reveng-maint-3.8$ cmake CMakeLists.txt -- Build type not specified: defaulting to release. -- Checking for module 'mpir >= 3.0' --...

OK, got reveng_simple_test.py to work. The reveng python module was placed into a "wrong" directory. This command fixed it: sudo cp -R /usr/local/lib/python3/dist-packages/reveng /usr/local/lib/python3.8/dist-packages/reveng On Fri, 2020-11-06 at 07:09 -0800,...

OK, so I had the same problem. Started to modify a program I last touched a year or two ago and it wouldn't compile after I updated all my libraries...