[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2023-09-23 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1989723 Title: aborts on startup when built against wxwidgets3.2 Status in

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2023-02-24 Thread tmodes
The default branch does now allow to use the epoxy library instead of GLEW (see https://bugs.launchpad.net/hugin/+bug/2007178 ) The use the epoxy library add -DBUILD_WITH_EPOXY=on to the CMake command line. Epoxy should detect at run-time if you are using GLX or EGL and so improve the situation

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-26 Thread tmodes
Sorry, I wasn't aware of the OpenGL ES/GLEW/wxWidgets problems. The bug appeared some time ago: https://bugs.launchpad.net/hugin/+bug/1938453 And there the build fix for glew worked. Not sure how to work around. There are some functions in the fast preview which are using GLEW function. Not sure

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-25 Thread Andreas Metzler
** Bug watch added: Debian Bug tracker #1020640 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020640 ** Bug watch added: github.com/nigels-com/glew/issues #321 https://github.com/nigels-com/glew/issues/321 ** Bug watch added: github.com/nigels-com/glew/issues #315

Re: [Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-25 Thread Andreas Metzler
On 2022-09-25 tmodes <1989...@bugs.launchpad.net> wrote: > Hi Andreas, > does it works now? > How can the build instruction be more clear? Suggestions are always welcome. [...] Hello Thomas, I do not think hugin can do anything about it but the EGL situation seems to broken globally. WX really

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-25 Thread tmodes
Hi Andreas, does it works now? How can the build instruction be more clear? Suggestions are always welcome. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1989723 Title: aborts on startup when

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-17 Thread tmodes
This is a known build issue. >From the INSTALL_cmake file in Hugins base directory: Note: On Linux wxWidgets 3.1.5 and later is by default compiled with EGL support for the wxGLCanvas class. In this case you need to activate EGL support explicitly also in GLEW, otherwise there are crashes when

Re: [Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-17 Thread Andreas Metzler
On 2022-09-16 tmodes <1989...@bugs.launchpad.net> wrote: > Please test the attached patch. [...] That fixes the warning, thanks. I have found a third issue. After starting up, klicking on [Preview Panorama (OpenGL)] yields an error (and nothing else: -- Error initializing GLEW Fast

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-16 Thread tmodes
Please test the attached patch. I'm testing also with wxWidgets 3.2 and don't get the assert. So it just a guess. ** Patch added: "assert.diff" https://bugs.launchpad.net/hugin/+bug/1989723/+attachment/5616494/+files/assert.diff -- You received this bug notification because you are a

Re: [Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-16 Thread Andreas Metzler
On 2022-09-15 Andreas Metzler <1989...@bugs.launchpad.net> wrote: > On 2022-09-15 tmodes <1989...@bugs.launchpad.net> wrote: >> What was the last working wxWidgets versions? >> Was it from the 3.0.x series? If so then it is only faint related to the >> wxWidgets 3.2 version. >> It was already

Re: [Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-15 Thread Andreas Metzler
On 2022-09-15 tmodes <1989...@bugs.launchpad.net> wrote: > What was the last working wxWidgets versions? > Was it from the 3.0.x series? If so then it is only faint related to the > wxWidgets 3.2 version. > It was already fixed in the repository (changeset edfddc6070ca). See also >

[Hugin-devs] [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

2022-09-15 Thread tmodes
What was the last working wxWidgets versions? Was it from the 3.0.x series? If so then it is only faint related to the wxWidgets 3.2 version. It was already fixed in the repository (changeset edfddc6070ca). See also https://groups.google.com/g/hugin-ptx/c/kSrBFdINUnY If the last working version