miek / inspectrum

Radio signal analyser
GNU General Public License v3.0
2.08k stars 266 forks source link

Make error (OSX: El Capitan) #123

Closed pasknel closed 7 years ago

pasknel commented 7 years ago

I am having the following errors during make (using OSX El Capitan) :

Undefined symbols for architecture x86_64: "_freqdem_create", referenced from: FrequencyDemod::work(void, void, int, long long) in frequencydemod.cpp.o "_freqdem_demodulate", referenced from: FrequencyDemod::work(void, void, int, long long) in frequencydemod.cpp.o "_freqdem_destroy", referenced from: FrequencyDemod::work(void, void, int, long long) in frequencydemod.cpp.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

miek commented 7 years ago

That sounds like it could be caused by using an old version of liquid-dsp