Re: [hugin-ptx] Update build dependencies?

2016-04-03 Thread Stefan Peter
Hi Thomas On 03.04.2016 16:07, T. Modes wrote: > After patching out the CMake bump, which seems to be used mainly to > provide menu shortcuts that AFAIKT are not used in Ubuntu anyway, ... > > the main reason for CMake 3.1 is the new variable CMAKE_CXX_STANDARD which > control the C++11

Re: [hugin-ptx] Update build dependencies?

2016-04-03 Thread T. Modes
Hi Stefan, Am Sonntag, 3. April 2016 15:32:47 UTC+2 schrieb Stefan Peter: > > > After patching out the CMake bump, which seems to be used mainly to > provide menu shortcuts that AFAIKT are not used in Ubuntu anyway, hugin > compilation on trusty failed with: > the main reason for CMake 3.1 is

Re: [hugin-ptx] Update build dependencies?

2016-04-03 Thread Stefan Peter
Hi Thomas On 03.04.2016 12:42, Stefan Peter wrote: > I will try to find out which change exactly is responsible for the CMake > bump and if I can revert this for at least 14.04LTS without consequences > for the binary packages. 15.04 already is flagged as end of life, > although launchpad still ac

Re: [hugin-ptx] Update build dependencies?

2016-04-03 Thread Stefan Peter
Hi Thomas On 03.04.2016 09:35, T. Modes wrote: > In the repository I changed the compiler setting. Hugin needs now a > C++11 compliant compiler. > > Am Samstag, 26. März 2016 23:37:51 UTC+1 schrieb Tduell: > > > OK. I'm building for x86_64, so either there is some problem with > 64bit,

Re: [hugin-ptx] Update build dependencies?

2016-04-03 Thread Terry Duell
Hello Thomas, On Sun, 03 Apr 2016 17:35:51 +1000, T. Modes wrote: In the repository I changed the compiler setting. Hugin needs now a C++11 compliant compiler. Am Samstag, 26. März 2016 23:37:51 UTC+1 schrieb Tduell: OK. I'm building for x86_64, so either there is some problem with 64bit,

[hugin-ptx] Re: UI Hard work mode

2016-04-03 Thread T. Modes
When Hugin is compiled with wxWidgets 3.x these popup are created using Windows API calls. They don't get the focus. And these popups can be suppressed with the settings in the tray area settings. The current Windows version of Hugin (2015.0) is compiled with wxWidgets 3.x and therefore the abov

Re: [hugin-ptx] Update build dependencies?

2016-04-03 Thread T. Modes
In the repository I changed the compiler setting. Hugin needs now a C++11 compliant compiler. Am Samstag, 26. März 2016 23:37:51 UTC+1 schrieb Tduell: > > > OK. I'm building for x86_64, so either there is some problem with 64bit, > or I have a local issue. > > @Bruno, do you have a Fedora 23

[hugin-ptx] Re: Creating docs for enblend

2016-04-03 Thread T. Modes
Thanks, fixed in repository. Am Sonntag, 3. April 2016 00:07:37 UTC+2 schrieb kornel: > > We use doc/createdvi.cmake.in as template for a script to create some dvi > documents. > For this to work we have to set the environment TEXINPUTS. > For linux, the setting is done at line createdvi.cmake.