-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Wayland build error in glfw #456
Comments
Hmm, this seems to be a GLFW (or at least a go-glfw) bug, this might need to be reported there. Also note that Wayland builds of Supersonic are still considered experimental and the supported way is still to run the X11 build through XWayland |
Seems to be related to fyne-io/fyne#3517 (comment) |
That compile error should not be happening with the latest go-gl/glfw code. It was fixed by go-gl/glfw#399 and is not related to fyne-io/fyne#3517 (one is a build error and the other one is a at runtime). I know that I updated Fyne to use this new version. Is Supersonic using the latest Fyne release? |
Yes, based on release/v2.5.x |
Wayland compiles work fine on release/v2.5.x and Fedora 40 (one of the Linux distros that is affected by the issue) for me and I get the expected output:
@spezifisch Are you sure that you really are building the latest version of Supersonic? I have confirmed that it does contain the fix and should not get those errors. |
This confuses me a bit. There does not seem to be any |
Yes indeed, Supersonic doesn't currently use a develop branch. Development happens in feature-specific branches with complete features and bug fixes merged directly to main. Not sure what spezifisch was referring to with |
Sorry for the confusion, I was mistaking it with one of the feature branches and I can't reproduce this error anymore. I think my initial report was based on an unclean state so we might as well close this. |
Normal build works, Wayland build fails with current state of main and develop.
Environment:
Build Output:
The text was updated successfully, but these errors were encountered: