g4klx / MMDVMCal

The calibration program for the MMDVM
GNU General Public License v2.0
59 stars 41 forks source link

Compile failure #22

Closed AndyTaylorTweet closed 6 years ago

AndyTaylorTweet commented 6 years ago

Compile fails currently - I'll see if I can fix that in little while if you don't get to it before me.

---8<--- g++ -O2 -Wall -c BERCal.cpp BERCal.cpp: In member function ‘void CBERCal::YSFFEC(const unsigned char*)’: BERCal.cpp:738:4: error: ‘uint8_t’ was not declared in this scope uint8_t vote = 0U; ^ BERCal.cpp:739:4: error: ‘vote’ was not declared in this scope vote += READ_BIT(vch, i + 0U) ? 1U : 0U; ^ Makefile:12: recipe for target 'BERCal.o' failed make: *** [BERCal.o] Error 1 ---8<---

juribeparada commented 6 years ago

Sorry, I checked only with my Mac, where compiles fine. Now should be OK in Linux and Windows.