Re: [hugin-ptx] Re: Hugin 2010.3.0 crashes on startup on OS X 10.6.4

2010-09-11 Thread Harry van der Wolf
Hi, 2010/9/10 Yuval Levy goo...@levy.ch What is the output of the following command on your machine: perl -n0077 -e 'print Using driver $1 v$3 by $2.\n while /Module (radeon| fglrx|intel|nvidia|nv|vesa): vendor=([^]+)\n.*version = (\S+)/img;' /var/log/Xorg.${DISPLAY:1:1}.log MacOSX is

[hugin-ptx] Re: Bug fixes in Enfuse 4.0 over 3.2

2010-09-11 Thread cspiel
On Sep 7, 12:12 pm, foot m. (mf4v07) mf4...@ecs.soton.ac.uk wrote: When changing from version 3.2 to 4.0 I've noticed some changes in the default selection process, and I would assume it is due to the fix in the release notes described as: - Make Enblend and Enfuse aware of the input

Re: [hugin-ptx] hugin-2010.2.0_beta2 released

2010-09-11 Thread Harry van der Wolf
2010/9/10 Harry van der Wolf hvdw...@gmail.com 2010/8/31 Bruno Postle br...@postle.net A hugin-2010.2.0_beta2 (beta 2) tarball is available here: https://sourceforge.net/projects/hugin/files/hugin-2010.2_beta/ the cmake compilation is OK on OSX. The resulting Hugin works correct as

[hugin-ptx] Re: hugin-2010.2.0_beta2 released

2010-09-11 Thread thePanz
On Sep 10, 6:54 pm, Aron H aron.hel...@gmail.com wrote: [...] I commented the #define HAVE_LOG2 0 and it compiles. Hi Aron, can you share your Hugin build? I would like to create an installer (like the one I've already created http://thepanz.netsons.org/post/windows-instaler-for-hugin-2010 ) and

[hugin-ptx] Re: hugin-2010.2.0_beta2 released

2010-09-11 Thread T. Modes
Hi Aron, I had one problem building this tarball on Windows, using MSVC 2010 Express, 32 bit I had errors in several files that 'log2' was undefined. I found 'log2' in hugin_math.h, guarded by #ifndef HAVE_LOG2 In hugin_config.h, I found the line #define HAVE_LOG2 0 Unfortunately, that

[hugin-ptx] Re: Line Artifact in blend.

2010-09-11 Thread awbrody
Another thought on a work-around for this enblend bug is for hugin to automatically invoke enblend 3 times for any more than one row panorama; once for an upper, once for a lower and a third time to combine the two. This may also help resolve memory leak issues with enblend. Bill On Sep 10, 7:46 

[hugin-ptx] Re: hugin pre-compiled build for Ubuntu

2010-09-11 Thread Andreas Metzler
Kornel Benko kornel.be...@berlin.de wrote: Am Freitag 10 September 2010 schrieb Andreas Metzler: Kornel Benko kornel.be...@berlin.de wrote: [...] 1.) determine all used shared libraries (parse output of ldd {executable}) ldd lists both dependencies and dependencies of

Re: [hugin-ptx] Re: Line Artifact in blend.

2010-09-11 Thread John McAllister
I am grateful for the suggestions for a workaround to the line artifact problem in Enblend. It seems to me that this bug is serious and fatal, and that workarounds should not be needed. I understand that this program misbehaviour has been recognised. Can I assume that the the upcoming revision

[hugin-ptx] Re: Hugin for Windows installer

2010-09-11 Thread Erik Krause
Am 30.08.2010 17:12, schrieb thePanz: Hi, I've posted my Installer here:http://thepanz.netsons.org/post/windows-instaler-for-hugin-2010 with the full NSIS script (script, license, plugins and bitmaps). I've just downloaded and installed. Worked perfectly so far, but the command line

[hugin-ptx] enfuse 4.0 and multi page TIFFs

2010-09-11 Thread Erik Krause
Hello, I'm getting stop errors from enfuse 4.0 because the 16 bit TIFFs I want to enfuse contain 8 bit preview images. The error message is enfuse: input image D:\Foto\_MG_6540.TIF, layer 2/2 has pixel type UINT8, but previous images have pixel type UINT16 How can I convince enfuse not to

