CasparCG / client

Client software primarily used with the CasparCG Server software for audio and video playout, to control graphics and recording, but it can also be used for other tasks within television broadcast.
https://casparcg.com
GNU General Public License v3.0
278 stars 97 forks source link

Building casparCG Client on Big Sur? #300

Closed ThpMop closed 2 years ago

ThpMop commented 2 years ago

Hello, I'm able to run the downloaded casparcg client 2.0.8 on Big Sur: OK.

Now I would like to make some modifications on the source code to run the app on Big Sur. This new source code already runs well on windows and also on High Sierra and Catalina.

Now I would like to build the same code on Big Sur with QT creator, QT 5.14.2, and macosx sdk 12.1 but it fails. I am able to build and link with macdeployqt and install_name_tool: the app starts but nothing is displayed.

Has anyone been able to build casparCG Client 2.0.8 or newer for Big Sur?

Thank you for your help. Thierry here is terminal output: [2022-02-26 17:36:09.536] [107c16e00] [W] QApplication: invalid style override 'plastique' passed, ignoring it. Available styles: macintosh, Windows, Fusion [2022-02-26 17:36:09.537] [107c16e00] [D] Starting CasparCG Client 2.0.8.

At this point Nothing is displayed but activity monitor says shell uses 100% of CPU

ThpMop commented 2 years ago

Hello to all, Finally here is the solution I found : compile casparCG client with macosx11.1 sdk and Qt 5.15.2 it runs on Catalina and Big Sur Regards Thierry