[hugin-ptx] Some thoughts on working with mosaic mode

2010-09-08 Thread Tduell
Hullo All, I have spent a bit of time lately trying to get a good understanding of how to work with mosaic mode, all aimed at putting together a tutorial for the 2010.2 release. I think there are problems with the code, and some projects seem to be impossible, whilst others work like like a charm.

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

2010-09-08 Thread Emad ud din Butt
Hi Dale, Many thanksI have downloaded .deb files. Double clicked and it opened in package manager. I first installed dependencies using Terminal Than I install Base Install i.e. enblend, libpano and than hugin. Than I insalled image exif, panoglow etc. Than sudo Idconfig All installed

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

2010-09-08 Thread Kornel Benko
Am Mittwoch, 8. September 2010 schrieb Emad ud din Butt: Hi Dale, Many thanksI have downloaded .deb files. Double clicked and it opened in package manager. I first installed dependencies using Terminal Than I install Base Install i.e. enblend, libpano and than hugin. Than I insalled

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

2010-09-08 Thread Emad ud din Butt
It displays whole llist of files. But where is hugin GUI? I have to manually add a shortcut or it will be auto added into Apps list? On Wed, Sep 8, 2010 at 12:09 PM, Kornel Benko kornel.be...@berlin.dewrote: Am Mittwoch, 8. September 2010 schrieb Emad ud din Butt: Hi Dale, Many

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

2010-09-08 Thread Kornel Benko
Am Mittwoch, 8. September 2010 schrieb Emad ud din Butt: It displays whole llist of files. But where is hugin GUI? I have to manually add a shortcut or it will be auto added into Apps list? Try # dpkg -L hugin | egrep bin/hugin The name is hugin, so I would expect /usr/local/bin/hugin.

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

2010-09-08 Thread Emad ud din Butt
When I run this I get following message on Terminal...With Red fonts em...@ubuntu:~$ dpkg -L hugin | egrep bin/hugin /usr/local/bin/hugin_stitch_project /usr/local/bin/hugin_hdrmerge /usr/local/bin/hugin I have checked /usr/local/bin directory. All files are there. But I dont understand whats

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

2010-09-08 Thread Emad ud din Btt
I reboot system and now its shows Hugin in App Graphics But when I click on it there is no response. On Wed, Sep 8, 2010 at 12:45 AM, Emad ud din Butt xyzt...@gmail.com wrote: When I run this I get following message on Terminal...With Red fonts em...@ubuntu:~$ dpkg -L hugin | egrep

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

2010-09-08 Thread Kornel Benko
Am Mittwoch, 8. September 2010 schrieb Emad ud din Btt: I reboot system and now its shows Hugin in App Graphics But when I click on it there is no response. Please call this program from a terminal first. Then you may see, why it does not start. Probably missing some shared library. Try

[hugin-ptx] Re: Hugin for Windows installer

2010-09-08 Thread thePanz
On Sep 3, 9:12 pm, thePanz thep...@gmail.com wrote: On Sep 2, 5:24 pm, Brian Hoffmann br...@slowpoke.de wrote: I reply here: thank you again for your translation, I've updated the 32 and 64 builds here:http://thepanz.netsons.org/post/windows-instaler-for-hugin-2010 More updates for 32 and 64

[hugin-ptx] Re: libpano13-2.9.17_rc1 released

2010-09-08 Thread Aron H
On Sep 7, 5:02 pm, Bruno Postle br...@postle.net wrote: On Tue 07-Sep-2010 at 11:02 -0700, Aron H wrote: For each PT* app, for the x64 builds, both debug and release, Properties .. Configuration Properties .. Linker .. Addition Library Directories, the first entry should change from

[hugin-ptx] Re: libpano13-2.9.17_rc1 released

2010-09-08 Thread T. Modes
I've not compiled with VS 2008, so until someone tries, we don't know if what fixes are needed. The RC1 compiles fine without further changes using CMake + VS2008 (32 bit). Maybe you should also use the CMake version, this would make such modification of the project files obsolete and the

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

2010-09-08 Thread Harry van der Wolf
Hi Darrel, I did a complete set of rebuilds for the tar.gz and the svn and completely rewrote the libpano stuff on the wiki. Please have a look at http://wiki.panotools.org/Hugin_Compiling_OSX and please test. In case of errors please let me know. Harry -- You received this message because

[hugin-ptx] Re: libpano13-2.9.17_rc1 released

2010-09-08 Thread Aron H
On Sep 8, 12:39 pm, T. Modes thomas.mo...@gmx.de wrote: I've not compiled with VS 2008, so until someone tries, we don't know if what fixes are needed. The RC1 compiles fine without further changes using CMake + VS2008 (32 bit). Maybe you should also use the CMake version, this would

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

2010-09-08 Thread Dale Beams
Emaad, I'm interested in knowing what the command line says after you've started hugin there as Kornel has suggested. Dale On Wed, 2010-09-08 at 02:59 -0700, Emad ud din Btt wrote: I reboot system and now its shows Hugin in App Graphics But when I click on it there is no response.

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

2010-09-08 Thread Darrell
Harry, I'm sorry to report it still doesn't work. When building libpano13, this step: $ ./bootstrap --without-java fails because it can't find libpng. I went back to this: $ ./bootstrap --with-jpeg=/opt/local --with-tiff=/opt/local --with- png=/opt/local --without-java which finishes

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

2010-09-08 Thread Emad ud din Btt
hi, I have tried and found this result em...@ubuntu:~$ ldd /usr/local/bin/hugin linux-gate.so.1 = (0x003b6000) libhuginbase.so.0.0 = /usr/local/lib/libhuginbase.so.0.0 (0x003b7000) libboost_thread.so.1.40.0 = /usr/lib/libboost_thread.so.1.40.0 (0x0011)

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

2010-09-08 Thread Dale Beams
Emaad, When you start hugin from the command line, what does it say? Meet up on IRC? irc.freenode.net , channel #hugin ? Dale Date: Wed, 8 Sep 2010 20:47:19 -0700 Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu From: xyzt...@gmail.com To: hugin-ptx@googlegroups.com hi, I have

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

2010-09-08 Thread Dale Beams
Emaad, You need to: sudo aptitude install libwxgtk2.8-0 libexiv2-6 Was this on a new system of Ubuntu 10.04? Dale Date: Wed, 8 Sep 2010 20:47:19 -0700 Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu From: xyzt...@gmail.com To: hugin-ptx@googlegroups.com hi, I have tried and

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

2010-09-08 Thread Dale Beams
Emaad, You'll also need: sudo aptitude install libwxbase2.8-0 Dale Date: Wed, 8 Sep 2010 20:47:19 -0700 Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu From: xyzt...@gmail.com To: hugin-ptx@googlegroups.com hi, I have tried and found this result em...@ubuntu:~$ ldd

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

2010-09-08 Thread Emad ud din Btt
Hi, Many Thanks Dale and Kornel. Yes, It was fresh Ubuntu installation. I have updated it and Hugin is now working. I will update you if I get any error. On Wed, Sep 8, 2010 at 9:13 PM, Dale Beams drbe...@hotmail.com wrote: Emaad, You'll also need: sudo aptitude install libwxbase2.8-0