hmatuschek / kochmorse

A simple morse tutor using the Koch method.
https://dm3mat.darc.de/kochmorse/
GNU General Public License v2.0
83 stars 18 forks source link

Compile Errors #13

Closed HoracioDos closed 6 years ago

HoracioDos commented 6 years ago

Hello. I get these errors when compiling with the latest commits. Thanks! compile error.txt

hmatuschek commented 6 years ago

I currently work on replacing the PortAudio IO with the QT internal one. That should make deployment much easier. For now revert to commit c8e047af380f680f83714c9973a1b116b457a452, the last properly working commit. I'll let you know once the transition is done.

HoracioDos commented 6 years ago

Hello. No problem I will go back to c8e047a and wait. There is no hurry at all. Thanks! Regarding to Portaudio. That's good news because when I installed portaudio19-dev I had many dependency problems.

hmatuschek commented 6 years ago

Ok, it should work now with the current master.

HoracioDos commented 6 years ago

Excellent!. It compiles fine without any warnings.