Re: [hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-18 Thread Jeffrey Martin
Hey, that worked for me just fine :)

Stefan, you have saved me from a world of pain :) Thank you!



On Friday, November 4, 2011 5:43:25 PM UTC+1, Stefan wrote:
>
> Hi Jeffrey
>
> On 11/04/2011 04:47 PM, Jeffrey Martin wrote:
> > what packet? I want 2011.5 version of hugin, there is no package for
> > that, is there? i thought i *have to* compile it?
>
> You can install the nightly build from the Hugin PPA Packagers at 
> https://launchpad.net/~hugin/+archive/nightly
> It is as fresh as you can get it, and prepackaged so you just have to 
> install it.
>
>
> Regards
>
> Stefan Peter
>
> -- 
> In theory there is no difference between theory and practice. In
> practice there is.
>
>

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-05 Thread Stefan Peter

On 11/05/2011 07:05 PM, Jeffrey Martin wrote:

Sorry, this is a message from the future ;-)


So, you can tell us how to fix the issue with the problematic characters 
in file and directory names once and for all operating systems 
involved/supported ?



Cheers

Stefan Peter

--
In theory there is no difference between theory and practice. In
practice there is.

--
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-05 Thread Jeffrey Martin
Sorry, this is a message from the future ;-)

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Henk Tijdink
When seeing the header of this thread of Hugin 2011.5 I think Hugin is not 
that far. Latest stable version is 2011.2.
The development version is 2011.3 and next release is 2011.4 IMHO. So I 
don't know why 2011.5 is in the header.
There are nightly builds of Hugin 2011.3 for Ubuntu in Launchpad. 
Kind regards, 
Henk Tijdink

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Kornel Benko
Am Freitag, 4. November 2011 um 09:07:29, schrieb Jeffrey Martin 
<360cit...@gmail.com>
> next error:
> 
> jeff@jeff-ubuntu:~$ sudo apt-get install pkg-config libtiff4-dev 
> libboost-graph-dev libboost-thread-dev \ libboost-filesystem-dev 
> liblcms1-dev libglew1.5-dev libplot-dev libglut3-dev libopenexr-dev \ 
> libxi-dev libxmu-dev help2man libplot-dev liblcms1-dev libboost-system-dev
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> E: Unable to locate package  libboost-filesystem-dev

You may need libboost-filesystem1.42-dev package

> E: Unable to locate package libglut3-dev

Use freeglut-dev

> E: Unable to locate package  libxi-dev

It's there 2:1.4.3-3ubuntu1 in "main"

> jeff@jeff-ubuntu:~$ 

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Kornel Benko
Am Freitag, 4. November 2011 um 09:17:48, schrieb Jeffrey Martin 
<360cit...@gmail.com>
> next error:
> 
> jeff@jeff-ubuntu:~/src/enblend/enblend.build$ cmake ../enblend.hg 
> -DENABLE_GPU:BOOL=ON -DENABLE_IMAGECACHE:BOOL=OFF -DENABLE_OPENMP:BOOL=ON \
> >   -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_BINARY_NSIS:BOOL=OFF 
> -DCPACK_BINARY_RPM:BOOL=OFF \
> >   -DCPACK_BINARY_STGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF 
> -DCPACK_BINARY_TGZ:BOOL=OFF \
> >   -DCPACK_BINARY_TZ:BOOL=OFF -DCMAKE_BUILD_TYPE=Debug 
> -DCMAKE_INSTALL_PREFIX:PATH=/usr/local
> -- found hugin modules directory in 
> /home/jeff/src/enblend/enblend.hg/CMakeModules
> -- Extracted enblend version = 4.1
> -- Extracted revision = 48edb6264ad8
> -- Could not find OPTIONAL package LIBXMI
> CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:51 
> (MESSAGE):
>   Could not find REQUIRED package TIFF
> Call Stack (most recent call first):
>   CMakeModules/FindTIFF.cmake:38 (find_package_handle_standard_args)
>   CMakeLists.txt:184 (FIND_PACKAGE)
> 
> 
> -- Configuring incomplete, errors occurred!

You may need the package libtiff4-dev

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: [hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Stefan Peter

Hi Jeffrey

On 11/04/2011 04:47 PM, Jeffrey Martin wrote:

what packet? I want 2011.5 version of hugin, there is no package for
that, is there? i thought i *have to* compile it?


You can install the nightly build from the Hugin PPA Packagers at 
https://launchpad.net/~hugin/+archive/nightly
It is as fresh as you can get it, and prepackaged so you just have to 
install it.



Regards

Stefan Peter

--
In theory there is no difference between theory and practice. In
practice there is.

--
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


Re: [hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Carlos Eduardo G. Carvalho (Cartola)
Yeah, a package makes our life really easier...

I have compiled on ubuntu 10.4 once and it took me a certain long time. In
fact I was preparing a lab to use in a workshop and it took me a whole day
to compile panini, hugin, panotool::scripts and some of their dependencies
that didn't have appropriated packages also. I just don't know how to make
ubuntu packages, but in FreeBSD we really need to be methodical. I have,
for example, compiled a devel version that Greg Lehey sent me already
patched, but have done a "make install" before mapping the environment or
without chroot, so now I don't know very well how to list the installed
files... anyway, I didn't dedicated more time to this then. :(

Maybe you can try different versions or repositories on those that were not
found. I didn't find libpano13 on your list...

Good luck!

Carlos E G Carvalho (Cartola)
http://cartola.org/360



2011/11/4 Jeffrey Martin <360cit...@gmail.com>

> next error:
>
> jeff@jeff-ubuntu:~$ sudo apt-get install pkg-config libtiff4-dev
> libboost-graph-dev libboost-thread-dev \ libboost-filesystem-dev
> liblcms1-dev libglew1.5-dev libplot-dev libglut3-dev libopenexr-dev \
> libxi-dev libxmu-dev help2man libplot-dev liblcms1-dev libboost-system-dev
>
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package  libboost-filesystem-dev
> E: Unable to locate package libglut3-dev
> E: Unable to locate package  libxi-dev
> jeff@jeff-ubuntu:~$
>
>  --
> 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:
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugin-ptx@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
>

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Jeffrey Martin
next error:

jeff@jeff-ubuntu:~/src/enblend/enblend.build$ cmake ../enblend.hg 
-DENABLE_GPU:BOOL=ON -DENABLE_IMAGECACHE:BOOL=OFF -DENABLE_OPENMP:BOOL=ON \
>   -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_BINARY_NSIS:BOOL=OFF 
-DCPACK_BINARY_RPM:BOOL=OFF \
>   -DCPACK_BINARY_STGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF 
-DCPACK_BINARY_TGZ:BOOL=OFF \
>   -DCPACK_BINARY_TZ:BOOL=OFF -DCMAKE_BUILD_TYPE=Debug 
-DCMAKE_INSTALL_PREFIX:PATH=/usr/local
-- found hugin modules directory in 
/home/jeff/src/enblend/enblend.hg/CMakeModules
-- Extracted enblend version = 4.1
-- Extracted revision = 48edb6264ad8
-- Could not find OPTIONAL package LIBXMI
CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:51 
(MESSAGE):
  Could not find REQUIRED package TIFF
Call Stack (most recent call first):
  CMakeModules/FindTIFF.cmake:38 (find_package_handle_standard_args)
  CMakeLists.txt:184 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Jeffrey Martin
next error:

jeff@jeff-ubuntu:~$ sudo apt-get install pkg-config libtiff4-dev 
libboost-graph-dev libboost-thread-dev \ libboost-filesystem-dev 
liblcms1-dev libglew1.5-dev libplot-dev libglut3-dev libopenexr-dev \ 
libxi-dev libxmu-dev help2man libplot-dev liblcms1-dev libboost-system-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package  libboost-filesystem-dev
E: Unable to locate package libglut3-dev
E: Unable to locate package  libxi-dev
jeff@jeff-ubuntu:~$ 

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Jeffrey Martin
I've had a thought - since I'm going to go through the hell of compiling 
hugin (i'm not complaining - only being honest - ;) I thought, why don't I 
create a package for distribution? Won't that make everyone's life easier?

on the wiki page it says this:
"

Moreover, it is likely that your environment is not clean enough for 
distribution builds. In that case, and to produce binaries for other Ubuntu 
series than the one you are running, you will want to set up a dchroot 
environment (to be documented later on). 
 "However, I'm running a completely fresh install of Ubuntu. So my 
environment is clean enough... right? :)

thanks,
Jeffrey

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Jeffrey Martin


On Friday, November 4, 2011 4:45:27 PM UTC+1, kfj wrote:
>
> but it turned out the easiest would have 
> been to just bin the whole old source tree and uninstall, then clone 
> afresh, compile and reinstall. (Sorry I can't find the thread just 
> now) 
>
>
I've gone one step further, i've completely reinstalled ubuntu 11.04

 

> If you're not compiling it, try just installing the packet afresh. 
>

what packet? I want 2011.5 version of hugin, there is no package for that, 
is there? i thought i *have to* compile it?

following the instructions on the wiki, here is my first error:

jeff@jeff-ubuntu:~$ sudo apt-get install hugin enblend panini
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package panini

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread kfj
On 4 Nov., 15:48, Jeffrey Martin <360cit...@gmail.com> wrote:

> I have recently upgraded to ubuntu 11.10, and my hugin installation is now
> broken. :(

When I last upgraded (from 10.10 to 11.4), my build didn't work any
more, either. I managed to get it going again with some help from this
group and some ugly hacks, but it turned out the easiest would have
been to just bin the whole old source tree and uninstall, then clone
afresh, compile and reinstall. (Sorry I can't find the thread just
now)

If you're not compiling it, try just installing the packet afresh.
Mind you, as an early adopter you always run the risk to be the first
to discover some incompatibility. I suppose the circulating packets
are still only tested up to 11.4, but I'm not sure. Did your distro
upgrade run smoothly otherwise? The last time I did one, it fd up
my system so I couldn't even boot it anymore and it took me a fair
amount of work to get up and running again...

Kay

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread kfj
On 23 Sep., 16:24, meikelrix  wrote:
> Hi Group,
> I tried to build Hugin according 
> tohttp://wiki.panotools.org/Hugin_Compiling_ubuntu
> (was successful many times already), but getting now an error @
> packaging stage ('make package'):
>
> ---
> terminate called after throwing an instance of 'std::logic_error'
>   what():  basic_string::_S_construct NULL not valid
> make: *** [package] Aborted
> ---
>
> Full log (starting with 92% of packaging) @http://www.pasteall.org/25105
>
> Any ideas or directions are very much appreciated

Looking at the log you link to, the whole problem seems to start much
earlier when the packager tries to access the code for the python
interface (that hsi stuff). Just a guess here - have you taken the
command lines for building and packaging fresh from the wiki? The
python interface is quite new and if your build command is still the
old one you used successfully many times, it may still not build all
components the packager wants to package, or you might miss some new
dependencies. Best to copy the call for packages and the cmake call
afresh for every build just in case there's something new there.
Recent dependencies are swig2 and python, unless you're building a
crippled version without python support, as is currently done for
windows and MacOS.

Kay

Kay

-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx


[hugin-ptx] Re: Building 2011.5 on Ubuntu 11.04

2011-11-04 Thread Jeffrey Martin
I have recently upgraded to ubuntu 11.10, and my hugin installation is now 
broken. :(

So I might be desperately asking for help here on the group for similar 
reasons to the above... I'm hoping to install the latest version of hugin 
so that i can try the new vertical line detector :)


-- 
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: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx