-
Notifications
You must be signed in to change notification settings - Fork 368
Linux SDK support for building Natron 2.6 with QT5 #1064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: RB-2.6
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: