dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
106 stars 63 forks source link

Fixing Debian (jessie/stretch) compile errors #30

Closed delqn closed 8 years ago

delqn commented 8 years ago

Compiling on Debian stretch I ran into the same errors outlined here: https://github.com/dl5di/OpenDV/issues/16

This diff attempts to address these changes. I'll send a separate pull request with an attempt to unit test these changes/modules.

P.S. I allowed my editor to clean up the whitespaces.

F4FXL commented 8 years ago

Hi,

It seems like we "crossed commited" I made some of your changes to APRSWriterThread and SlowDataEncoder. Please see https://github.com/dl5di/OpenDV/pull/29

delqn commented 8 years ago

F4FXL - thanks you for fixing the issues!