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

2010-09-14 Thread Emad ud din Btt
Can you people make Hugin installer for non-connected systems in near future? -- *Emaad* www.flickr.com/emaad -- You received this message because you are subscribed to the Google Groups Hugin and other free panoramic software group. A list of frequently asked questions is available at:

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

2010-09-14 Thread Yuval Levy
On September 14, 2010 03:40:09 am Emad ud din Btt wrote: Can you people make Hugin installer for non-connected systems in near future? the .deb file works off-line *if* you have all the dependencies already installed. there is not much that can be made other than maybe putting all of those

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

2010-09-14 Thread John McAllister
Yo! Lev All your postings do not appear in my email client... empty post. How many times do you need to be told? Love... John -- You received this message because you are subscribed to the Google Groups Hugin and other free panoramic software group. A list of frequently asked questions is

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

2010-09-14 Thread Yuv
John McAllister wrote: All your postings do not appear in my email client... empty post. How many times do you need to be told? Love... John love you back http://en.wikipedia.org/wiki/Outlook_Express#Handling_of_PGP.2FMIME_signed_messages posted through the web interface especially for you.

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

2010-09-13 Thread Kornel Benko
Am Sonntag, 12. September 2010 schrieb 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)

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

2010-09-13 Thread Dale Beams
I'm getting ready to build this afternoon. Where are we at for CMake? Questions are ... 1. Does CMake determine the min dependency, and can evaluate and confirm the correct one without hardsetting version numbers for the dependencies? 2. Can -DCPACK ... RPM=on be turned off by default? This

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

2010-09-13 Thread Kornel Benko
Am Montag 13 September 2010 schrieb Dale Beams: I'm getting ready to build this afternoon. Where are we at for CMake? Questions are ... 1. Does CMake determine the min dependency, and can evaluate and confirm the correct one without hardsetting version numbers for the dependencies? No

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

2010-09-13 Thread Dale Beams
Earlier I had indicated using echo from a script to read in the dependencies. Someone mentioned that this would not work? Is this because of the location of the line in the CMakeLists.txt? I'd have to dig around for the e-mail, but someone indicated that -DCPACK_BINARY_DEB:BOOL=off/on could

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

2010-09-13 Thread Kornel Benko
Am Montag 13 September 2010 schrieb Dale Beams: Earlier I had indicated using echo from a script to read in the dependencies. Someone mentioned that this would not work? Is this because of the location of the line in the CMakeLists.txt? It was me. 1.) Location 2.) Syntax I'd have to dig

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

2010-09-13 Thread Kornel Benko
Am Montag 13 September 2010 schrieb Dale Beams: Reviewing CMakeLists.txt, I've noticed: SET(CPACK_DEBIAN_PACKAGE_DEPENDS libpano13(=2.9.17), libpost2c2, libglew(=1.5), freeglut3, libboost-filesystem(=1.38.0), liblcms1, libopenexr6, libtiff4) Which appears to set debian package

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

2010-09-13 Thread Yuval Levy
On September 13, 2010 05:07:00 pm Dale Beams wrote: This should work provided the = is the lowest common denominator. For example, if your system is at (= 0.2.0) and mine has 0.2.2 then it should check and say it's ok to install. that's what I would expect too. Let's try it, and if it does

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

2010-09-13 Thread Dale Beams
It appears there is a problem. It's looking for those packages specifically by number when trying to install. u...@ubuntu:~/src/hugin/hugin.build$ sudo dpkg -i hugin-2010.3.0-Linux.deb (Reading database ... 195430 files and directories currently installed.) Preparing to replace hugin 2010.3.0

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

2010-09-13 Thread Kornel Benko
Am Dienstag, 14. September 2010 schrieb Dale Beams: It appears there is a problem. It's looking for those packages specifically by number when trying to install. That's the problem :) Kornel 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 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

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] 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
Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu Date: Sat, 11 Sep 2010 18:42:30 -0400 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

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

2010-09-09 Thread Kornel Benko
Am Donnerstag 09 September 2010 schrieb 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:

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

2010-09-09 Thread Dale Beams
To: hugin-ptx@googlegroups.com Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu Date: Thu, 9 Sep 2010 08:05:17 +0200 Am Donnerstag 09 September 2010 schrieb Emad ud din Btt: Hi, Many Thanks Dale and Kornel. Yes, It was fresh Ubuntu installation. I have updated it and Hugin is now

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

2010-09-09 Thread Kornel Benko
Am Donnerstag 09 September 2010 schrieb Dale Beams: I'm glad the subject came up. I was going to request some info added to CMakeLists.txt. I noticed that libboost-fielsystem-x is mentioned in enblend as optional, but upon building it states boost has failed. I'm not sure if there is

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

2010-09-09 Thread Dale Beams
Sorry, This is my problem, published the e-mail before fixing the web link. This will work now. http://www.tatteredmoons.org/hugin/fasttrack.sh It's incomplete and untested Dale On Thu, 2010-09-09 at 20:47 +0200, Kornel Benko wrote: Am Donnerstag 09 September 2010 schrieb Dale Beams: I'm

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

2010-09-09 Thread Kornel Benko
Am Donnerstag 09 September 2010 schrieb Dale Beams: Sorry, This is my problem, published the e-mail before fixing the web link. This will work now. http://www.tatteredmoons.org/hugin/fasttrack.sh It's incomplete and untested Dale Interesting. I have something appropriate, but as a

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

2010-09-09 Thread Dale Beams
This may be because the default Ubuntu 10.04 install has libtiff4 libpeonexr6 liblcms1 are installed already. The entire list those as you located would include everything. I suspect this is a better way, in the event one is building for a earlier release I'm guessing you have a better idea

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

2010-09-09 Thread Kornel Benko
Am Donnerstag 09 September 2010 schrieb Dale Beams: This may be because the default Ubuntu 10.04 install has libtiff4 libpeonexr6 liblcms1 are installed already. The entire list those as you located would include everything. I suspect this is a better way, in the event one is building for a

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

2010-09-08 Thread Emad ud din Butt
that will have the dependencies when the build is made, without requiring somebody to know how to install dependencies. -- Date: Tue, 7 Sep 2010 10:00:46 +0200 Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu From: hvdw...@gmail.com To: hugin-ptx

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

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.

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

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 /usr/local

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

2010-09-08 Thread Emad ud din Btt
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 -- You received this message because you are subscribed to the Google Groups Hugin and other

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

2010-09-07 Thread Stefan Peter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H Emad Am 07.09.2010 06:22, schrieb Emad ud din Butt: Is there any precompiled build for Ubuntu available for latest hugin. Not as far as I know. There was a launchpad project once upon time, but the last time i looked, it lagged behind seriously.

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

2010-09-07 Thread Harry van der Wolf
Emad, Take a look at Dale Beams builds at http://www.tatteredmoons.org/hugin/deb/ubuntu/10.04/20100901/20100901.html Harry -- You received this message because you are subscribed to the Google Groups Hugin and other free panoramic software group. A list of frequently asked questions is

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

2010-09-07 Thread Dale Beams
the dependencies when the build is made, without requiring somebody to know how to install dependencies. Date: Tue, 7 Sep 2010 10:00:46 +0200 Subject: Re: [hugin-ptx] hugin pre-compiled build for Ubuntu From: hvdw...@gmail.com To: hugin-ptx@googlegroups.com Emad, Take a look at Dale Beams