hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #08091
[Bug 2091241] Re: EGL support error with default branch
By default wxWidgets is compiled with EGL support: see doc for your version https://docs.wxwidgets.org/3.2.4/plat_gtk_install.html
This message can only appear when the EGL support is explicit disabled. Do you know why?
I assumed that wxWidgets was compiled with default switches.
Hugin 2024.0 was compiled with additional switch -DUSE_GDKBACKEND_X11=1?
If so reverting changeset c79131c9883e should fix the issue.
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/2091241
Title:
EGL support error with default branch
Status in Hugin:
New
Bug description:
With the current (hugin-2024.1.0) default branch I get this error on
startup:
This program wasn't compiled with EGL support required under Wayland, either
install EGL libraries and rebuild or run it under X11 backend by setting
environment variable GDK_BACKEND=x11 before starting your program.
If I continue, Hugin crashes when I activate the preview. If I start
with GDK_BACKEND=x11 then it is ok.
Note that the 2024.0.0 release is fine, all build flags are identical,
this is on the same machine.
cmake-3.30.5
wayland-1.23.0
wxGTK-3.2.4
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/2091241/+subscriptions
References