ElvishArtisan / rivendell

A full-featured radio automation system targeted for use in professional broadcast and media environments
197 stars 63 forks source link

Build broken in Debian (Bullseye and Bookworm). #888

Closed alexolivan closed 1 year ago

alexolivan commented 1 year ago

Hi.

Today I've found that my automated build scripts are failing to build snapshots. On Debian Bullseye, I found the building bails out complaining about rdvairplayd.cpp like this:

`rdvairplayd.cpp: In constructor ‘MainObject::MainObject(QObject)’: rdvairplayd.cpp:70:49: error: no matching function for call to ‘RDCoreApplication::RDCoreApplication(const char [12], const char [12], bool, const char [11], MainObject)’ 70 "rdvairplayd",false,RDVAIRPLAYD_USAGE,this));

`

Cheers.

ElvishArtisan commented 1 year ago

Confirmed present under Linux Mint 21 as well.

ElvishArtisan commented 1 year ago

Fixed in 1cd8f5e2. Please test!

alexolivan commented 1 year ago

Tested on Bullseye, and it worked (I assume it will in Bookworm) Closing. Thanks.