juribeparada / MMDVM_CM

Cross-mode conversion tools for MMDVM software
46 stars 56 forks source link

P252DMR fails to build #61

Closed K2IE closed 2 years ago

K2IE commented 3 years ago

I suspect that this is related to the change in commit 89a9dd6017263efa08c3171b8c53e3eb14f34063.

MBEVocoder.cpp: In constructor ‘MBEVocoder::MBEVocoder()’: MBEVocoder.cpp:31:2: error: ‘md380_init’ was not declared in this scope md380_init(); ^~~~~~ MBEVocoder.cpp:31:2: note: suggested alternative: ‘md380_encode’ md380_init(); ^~~~~~ md380_encode make: *** [Makefile:18: MBEVocoder.o] Error 1

nostar commented 2 years ago

You need the latest md380_vocoder.

K2IE commented 2 years ago

Resolved by pulling latest md380_vocoder and reinstalling.