[hugin-ptx] Re: How to create a new keyboard shortcut

2023-03-29 Thread T. Modes
ronan...@gmail.com schrieb am Mittwoch, 29. März 2023 um 08:43:13 UTC+2: Thank you so much ! I could generate a sequence from template of 100 panoramas :-) Could you increase the number of panorama to one thousand or more ? I was not aware that the spin controls have a default maximum value of 1

[hugin-ptx] Re: How to create a new keyboard shortcut

2023-03-29 Thread Ronan Lietar
Wonderful ! Should I download anew zip archive from sourceforge ? Le mercredi 29 mars 2023 à 13:14:40 UTC-3, T. Modes a écrit : > ronan...@gmail.com schrieb am Mittwoch, 29. März 2023 um 08:43:13 UTC+2: > > Thank you so much ! > I could generate a sequence from template of 100 panoramas :-) > Cou

[hugin-ptx] GLEW segfault

2023-03-29 Thread Tommy Hughes
I decided to build hugin from source to get the latest version as ubuntu is still on version 2021. The build succeeded but hugin fails to start with the following error. I understand this is related to wxWidgets being compiled with EGL support, but I don't know how to proceed from here? (hugin:

[hugin-ptx] Re: GLEW segfault

2023-03-29 Thread Tommy Hughes
I solved it by building glew 2.2.0 from https://sourceforge.net/projects/glew/ using: make SYSTEM=linux-egl cd lib sudo cp * /usr/lib/x86_64-linux-gnu Then rebuild hugin. On Wednesday, March 29, 2023 at 7:41:41 PM UTC+1 Tommy Hughes wrote: > I decided to build hugin from source

[hugin-ptx] Re: How to create a new keyboard shortcut

2023-03-29 Thread T. Modes
ronan...@gmail.com schrieb am Mittwoch, 29. März 2023 um 18:56:38 UTC+2: Wonderful ! Should I download anew zip archive from sourceforge ? Sorry, I have not yet uploaded a new compiled version. This adds more work for me. -- A list of frequently asked questions is available at: http://wiki.p

[hugin-ptx] Re: GLEW segfault

2023-03-29 Thread T. Modes
This is mentioned in INSTALL_cmake file (which seems nobody is reading...): 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 intializing th

Re: [hugin-ptx] Re: GLEW segfault

2023-03-29 Thread irthomastho...@gmail.com
I read it but didn't know how to activate egl support in glew. I had glew version 2.1, which doesn't mention it. Only glew 2.2.0 has it. On Wed, 29 Mar 2023, 20:16 T. Modes, wrote: > This is mentioned in INSTALL_cmake file (which seems nobody is reading...): > > On Linux wxWidgets 3.1.5 and late

Re: [hugin-ptx] Re: GLEW segfault

2023-03-29 Thread T. Modes
irthoma...@gmail.com schrieb am Mittwoch, 29. März 2023 um 21:33:57 UTC+2: I read it but didn't know how to activate egl support in glew. I had glew version 2.1, which doesn't mention it. Only glew 2.2.0 has it. glew 2.1 was released in July 2017, glew 2.2 in January 2021. So nothing really new