Linux SDK support for building Natron 2.6 with QT5#1064
Linux SDK support for building Natron 2.6 with QT5#1064pwnage101 wants to merge 2 commits intoNatronGitHub:RB-2.6from
Conversation
|
Can't promise anything, but I really wanted Natron 2.6 running on linux. Still working out the kinks. TODO:
|
9ff1b06 to
64b90bc
Compare
| -syslog \ | ||
| -skip qtwebengine | ||
| -skip qtwebengine \ | ||
| -skip qtlocation |
There was a problem hiding this comment.
qtlocation under QT5 does not compile with GCC 13.x. I think this is fixed in newer versions of QT, but it doesn't matter because I don't think Natron uses qtlocation. More info: https://bugreports.qt.io/browse/QTBUG-113111
42defbd to
8ae4e0a
Compare
|
Spent a cumulative 40 hours on getting a working SDK built with fully compiled dependencies, but ultimately gave up after struggling with compiling pyside2/shiboken2 and ultimately failing. I'm trying something new with an ubuntu-based SDK where all dependencies are installed via apt and making much more progress so far. |
Forget about Ubuntu. We build our own depends on CentOS/EL for a reason. It should not be hard to add Qt5 to the existing build infrastructure. |
610b5ac to
da9ead6
Compare
What type of PR is this? (Check one of the boxes below)
What does this pull request do?
Update the SDK to support building Natron 2.6 for Linux.
Have you tested your changes (if applicable)? If so, how?
TBD
Futher details of this pull request
Depends on:
Related issues: