Re: [hugin-ptx] Re: Update translations

2019-08-24 Thread Jean-Luc Coulon (f5ibh)
Hi, I'm the translator for Hugin. Fist please avoid to hijack a thread for this kind of discussion. The best is to open a dedicated post and have a discussion on the subject. There is no problem to get new vision of some strings. But this needs to be coordinated in some way to avoid double work.

Re: [hugin-ptx] undefined reference to `wxTCPServer::Create(wxString const&)'

2019-01-18 Thread Jean-Luc Coulon (f5ibh)
Thanks :) Jean-Luc Le ven. 18 janv. 2019 à 10:14, Wirz a écrit : > Hi, > > same problem here ... patch is attached. > > cheers, lukas > > > On 18/01/2019 10:58, Jean-Luc Coulon (f5ibh) wrote: > > Hi, > > On Debian sid, I've the following error trying to

[hugin-ptx] undefined reference to `wxTCPServer::Create(wxString const&)'

2019-01-18 Thread Jean-Luc Coulon (f5ibh)
Hi, On Debian sid, I've the following error trying to build latest hg version of hugin: [ 81%] Linking CXX executable PTBatcherGUI [ 81%] Built target icpfind [ 82%] Building CXX object src/hugin1/hugin/CMakeFiles/hugin.dir/PanoPanel.cpp.o /usr/bin/ld:

[hugin-ptx] Failed to build latest hg version: undefined reference to symbol 'LZ4_decompress_safe_continue'

2018-11-01 Thread Jean-Luc Coulon (f5ibh)
Hi, I tried to build the latest hg version and I got the following: [...] [ 71%] Built target align_image_stack [ 71%] Linking CXX executable cpfind /usr/bin/ld: CMakeFiles/cpfind.dir/PanoDetectorLogic.cpp.o: undefined reference to symbol 'LZ4_decompress_safe_continue' /usr/bin/ld:

Re: [hugin-ptx] RAW support with hugin ?

2018-07-05 Thread Jean-Luc Coulon (f5ibh)
Hi, Maybe a workaround (and which ease the process) would be to call rawtherapee (or any other raw converter – I use darktable), from inside Hugin. Something like the way Gimp opens raw files: you set a raw converter from the parameters, then when it detects a raw file, it opens it with the

Re: [hugin-ptx] Improving scan quality

2018-02-18 Thread Jean-Luc Coulon (f5ibh)
Hi, BTW, it seems to be scantailor with a "i" and not scantaylor (with a y). At least, it is the case in Debian. Regards Jean-Luc 2018-02-18 9:21 GMT+01:00 Gunter Königsmann : > If you are using Linux you might either use something like xsane to scan > all pages

Re: [hugin-ptx] Re: Keyboard shortcuts non working

2017-11-19 Thread Jean-Luc Coulon (f5ibh)
Hi Thomas, OK, I've just rebuilt it. and... AND... A N D ... IT WORKS ! I've done a quick test: Both the accels AND the shortcuts work BUT Ctrl+N from the File menu is not working (does nothing) while Ctrl+O / Ctrl+S... Ctrl+Q do. Jean-Luc 2017-11-19 17:00 GMT+01:00 T. Modes

Re: [hugin-ptx] Re: Keyboard shortcuts non working

2017-11-19 Thread Jean-Luc Coulon (f5ibh)
Thanks for the answers, sorry for reporting the bug but I received the answers very late (2 hours ago): Well, I will try to elaborate a bit. About the shortcuts / accelerators: - This occurs with both the shortcuts and the accelerators. About the

[hugin-ptx] Keyboard shortcuts non working

2017-11-16 Thread Jean-Luc Coulon (f5ibh)
Hi, My system is Debian/sid I use Hugin from the hg repository (but I've the same problem with the version available on debian: 2017.0.0+dfsg-1). When I press the "Alt" key to access the shortcut, the involved letter is underlined but there is no action. I expect the menu to be unfolded. If I

[hugin-ptx] Re: Problem building hg version on linux / debian sid

2017-08-07 Thread Jean-Luc Coulon (f5ibh)
BTW... with 7.1.0-10, it works :) 2017-08-07 10:56 GMT+02:00 Jean-Luc Coulon (f5ibh) < jean.luc.cou...@gmail.com>: > Hi Andreas, > > I've had a look. > The bug is quite old and I was able to build Hugin until a couple of days. > **BUT** as the compiler was mentionned in the

[hugin-ptx] Re: Problem building hg version on linux / debian sid

2017-08-07 Thread Jean-Luc Coulon (f5ibh)
sue in older libvigraimpex. But I've not found (maybe not searched enough) the bug on libvigraimpex. Best regards Jean-Luc 2017-08-06 14:03 GMT+02:00 Andreas Metzler <ametz...@bebt.de>: > On 2017-08-06 "Jean-Luc Coulon (f5ibh)" <jean.luc.cou...@gmail.com> wrote: > &g

[hugin-ptx] libpano13 1214 broken on Linux [probably hugin: gdb bt attached]

2010-01-09 Thread Jean-Luc Coulon (f5ibh)
I think it is not related at libpano but hugin itself I've the same error at start (before the slash screen is erased from the screen). I've run hugin in gdb, attached the session with the backtrace Regards Jean-Luc Le 09/01/2010 09:44:45, Matthias Kabel a écrit : Hello, I just tried to

Re: [hugin-ptx] libpano13 1214 broken on Linux

2010-01-09 Thread Jean-Luc Coulon (f5ibh)
Ermmm, yes it is libpano the following line in queryfeature.c assert(sizeof(panoFormatNames) == PANO_FORMAT_COUNT * sizeof(int)); triggers the error J-L Le 09/01/2010 11:41:56, Jean-Luc Coulon (f5ibh) a écrit : I think it is not related at libpano but hugin itself I've the same error

Re: [hugin-ptx] Re: libpano13 1214 broken on Linux

2010-01-09 Thread Jean-Luc Coulon (f5ibh)
For me [tm] 1203 works 1214 doesnt. I don't work on my local svn repository : I copy everything elsewhere to be sure. [jean-...@tangerine] % svn up À la révision 1214. [jean-...@tangerine] % grep assert queryfeature.c #include assert.h // the original code passed NULL to snprintf() but it

[hugin-ptx] Troubles building svn 4789

2009-12-14 Thread Jean-Luc Coulon (f5ibh)
Hi, I've troubles trying to buil svn 4789 1st, this warning: /usr/local/src/hugin/hugin-2009.5.0/src/hugin1/hugin/MainFrame.cpp: In member function ‘void MainFrame::LoadProjectFile(const wxString)’: /usr/local/src/hugin/hugin-2009.5.0/src/hugin1/hugin/MainFrame.cpp:681: warning: case label

[hugin-ptx] Re: libpano SVN 1137 fails to build

2009-11-09 Thread Jean-Luc Coulon (f5ibh)
Le 08/11/2009 23:19:03, Jim Watters a écrit : Jim Watters wrote: That was my doing. I got to run and will look at it in about 4 hours. In the mean time, can you test changing the two functions in sys_ansi.h I expect HWND is undefined. void SetWindowOwner(PVOID Owner); void

[hugin-ptx] libpano SVN 1137 fails to build

2009-11-08 Thread Jean-Luc Coulon (f5ibh)
Hi, I get the following: [...] /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DHasJPEG -DHasPNG -DHasTIFF -DHasZLIB -D__Ansi__=1 -g -O2 -MT PTDialogs.lo -MD -MP -MF .deps/PTDialogs.Tpo -c -o PTDialogs.lo PTDialogs.c libtool: compile: gcc -DHAVE_CONFIG_H -I.

[hugin-ptx] Re: Oups, I've added two strings!

2009-10-04 Thread Jean-Luc Coulon (f5ibh)
Le 03/10/2009 19:57:16, Yuval Levy a écrit : Jean-Luc Coulon (f5ibh) wrote: Sorry, but I want to checkout the related branch but I'm not sure which one it is... is it hugin/2008.4/obsolete_branches/ ? please work in trunk. I don't know where you get the above path from, it does not exist

Re: man pages (was Re: [hugin-ptx] Re: here we go again)

2009-10-03 Thread Jean-Luc Coulon (f5ibh)
Le 02/10/2009 00:18:28, Bruno Postle a écrit : This is a global answer for all the message from you and Yuv related to the documentation. * po4a can manage the following format: - dia: uncompressed Dia diagrams. - docbook: Docbook XML. - guide: Gentoo Linux's xml documentation format. -

[hugin-ptx] Re: Oups, I've added two strings!

2009-10-03 Thread Jean-Luc Coulon (f5ibh)
Le 01/10/2009 22:45:44, Yuval Levy a écrit : Hi all, particularly translators. I have done something that is not very nice IMO: i've just added two new strings to the release branch (and to trunk, but that's less critical) after syncing the PO files and calling for translation. Sorry, but I

[hugin-ptx] Re: here we go again

2009-10-01 Thread Jean-Luc Coulon (f5ibh)
Le 01/10/2009 03:32:14, Yuval Levy a écrit : hi all, I've branched out the new stable codeline. Hugin-2009.4.0. http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/releases/2009.4/ I expect to release the first beta this weekend. translations and bug fixes welcome as always. I've added a but

[hugin-ptx] Re: here we go again

2009-10-01 Thread Jean-Luc Coulon (f5ibh)
Le 01/10/2009 18:59:01, Yuval Levy a écrit : Jean-Luc Coulon (f5ibh) wrote: no plans yet. I did not know about [po4a] until you mentioned it. my personal take about translations is that I don't need them (and Hugin is anyway not available in my mother tongue) but I understand

[hugin-ptx] Re: 2009.2.0 release notes proof-reading/trnaslation

2009-09-27 Thread Jean-Luc Coulon (f5ibh)
2009/9/25 sebastien delcoigne sebastien.delcoi...@gmail.com: There seems to be a problem with the french version on the site : http://hugin.sourceforge.net/releases/2009.2.0/fr.shtml All accents are wrong (encoding issue probably) Should we replace all accents by their special html code :

[hugin-ptx] SIGSEGV in autopano-soft-c, svn version 4409

2009-09-27 Thread Jean-Luc Coulon (f5ibh)
Hi, With SVN 4498 of autopano-sift-c, I've a segfault. Here is the gdb session: [jean-...@tangerine] % gdb autopano-sift-c ~ GNU gdb (GDB) 6.8.50.20090628-cvs-debian Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[hugin-ptx] Re: translation

2009-09-24 Thread Jean-Luc Coulon (f5ibh)
Hi, I've done and maintained this tanslation until now. I still have and update to commit but it is a moving target. If you want to work on it, it is not a problem (I'm not the *owner*) of the translation. But it would be better to avoid working each on his side on this piece of work. Regards

[hugin-ptx] troubles making hugin outside the source tree