Re: [hugin-ptx] Re: hugin pre-compiled build for Ubuntu

2010-09-11 Thread Yuval Levy
On September 9, 2010 01:06:15 pm Andreas Metzler wrote: Kornel Benko kornel.be...@berlin.de wrote: We should add this dependencies for debian in CMakeLists.txt. (RPM does this automatically!) [...] Just for clarification: Proper Debian source packages also do this automatically. This

Re: [hugin-ptx] Re: Hugin for Windows installer

2010-09-11 Thread Yuval Levy
On September 9, 2010 01:52:07 pm John McAllister wrote: Yuval... I don't know why, but your postings are not appearing in my email clent, Windows Mail. Sorry John. I don't know why either - my post are plain text written with KMail. Anybody else experiencing this issue? An issue I have

Re: [hugin-ptx] hugin pre-compiled build for Ubuntu

2010-09-11 Thread Yuval Levy
On September 9, 2010 06:29:31 pm Kornel Benko wrote: It should be (at a proper place) set(CPACK_DEBIAN_PACKAGE_DEPENDS libpost2c2, libglew1.5, freeglut3, libboost-filesystem1.40.0, liblcms1, libopenexr6, libtiff4) but before the line) INCLUDE(CPack) done! I neded a changeset to

[hugin-ptx] Hg email notifications

2010-09-11 Thread Yuval Levy
The migration from SVN to Hg has resulted in a regression: The Hg commit notifications are not aware of branches. Sorry for that. The issue is on the radar screen of Hg developers [0] and affects also other code hosting services [1], not just SourceForge. There seem to be workarounds

Re: [hugin-ptx] Re: hugin pre-compiled build for Ubuntu

2010-09-11 Thread Kornel Benko
Am Samstag 11 September 2010 schrieb Andreas Metzler: ... EPARSE. For clarification: ametz...@argenau:~$ objdump -p /usr/bin/curl | grep NEEDED NEEDED libcurl.so.4 NEEDED libz.so.1 NEEDED libc.so.6 NEEDED librt.so.1 Nice, but Andreas, but we want dependences

Re: [hugin-ptx] hugin pre-compiled build for Ubuntu

2010-09-11 Thread Kornel Benko
Am Samstag 11 September 2010 schrieb Yuval Levy: On September 9, 2010 06:29:31 pm Kornel Benko wrote: It should be (at a proper place) set(CPACK_DEBIAN_PACKAGE_DEPENDS libpost2c2, libglew1.5, freeglut3, libboost-filesystem1.40.0, liblcms1, libopenexr6, libtiff4) but before the

Re: [hugin-ptx] enfuse 4.0 and multi page TIFFs

2010-09-11 Thread Yuval Levy
Hi, On September 11, 2010 04:20:42 pm Erik Krause wrote: I'm getting stop errors from enfuse 4.0 because the 16 bit TIFFs I want to enfuse contain 8 bit preview images. The error message is enfuse: input image D:\Foto\_MG_6540.TIF, layer 2/2 has pixel type UINT8, but previous images have

Re: [hugin-ptx] Re: Hugin 2010.3.0 crashes on startup on OS X 10.6.4

2010-09-11 Thread Yuval Levy
On September 11, 2010 02:33:26 am Harry van der Wolf wrote: MacOSX is not X-based and does not have an X log. thanks for demystifying a little bit of OSX to me :) Yuv signature.asc Description: This is a digitally signed message part.

Re: [hugin-ptx] hugin pre-compiled build for Ubuntu

2010-09-11 Thread Yuval Levy
On September 11, 2010 06:04:34 pm Kornel Benko wrote: Am Samstag 11 September 2010 schrieb Yuval Levy: On September 9, 2010 06:29:31 pm Kornel Benko wrote: It should be (at a proper place) set(CPACK_DEBIAN_PACKAGE_DEPENDS libpost2c2, libglew1.5, freeglut3,

RE: [hugin-ptx] hugin pre-compiled build for Ubuntu

2010-09-11 Thread Dale Beams
In the hugin ubuntu build tutorial, there are a lot of ...DEB=off or something similar. I understand that by defualt this can be set to off and would make things simpler. It would only be one line, ...DEB=on or ...RPM=on Dale From: goo...@levy.ch To: hugin-ptx@googlegroups.com