Building casparCG Client on Big Sur?
Closed this issue · 1 comments
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
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