2009-09-24 Thread Jean-Luc Coulon (f5ibh)
Hi, If I use cmake as indicated in the INSTALL_cmake file, the build files arent written as expected in the build directory but in the main directory: From /usr/local/src/hugin/hugin-0.8.0, I enter the following sequence: [jean-...@tangerine] % mkdir mybuild [{jean-...@tangerine] % cd

[hugin-ptx] fonction0 in boost is not included from the correct place with debian

2009-09-24 Thread Jean-Luc Coulon (f5ibh)
Hi, I've updated debian sid. In the update, all boost related stuff changed to version 1.40.0 In libboost1.40-dev, function0.hpp is located in /usr/include/boost/ function/function0.hpp ./src/hugin_base/vigra_ext/ImageTransforms.h has to be adjusted to include the correct path. Regards

[hugin-ptx] Re: troubles making hugin outside the source tree

2009-09-24 Thread Jean-Luc Coulon (f5ibh)
Le 24/09/2009 20:45:29, Kornel Benko a écrit : Am Donnerstag 24 September 2009 schrieb Jean-Luc Coulon (f5ibh): Hi, If I use cmake as indicated in the INSTALL_cmake file, the build files arent written as expected in the build directory but in the main directory: ... -- Generating done

[hugin-ptx] Re: troubles making hugin outside the source tree

2009-09-24 Thread Jean-Luc Coulon (f5ibh)
I've reinstalled an older version of cmake cmake version 2.6-patch 0 The problem is the same. J-L Le 24/09/2009 20:56:17, Jean-Luc Coulon (f5ibh) a écrit : Le 24/09/2009 20:45:29, Kornel Benko a écrit : Am Donnerstag 24 September 2009 schrieb Jean-Luc Coulon (f5ibh): Hi, If I use cmake

[hugin-ptx] Re: fonction0 in boost is not included from the correct place with debian

2009-09-24 Thread Jean-Luc Coulon (f5ibh)
Le 24/09/2009 21:14:11, Harry van der Wolf a écrit : 2009/9/24 Jean-Luc Coulon (f5ibh) jean.luc.cou...@gmail.com Hi, I've updated debian sid. In the update, all boost related stuff changed to version 1.40.0 In libboost1.40-dev, function0.hpp is located in /usr/include/boost/ function

[hugin-ptx] [SOLVED] Re: [SVN 4235] SIGABRT in optimize step

2009-08-19 Thread Jean-Luc Coulon (f5ibh)
It is fine for me after updating libpano13 Thanks Jean-Luc pgppCDCK3T2XP.pgp Description: PGP signature

[hugin-ptx] Re: [SVN ] SIGSEGV while opening a project

2009-08-17 Thread Jean-Luc Coulon (f5ibh)
Hi, Hello, I can't repeat this behavior under GNU/Linux (k)Ubuntu 9.04 i386. The second error is somewhat worry some as well. Are you running a recent SVN build or using a prepackaged binary? I'm running the latest SVN (4231) J-L pgpaaUqoe9wBN.pgp Description: PGP signature

[hugin-ptx] SVN 4220, crash in Préfére nces

2009-08-16 Thread Jean-Luc Coulon (f5ibh)
Hi, I've a reproductible crash in the preferences with SVN version. Steps: File - Preferences SelectControl points detector tab I've autopano-SIDT-C-(Default) as the conttrol point generator I click Edit and got the crash. Attached the report generated by bug-buddy. Regards Jean-Luc

[hugin-ptx] [SVN ] SIGSEGV while opening a project

2009-08-16 Thread Jean-Luc Coulon (f5ibh)
Hi, I get (sometimes) a SIGNSEGV while opening a project. The best way to reproduce it is using the following steps: - Launch hugin - In the assistant : Load images... - I don't insert any image but leave using Cancel button - I open an existing project I get the crash. If I directly open a

[hugin-ptx] Re: How Load RAW Images?

2009-06-06 Thread Jean-Luc Coulon (f5ibh)
Le 06/06/2009 13:01:02, TomBrooklyn a écrit : Hugin chokes when I try to load RAW images. What do I have to do?I have UFRaw and can open images in that, but how does that help me with Hugin? As hugin doesnt manage directly this kind of file, you have to process them before ans save them

[hugin-ptx] Re: SVN failed to build

2009-05-13 Thread Jean-Luc Coulon (f5ibh)
Hi Tim, Le 12/05/2009 14:39:11, Tim Nugent a écrit : Strange, I can't repeat that under Ubuntu 9.04. But the Celeste library shouldn't need any of the Boost libraries. As a workaround you could try installing the libboost-thread package. I use Debian sid I *have* libboost-thread. BTW the

[hugin-ptx] Re: SVN failed to build

2009-05-13 Thread Jean-Luc Coulon (f5ibh)
Le 13/05/2009 17:11:58, Bruno Postle a écrit : On Tue 12-May-2009 at 13:57 +0200, Jean-Luc Coulon (f5ibh) wrote: [ 37%] Building CXX object src/celeste/CMakeFiles/celeste.dir/ Utilities.o make[2]: *** No rule to make target `/usr/lib/libboost_thread.so', needed by `src/celeste/libceleste.so.0.0

[hugin-ptx] SVN failed to build

2009-05-12 Thread Jean-Luc Coulon (f5ibh)
Hi, I've an error trying to build SVN [ 37%] Building CXX object src/celeste/CMakeFiles/celeste.dir/ Utilities.o make[2]: *** No rule to make target `/usr/lib/libboost_thread.so', needed by `src/celeste/libceleste.so.0.0'. Stop. make[1]: *** [src/celeste/CMakeFiles/celeste.dir/all] Error 2

[hugin-ptx] SVN 3736 build error

2009-03-15 Thread Jean-Luc Coulon (f5ibh)
Hi, I get: [ 89%] Building CXX object src/hugin1/ptbatcher/CMakeFiles/ PTBatcherGUI.dir/BatchFrame.o /usr/local/src/hugin/hugin-0.7.0/src/hugin1/ptbatcher/BatchFrame.cpp: In member function ‘virtual void* BatchFrame::Entry()’: /usr/local/src/hugin/hugin-0.7.0/src/hugin1/ptbatcher/

[hugin-ptx] Re: SVN-20090222

2009-02-24 Thread Jean-Luc Coulon (f5ibh)
Le 24/02/2009 19:06:51, Dale Beams a écrit : Kubuntu 8.04.1 svn-3664-200902xx nona -z PACKBITS -r ldr -m TIFF_m -o stockton_graf -i 5 /tmp/huginpto_GYNuOR nona -z PACKBITS -r ldr -m TIFF_m -o stockton_graf -i 6 /tmp/huginpto_GYNuOR enblend --compression NONE -f5896x2535 -o stockton_graf.tif

[hugin-ptx] Re: Build error on SVN (3503)

2008-10-14 Thread Jean-Luc Coulon (f5ibh)
Le 14.10.2008 17:07:53, Franck Barbenoire a écrit : Hi all, I complied this same revision with success with wxGTK-2.8.9 installed, if it helps. Thanks, Debian sid has 2.8.7. I will try to upgrade. Regards Jean-Luc pgpFFIP7WB3xL.pgp Description: PGP signature

[hugin-ptx] Build error on SVN (3503)

2008-10-14 Thread Jean-Luc Coulon (f5ibh)
Hi, I get the following: [ 65%] Building CXX object src/hugin1/hugin/CMakeFiles/hugin.dir/ MainFrame.o [ 65%] Building CXX object src/hugin1/hugin/CMakeFiles/hugin.dir/ CPImageCtrl.o [ 66%] Building CXX object src/hugin1/hugin/CMakeFiles/hugin.dir/ CPEditorPanel.o [ 66%] Building CXX object