-
Notifications
You must be signed in to change notification settings - Fork 94
Some fixes to linux builds #1144
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
Conversation
|
@Nicky-D / @marchcat / @bennettgoble / @nat-goodspeed |
c8aa6fd to
9781fd4
Compare
|
remove change for cef. |
| fltk | ||
| Xrender | ||
| Xcursor | ||
| Xfixes |
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.
Thank you for adding that. After this, it should be possible to drop llibfltk1.3-dev from .github/workflows/build_linux.yaml
|
After #1146 is merged, pull the changes into this PR. |
|
We will move from Draft to a normal pull request, but if we want to merge this PR, we would like to do it after incorporating the changes made after #1146 was merged. |
bennettgoble
left a comment
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.
PR needs already-merged work removed.
2c768a0 to
db6166e
Compare
|
Removed existing merge. |
|
3p-libraries bump complete. build testing. |
|
|
||
| if(LINUX) | ||
| list(APPEND GCC_WARNINGS -Wno-maybe-uninitialized -Wno-misleading-indentation -Wno-stringop-truncation -Wno-unused-value ) | ||
| list(APPEND GCC_WARNINGS -Wno-maybe-uninitialized -Wno-dangling-pointer ) |
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.
Where did you encounter this issue. I have not been able to reproduce with
gcc version 13.2.1 20240210 (Gentoo 13.2.1_p20240210 p14)
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.
The problem occurs when bumping boost to 1.84.
It does not occur now and can be removed, but it will occur if you update to 1.84 in the future, so you will need to fix it anyway.
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.
Got it. We shall look at it again when then time comes. Maybe there's another way to get rid of the warning without having to disable it on the whole code base
|
The build completed successfully in my local repository. |
marchcat
left a comment
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.
LGTM,
Thank you!
autobuild.xml
Outdated
| <string>sha1</string> | ||
| <key>url</key> | ||
| <string>https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-linux64-1f36d02.tar.zst</string> | ||
| <string>https://github.com/secondlife/3p-expat/releases/download/v2.6.2-r3/expat-2.6.2-r3-linux64-8583963182.tar.zst</string> |
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.
a59188c to
71d3598
Compare
|
I removed the expat update. |
We plan to make some fixes in this RP.
This is currently a work in progress and the PR may be discarded, so it will be drafted.