righthalfplane / SdrGlut

SdrGlut is a simple software defined radio - using glut and glui for its interface
MIT License
86 stars 15 forks source link

Ubuntu 19.10: can't build sources #1

Closed nmaster2042 closed 4 years ago

nmaster2042 commented 4 years ago

Hi, I discovered your new soft and wanted to build it on my system.

Installad all deps but at build I get:

make: *** No rule to make target « MainSource/agc.o », needed for « fireball ». Stop.

The only difference with your build note is I have home built SoapySDR 0.8 and libs are in /usr/local/lib

Hope you can help.

righthalfplane commented 4 years ago

Just delete "./MainSource/agc.o" from the makefile - it is not needed any longer. I forgot to delete it from the makefile.

nmaster2042 commented 4 years ago

OK it does the trick.

Thank you very much.