[hugin-ptx] Re: windows binary release

2009-10-05 Thread allard

> What "works for me" does not necessarily "work for them".

I was more commenting on my own incompentence as a tester than
anything else :-)
>
>
> you can find the different versions of enblend and enfuse in my
> recently posted binary of the layout branch. No OpenMP versions yet
> (maybe somebody who has OpenMP can build them and contribute them to
> the effort?)

THX for those. I'll try to test them and incorporate them. Will take
me a bit of time.
>
> IIRC you have write access to SVN. I suggest doing the development/
> implementation there. The current status, from my perspective, is that
> in the Hugin SVN we have installer files for 0.7.0. Ad posted here on
> the list his (latest?) version which he used for 2009.2. You have your
> personal version. I'd like to see all of them in a collaborative
> effort on SVN. Then it will also be easier to sync the installer with
> Ad's scripted build system and with Guido and Ryan's efforts to update
> the SDK.
>

I commited my script as I have used it for 0.8 snapshots (plus update
to cmakelists in installer directory). First commit ever, another
milestone. They are of course not completely up to date but i can now
adapt them for everyone as I go along.
I do have to say that my version of the SDK is not the same anymore as
Guido's, as I had to add or change a few things so I'm not 100% sure
this will work with the current SDK. I think panomatic wasn't in the
SDK but it was very easy to add so I did that. There were some patches
here and there as well.

I was having some difficulties building libpano, as posted earlier.
Haven't solved them yet. But I need sleep too.

Allard


--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Kornel Benko
Am Tuesday 06 October 2009 schrieb Essi:
> CMake Error: The following variables are used in this project, but
> they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> GLUT_Xi_LIBRARY (ADVANCED)
> 

Here, on OpenSuSE it is set to
/usr/lib64/libXi.so

which is part of the package
xorg-x11-devel-7.2-103.4

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


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


[hugin-ptx] Re: using PTmender.exe on Windows

2009-10-05 Thread Kornel Benko
Am Tuesday 06 October 2009 schrieb Bob:
> Thanks Kornel
> I've got the executable files, but I don't know how to run the
> PTmender.exe in a correct way.
> My system is windows ,so I use nmake to make the build directory using
> the command below,but nothing happened.
> 
> nmake Makefile.am
> 
> 
> Cheers!
> 
> Bob
> 
As i know almost nothing about windows, I ca'nt help you here. But maybe the 
answer from Jim Watters?

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de


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


[hugin-ptx] Fwd: hugin on ubuntu 8.04: problem with -lboost_thread-mt

2009-10-05 Thread Kornel Benko
I am forwarding this message, since it belongs here.

As a consequence, we should add the FATAL_ERROR option.

This option will be ignored be cmake 2.6 (and higher) and prevent 2.4 from 
continuing.

Kornel

-- 
Kornel Benko
kornel.be...@berlin.de
--- Begin Message ---
Dear Kornel Benko,

I'm responding after reading a thread on this problem while compiling
Hugin, as I was running into the same problem.
For me, it appears the problem is solved by installing cmake-2.6 (the
build file complains about 2.6 being required when running cmake).
I didn't think it worked at first, because somehow bash was still
selecting 2.4 installed in /usr over 2.6 installed in /usr/local/bin.
After
purging the system cmake from ubuntu 8.0.4, the undefined references went away.

Perhaps you could forward this on to the relevant people, in case the
solution wasn't known yet.

Kind regards,
Hein Zelle
--- End Message ---
Index: CMakeLists.txt
===
--- CMakeLists.txt	(revision 4580)
+++ CMakeLists.txt	(working copy)
@@ -1,6 +1,6 @@
 
 # require at least cmake 2.6
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.6 FATAL_ERROR )
 
 if(COMMAND cmake_policy)
   cmake_policy(SET CMP0003 NEW)


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


[hugin-ptx] Re: windows binary release

2009-10-05 Thread camlost

some errors report missing getopt functions (described at
http://www.gnu.org/s/libc/manual/html_node/Using-Getopt.html#Using-Getopt).
it looks like a missing library or incorrect path to the library.
however, i don't know anything about Hugin build process so i'm not
able to say exactly how to fix it.

regarding the other functions, i don't recognize them. hopefully
someone else.

best regards

camlost

On 5 říj, 08:37, allard  wrote:
> I'm trying to build libpano from svn 1096 but MSVC is giving me some
> errors. First there was an issue with a file not found: fftn.c. I
> found some lines of code in there that gave me a hint that __FILE__
> might give some problems so I managed to fix that. But now I run into
> something that is beyond my extremely limited coding abilities. Here's
> the output from MSVC that keeps showing up:
>
> 12>pano13.lib(PTcommon.obj) : error LNK2001: unresolved external
> symbol _optind
> 12>pano13.lib(PTcommon.obj) : error LNK2001: unresolved external
> symbol _optarg
> 12>pano13.lib(PTcommon.obj) : error LNK2019: unresolved external
> symbol _getopt referenced in function _panoCroppingMain
> 12>pano13.lib(PTDialogs.obj) : error LNK2001: unresolved external
> symbol _hDllInstance
> 12>pano13.lib(PTDialogs.obj) : error LNK2001: unresolved external
> symbol _wndOwner
> 12>pano13.lib(PTDialogs.obj) : error LNK2019: unresolved external
> symbol _CenterDialog referenced in function _set...@16
> 12>pano13.lib(PTDialogs.obj) : error LNK2019: unresolved external
> symbol _SetWindowOwner referenced in function _set...@16
>
> Ideas anyone?
>
> Allard
--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Tduell

Hullo Essi,

On Oct 6, 10:34 am, Essi  wrote:
> Thanks for the suggestions but nothing works and still the same
> message. I've added the command and the resulting print:
[snip]
> GLUT_Xi_LIBRARY (ADVANCED)
[snip]
> GLUT_Xmu_LIBRARY (ADVANCED)
[snip]
> -- Configuring incomplete, errors occurred!

>From what i can see by doing a bit of a snoop in various Ubuntu stuff,
you need to have libglu1-mesa-dev and libxmu-dev packages installed,
or at least that is what I think the lib packages are named in Ubuntu.
In Fedora these library packages are mesa-libGLU-devel and libXmu-
devel respectively.
If you do have them installed then it is back to the issue of your
system seeing them. Not sure how it should be done in Ubuntu but some
Linux have the global variable LD_LIBRARY_PATH which you may be able
to set in your .bashrc file or whatever, but I suspect that there are
simpler/better answers to your problem.
I seem to recall Yuv has been building Hugin in Ubuntu, but maybe he
is using a different version.
Anyway, hope this helps...sorry if it doesn't!

Cheers,
Terry


--~--~-~--~~~---~--~~
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: using PTmender.exe on Windows

2009-10-05 Thread Jim Watters

Bob wrote:
> Hi all,
> I compiled libpano and got the executable files.
> So I tried to run the PTmender.exe on tests\simpleStitch to see the
> result,
>
> Here is the command line I used:
>libpano\pano13\tests\simpleStitch>PTmender.exe simple.txt
>   
That is correct.
PTmender [options] 

[hugin-ptx] Re: using PTmender.exe on Windows

2009-10-05 Thread Bob

Thanks Kornel
I've got the executable files, but I don't know how to run the
PTmender.exe in a correct way.
My system is windows ,so I use nmake to make the build directory using
the command below,but nothing happened.

nmake Makefile.am


Cheers!

Bob

On Oct 5, 1:51 pm, Kornel Benko  wrote:
> Am Monday 05 October 2009 schrieb Bob:
>
>
>
>
>
>
>
> > Hi all,
> > I compiled libpano and got the executable files.
> > So I tried to run the PTmender.exe on tests\simpleStitch to see the
> > result,
>
> > Here is the command line I used:
> >    libpano\pano13\tests\simpleStitch>PTmender.exe simple.txt
>
> > And I got these errors
> >     Feathering is ignored.  Use PTmasker
> >     Feathering is ignored.  Use PTmasker
> >     Feathering is ignored.  Use PTmasker
> >     No support for this output image format(JPEG).Output will be
> > TIFF_m
> >     Could not create Window
> >     Feathering is ignored.  Use PTmasker
> >     Could not create Window
> >     Could not create Window
>
> > What is the correct command line to run the PTmender.exe on
> > simpleStitch?
>
> The "correct" way should be
>         make test
> from the build directory.
>
> > Is there any document about this problem?
>
> > Cheers!
>
> > Bob
>
>         Kornel
>
> --
> Kornel Benko
> kornel.be...@berlin.de
>
>  signature.asc
> < 1KViewDownload- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Essi

Thanks for the suggestions but nothing works and still the same
message. I've added the command and the resulting print:

sennai...@sennaista-desktop:~/hugin-build$ cmake ../hugin -
DENABLE_LAPACK=YES -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

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Current SVN revision is 4461
-- Looking for log2
-- Looking for log2 - found
-- Found wxWidgets: TRUE
-- Found TIFF: /usr/include
-- Found JPEG: /usr/include
-- Found ZLIB: /usr/include
-- Found PNG: /usr/include
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use
FindPkgConfig
-- Found OPENEXR: /usr/lib/libImath.so;/usr/lib/libIlmImf.so;/usr/lib/
libIex.so;/usr/lib/libHalf.so;/usr/lib/libIlmThread.so
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use
FindPkgConfig
-- Found Exiv2 release >= 0.12
-- Found Exiv2: /usr/lib/libexiv2.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
- found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- GLUT Found
-- Found Glew:
-- Boost version: 1.34.1
-- Found the following Boost libraries:
--   thread
-- Program msgfmt found (/usr/bin/msgfmt)
-- LAPACK found (/usr/lib/liblapack.so;/usr/lib/libblas.so)
-- Using shared internal libraries
CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
GLUT_Xi_LIBRARY (ADVANCED)
linked by target "align_image_stack" in directory /home/sennaista/
hugin/src/tools
linked by target "nona" in directory /home/sennaista/hugin/src/
tools
linked by target "hugin" in directory /home/sennaista/hugin/src/
hugin1/hugin
linked by target "nona_gui" in directory /home/sennaista/hugin/src/
hugin1/nona_gui
GLUT_Xmu_LIBRARY (ADVANCED)
linked by target "align_image_stack" in directory /home/sennaista/
hugin/src/tools
linked by target "nona" in directory /home/sennaista/hugin/src/
tools
linked by target "hugin" in directory /home/sennaista/hugin/src/
hugin1/hugin
linked by target "nona_gui" in directory /home/sennaista/hugin/src/
hugin1/nona_gui

-- 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: Oups, I've added two strings!

2009-10-05 Thread Yuval Levy

Bruno Postle wrote:
> On Mon 05-Oct-2009 at 17:59 -0400, Yuval Levy wrote:
>> you can see it visually very nicely in the fast preview. before the fix,
>> dragging the borders of the crop in the fast preview could yield a
>> negative crop (i.e. you could drag the left crop border over the right
>> one, or the top over the bottom one). Now this is prevented.
> 
> I haven't played with this, but does this really need to generate an 
> error message? 

the fast preview dragging not. but the error can be produced by entering 
illegal values on the stitcher tab, where the message is required.


> Surely just dragging the box to the point that it 
> inverts could just silently flip the coordinates

please don't.

It is like letting people tilt beyond nadir/zenith when navigating a 
360x180 - fine for the expert who knows what he is doing, but not 
helpful for the occasional user.

play with it to see what I mean.

Yuv


--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Bruno Postle

On Mon 05-Oct-2009 at 12:08 -0700, Essi wrote:
>
>Kornel, thanks for the advise. It took me one step further ahead but
>I'm getting this error message now. Sounds like a library path
>problem, right?

>CMake Error: The following variables are used in this project, but
>they are set to NOTFOUND.

I'm not sure we are seeing the whole error message here, but you 
might just have to start with a clean build, i.e. delete your build 
directory or make sure to delete the CMakeCache.txt file before 
running cmake again.

>GLUT_Xi_LIBRARY (ADVANCED)

-- 
Bruno

--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Tduell

Hullo Essi,

On Oct 6, 6:08 am, Essi  wrote:
> Kornel, thanks for the advise. It took me one step further ahead but
> I'm getting this error message now. Sounds like a library path
> problem, right?
I'm not sure how packages are built for Ubuntu, but I did have a
similar problem recently building for Fedora.
That was solved by specifying the lib directly when cmake was called,
as follows...

%cmake -DCMAKE_CXX_FLAGS="-lGLU" .

If you use a similar spec file for the package build, find where cmake
is called and add the -DCMAKE_CXX_FLAGS="-lGLU" or whatever is
appropriate, and see if that helps.
I'm not really sure if any of this appropriate.

Cheers,
Terry

--~--~-~--~~~---~--~~
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: libpano13-2.9.15_beta3 released

2009-10-05 Thread Bruno Postle

Note that this is the version of libpano13 you need to build the 
Hugin gsoc2009_layout branch.

This libpano13 _should_ also work fine with all releases of Hugin 
from 0.7.0 through to the current trunk.  Though you'll have to 
recompile both Hugin and autopano-sift-C if you want them to use it.

-- 
Bruno

On Mon 05-Oct-2009 at 23:25 +0100, Bruno Postle wrote:

>* The soname has been incremented to 2.0.0 since the ABI has changed for real
>this time.  i.e. to use the pano13 library you will need to rebuild any
>applications that link to it.
>
>* Tilt/mosaic/viewpoint mode has been extended with two experimental models,
>both supported by PTmender and PToptimizer:
>
>The Tx, Ty, Tz & Ts 'i-line' tilt parameters in beta2 have been renamed to TiX,
>TiY, TiZ & TiS (tilt on x axis, y axis, z axis, and scaling of field of view
>in the transformation).
>
>An equivalent system of 'i-line' translation variables, TrX, TrY & TrZ
>(cartesian translation of viewpoint) has also been implemented.

--~--~-~--~~~---~--~~
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: trouble building latest release on Fedora 10

2009-10-05 Thread Tduell

Hullo Paul,

On Oct 5, 9:03 pm, paul womack  wrote:
[snip]
> RPM build errors:
>      File not found: 
> /home/bugbear/rpmbuild/BUILDROOT/hugin-2009.2.0-0.1.20090914svn.fc10.x86_64­/usr/bin/calibrate_lens
>
> I performed:
>
>     find /home/bugbear/rpmbuild  -name "*calib*"
> and the only result was
>     /home/bugbear/rpmbuild/BUILD/hugin-2009.3.0/src/lens_calibrate
>
> Is the packager looking for a binary which is no longer made?
Yes, I think so. I suspect that your hugin.spec file is specifying
calibrate_lens in the '%files base', but calibrate_lens isn't actually
being built in this release.
Try editing your hugin.spec file, as follows, and see if that fixes
the problem.


%files base
%defattr(-, root, root,-)
%{_bindir}/align_image_stack
...
#%{_bindir}/calibrate_lens

Cheers,
Terry

--~--~-~--~~~---~--~~
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] libpano13-2.9.15_beta3 released

2009-10-05 Thread Bruno Postle

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A libpano13-2.9.15_beta3 (third beta snapshot) tarball has been uploaded to
sourceforge:

https://sourceforge.net/projects/panotools/files/libpano13/

This is a 'beta' so the final release is likely to have further bugfixes.
There have been a number of changes since 2.9.15_beta2:

* The soname has been incremented to 2.0.0 since the ABI has changed for real
this time.  i.e. to use the pano13 library you will need to rebuild any
applications that link to it.

* Tilt/mosaic/viewpoint mode has been extended with two experimental models,
both supported by PTmender and PToptimizer:

The Tx, Ty, Tz & Ts 'i-line' tilt parameters in beta2 have been renamed to TiX,
TiY, TiZ & TiS (tilt on x axis, y axis, z axis, and scaling of field of view
in the transformation).

An equivalent system of 'i-line' translation variables, TrX, TrY & TrZ
(cartesian translation of viewpoint) has also been implemented.

It is not recommended to use both Ti and Tr parameters at the same time.

Some spare parameters, Te0, Te1, Te2 & Te3 have been implemented to allow
testing of new options without changing the ABI.

* A bug where cropped TIFF output of zenith and nadir shots was clipped in
PTmender has been fixed.

* Compiler warnings fixed.  Fixed crash with 'p-line' n"TIFF_m" option.

* cmake support has been improved.  Although the default build system is still
GNU autotools, a full cmake build system is also included.  Future releases
may switch to cmake and deprecate the autotools build.  The cmake system
should support compilation, installation, tests and packaging.

* The ChangeLog file generated from SVN commit messages has been renamed to
ChangeLog.svn.  In future the ChangeLog file will be maintained manually.

SHA1SUM: 963a7c18b57144b174df063031ed376133a6e522  libpano13-2.9.15_beta3.tar.gz

This release is equivalent to SVN r1093

See the ChangeLog file for more details.

- -- 
Bruno
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFKynJUFqOhwCjyCLoRAgDLAJ4zbH0CJ9R8NU2unnBgLk8pJSNybwCgyxSw
pqr0hZoUG73EAKmlOPM43is=
=gK6i
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
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: Oups, I've added two strings!

2009-10-05 Thread Bruno Postle

On Mon 05-Oct-2009 at 17:59 -0400, Yuval Levy wrote:
>
>you can see it visually very nicely in the fast preview. before the fix,
>dragging the borders of the crop in the fast preview could yield a
>negative crop (i.e. you could drag the left crop border over the right
>one, or the top over the bottom one). Now this is prevented.

I haven't played with this, but does this really need to generate an 
error message?  Surely just dragging the box to the point that it 
inverts could just silently flip the coordinates so that you are 
still drawing a valid frame.  i.e drag the left border until it 
touches the right border and hugin switches to dragging the right 
border.

-- 
Bruno

--~--~-~--~~~---~--~~
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: Oups, I've added two strings!

2009-10-05 Thread Yuval Levy

J. Schneider wrote:
> Can't start system's web browser
> top boundary must be smaller than bottom
> left boundary must be smaller than right
> 
> as new untranslated strings.
> The first one is no problem, but can you explain where the other two are 
> used?

it's when setting the crop in the Stitcher tab. The top value must be 
smaller than the bottom one; and the left value must be smaller than the 
right one.

you can see it visually very nicely in the fast preview. before the fix, 
  dragging the borders of the crop in the fast preview could yield a 
negative crop (i.e. you could drag the left crop border over the right 
one, or the top over the bottom one). Now this is prevented.

HTH
Yuv

--~--~-~--~~~---~--~~
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: GSoC2009_layout with XYZ for Windows - please test

2009-10-05 Thread Yuval Levy

thanks for the report.

Erik Krause wrote:
> They seem to work as expected. The droplets in default configuration use 
> only the very basic options of enfuse and enblend, hence I didn't expect 
> a change.

good - one thing less to worry about.


> However, align_image_stack crashes no matter whether called inside our 
> outside the droplets. If I use align_image_stack from hugin 0.7.0 
> instead of the 0.8.0.4500 version the enfuse_align droplet works fine, too.

IIRC this is due to a bug that was fixed before the 0.8.0 release; but 
the gsoc2008 codelines were branched out before.

I apologie for the ambiguous "0.8.0.4500". To disambiguate we'd need to 
add the codeline to the version string, e.g. "gsoc2009_layout.4500" but 
I have not yet figured out a way to do this automatically.

Yuv


--~--~-~--~~~---~--~~
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: GSoC2009_layout with XYZ for Windows - please test

2009-10-05 Thread Erik Krause

Yuval Levy wrote:

> the command line interface of enblend/enfuse has changed. I have not 
> tested against Erik's droplets. If somebody wants to take up the tasks 
> of updating them (if necessary), everything necessary is there.

They seem to work as expected. The droplets in default configuration use 
only the very basic options of enfuse and enblend, hence I didn't expect 
a change.

However, align_image_stack crashes no matter whether called inside our 
outside the droplets. If I use align_image_stack from hugin 0.7.0 
instead of the 0.8.0.4500 version the enfuse_align droplet works fine, too.

best regards
-- 
Erik Krause
http://www.erik-krause.de

--~--~-~--~~~---~--~~
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: Oups, I've added two strings!

2009-10-05 Thread J. Schneider

> 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.

What I can see is

Can't start system's web browser
top boundary must be smaller than bottom
left boundary must be smaller than right

as new untranslated strings.
The first one is no problem, but can you explain where the other two are 
used?

regards
Joachim

--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Essi

Kornel, thanks for the advise. It took me one step further ahead but
I'm getting this error message now. Sounds like a library path
problem, right?

-- Using shared internal libraries
CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
GLUT_Xi_LIBRARY (ADVANCED)
linked by target "align_image_stack" in directory /home/sennaista/
hugin/src/tools
linked by target "nona" in directory /home/sennaista/hugin/src/
tools
linked by target "hugin" in directory /home/sennaista/hugin/src/
hugin1/hugin
linked by target "nona_gui" in directory /home/sennaista/hugin/src/
hugin1/nona_gui
GLUT_Xmu_LIBRARY (ADVANCED)
linked by target "align_image_stack" in directory /home/sennaista/
hugin/src/tools
linked by target "nona" in directory /home/sennaista/hugin/src/
tools
linked by target "hugin" in directory /home/sennaista/hugin/src/
hugin1/hugin
linked by target "nona_gui" in directory /home/sennaista/hugin/src/
hugin1/nona_gui

-- Configuring incomplete, errors occurred!

Any ideas what could be causing this?

I didn't have there problems when building 0.8.0. Is the new version
that different?

Thanks in advance.
--~--~-~--~~~---~--~~
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: windows binary release

2009-10-05 Thread Yuv

On Oct 5, 8:25 am, cspiel  wrote:
> Yuv -
>
> On Oct 5, 1:42 am, Yuval Levy  wrote:
> --- snip ---
>
> > I don't know what Christoph plans are for enblend - he's the one who
> > has moved enblend forward to pre-release 4.0.  I don't know what is
> > considered critical to be fixed before release.
>
>     You could ask this Christoph guy what his plans with
> Enblend/Enfuse are, can't you?

IIRC this Dr. House guy told me about having other interests at the
moment.
IIRC he also reads this list, and I thought that if he had news he'll
share it with us here.

If you are missing my nagging, I'll go fetch the Dr. Cuddy outfit (is
at the dry cleaner preparing for the Halloween) and be with you in a
minute ;-)

I also have some other things on my todo list for enblend that we
discussed (have not forgot it, just had other things keeping me busy).
--~--~-~--~~~---~--~~
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: windows binary release

2009-10-05 Thread Yuv

On Oct 5, 12:43 am, allard  wrote:
> > AFAIK glut.dll should not be necessary. policy on Windows is to link
> > statically to avoid problems with missing / disappearing dlls and other
> > nice side effects of lack of proper package management.
>
> > Possibly a bug in the build system that links nona-gpu dynamically.
>
> OK, is that a line in a Cmake text file or is it more hidden in the
> code? I'll report it as a bug.

CMake, I think. Thanks for the bug report.


> I had forgotten completely about the libpano issues. I was using a
> version that I think I got from Guido's most recent SDK. I'll add
> libpano in my SVN system and build the newer version. What exactly do
> you mean when you say: use the CMake build?

I don't recall the exact status of libpano from Guido's most recent
SDK in terms of stability. In terms of features Hugin 2009.4 may still
be OK linked against it, but latest when we'll introduce the layout
version it will not. Windows users have an interest to follow the
development of libpano closely, like OSX and Linux users already do.

The CMake build make it easier to build libpano. The instructions are
similar to those for the Hugin CMake build. IIRC the Ubuntu ones are
updated. If the Windows ones are not, you can update them while in the
process of building.


> 2.5.1 on the sourceforge page is the RC1 version. I built that and it
> worked without problems.

I have missed the release notes. Yes, 2.5.1_rc1 is what you want to
use and should work w/o problems.


> Although I have to be honest and say I never
> noticed the problems with 2.5.0 either.

What "works for me" does not necessarily "work for them". There are
plenty of bug reports against 2.5.0 and 2.5.2 both in the tracker and
here: and there was already enough in depth analysis to determine that
both are not good enough, even if they may be good enough for an
individual user on a specific machine with some limited test cases.
2.5.0 worked well for me with my simple 6-fisheye 360x180 but crashed
a 30 images project (and I now have 300 images projects to test too).


> I haven't looked at Ad's scripts yet, but I have my own customized
> installer scripts that I could adapt. I remember I sent Ad my version
> when he first started to make installers but I don't know what he has
> changed since then. I think the 'choice' solution is good. I'll see if
> I can figure out how to implement that, if not I'll be back with
> questions. I would suggest also to add an option to install multiple
> versions and let the user choose through the 'use alternative enblend
> program' preference. Where do I get the different versions of
> enblend?

you can find the different versions of enblend and enfuse in my
recently posted binary of the layout branch. No OpenMP versions yet
(maybe somebody who has OpenMP can build them and contribute them to
the effort?)

IIRC you have write access to SVN. I suggest doing the development/
implementation there. The current status, from my perspective, is that
in the Hugin SVN we have installer files for 0.7.0. Ad posted here on
the list his (latest?) version which he used for 2009.2. You have your
personal version. I'd like to see all of them in a collaborative
effort on SVN. Then it will also be easier to sync the installer with
Ad's scripted build system and with Guido and Ryan's efforts to update
the SDK.

Yuv
>
> Thanks, Allard
--~--~-~--~~~---~--~~
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: windows binary release

2009-10-05 Thread cspiel

Yuv -

On Oct 5, 1:42 am, Yuval Levy  wrote:
--- snip ---

> I don't know what Christoph plans are for enblend - he's the one who
> has moved enblend forward to pre-release 4.0.  I don't know what is
> considered critical to be fixed before release.

You could ask this Christoph guy what his plans with
Enblend/Enfuse are, can't you?

/cls

--~--~-~--~~~---~--~~
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: Glut error while building hugin 2009.9.2 in Ubuntu Jaunty

2009-10-05 Thread Essi

Thanks, I'll check this evening.

On 5 Oct, 06:37, Kornel Benko  wrote:
> Am Sunday 04 October 2009 schrieb Ehsan Esbati:
>
> > CMake Error at CMakeModules/FindGLUT.cmake:77 (MESSAGE):
> >   Could not find GLUT
> > Call Stack (most recent call first):
> >   CMakeLists.txt:163 (FIND_PACKAGE)
>
> > -- Configuring incomplete, errors occurred!
>
> > I've checked and GLUT is installed and up to date. Any ideas what
> > could be causing it?
>
> You may not have the development version of GLUT.
>
> On OpenSuSE it is for instance
>         freeglut-devel-060903-79
>
>         Kornel
> --
> Kornel Benko
> kornel.be...@berlin.de
>
>  signature.asc
> < 1KViewDownload
--~--~-~--~~~---~--~~
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: trouble building latest release on Fedora 10

2009-10-05 Thread paul womack

Bruno Postle wrote:
> On Fri 02-Oct-2009 at 16:30 +0100, paul womack wrote:
>> I'm trying to "get" the exciting (well, I'm excited!) new release
>> on my Fedora 10 box.
>>
>> As I understand matters, the "approved" mechanism is to install
>> the tarball, let the rpmbuild process trundle along (for "some" time)
>> and then install the resulting RPM's in the usual "I am a dumb user" fashion.
>>
>>> CMake Error: The following variables are used in this project, but they 
>>> are set to NOTFOUND.
>>> Please set them or make sure they are set and tested correctly in the 
>>> CMake files:
>>> GLUT_Xmu_LIBRARY (ADVANCED)
> 
> You are missing some libraries and so is the wiki page, for F11 
> (and probably F10) you need all this for 2009.2.0+:
> 
> BuildRequires: libpano13-devel >= 2.9.14 zlib-devel libtiff-devel 
> libjpeg-devel
> BuildRequires: libpng-devel gettext-devel wxGTK-devel >= 2.7.0 boost-devel 
> freeglut-devel
> BuildRequires: cmake desktop-file-utils OpenEXR-devel exiv2-devel glew-devel
> BuildRequires: mesa-libGLU-devel libXmu-devel

I did a simple yum install of all of those

yum install  zlib-devel libtiff-devel libjpeg-devel libpng-devel 
gettext-devel  mesa-libGLU-devel
  libXmu-devel  cmake desktop-file-utils OpenEXR-devel exiv2-devel
  glew-devel boost-devel freeglut-devel

and things proceeded MUCH further.

Having thrashed my machine (C++ is not gentle) for around 30 minutes, I arrived 
at the next hurdle:

RPM build errors:
 File not found: 
/home/bugbear/rpmbuild/BUILDROOT/hugin-2009.2.0-0.1.20090914svn.fc10.x86_64/usr/bin/calibrate_lens

I performed:

find /home/bugbear/rpmbuild  -name "*calib*"
and the only result was
/home/bugbear/rpmbuild/BUILD/hugin-2009.3.0/src/lens_calibrate

Is the packager looking for a binary which is no longer made?

BugBear

--~--~-~--~~~---~--~~
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: windows binary release

2009-10-05 Thread Bruno Postle

On Sun 04-Oct-2009 at 19:42 -0400, Yuval Levy wrote:
>
>Furthermore, at runtime, the pre-relese enblend breaks the backward
>compatibility of the command line switches. The critical one is the -w
>switch.
>
>There are two ways to fix it:
>(1) fix enblend to be backward compatible with the switches
>(2) fix hugin to issue the proper new command line
>
>I personally prefer (2). (1) would set a precedent that makes it more
>difficult to improve/expand enblend. I don't think that there should be
>a rule for enblend to be backward compatible for command line switches.

Eh? I thought it was clear that this is unintended enblend behaviour:

http://sourceforge.net/tracker/index.php?func=detail&aid=2853823&group_id=77506&atid=550441

..and moreover only effects Windows builds:

http://sourceforge.net/tracker/?func=detail&aid=2854858&group_id=123407&atid=696409

-- 
Bruno

--~--~-~--~~~---~--~~
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: Hugin-2009.2.0 source code distribution released

2009-10-05 Thread Eduardo Perez Esteban
I noticed Bruno's repository still does not contain RPM packages for Fedora
10... my offer is still available.

Edu.

On Thu, Oct 1, 2009 at 7:22 AM, Eduardo Perez Esteban <
eduardo.perezeste...@gmail.com> wrote:

> I can build the packages for Fedora 10, if those are needed.
>
> Edu.
>
> On Thu, Oct 1, 2009 at 2:04 AM, Tduell  wrote:
>
>>
>>
>>
>> On Sep 30, 4:22 am, Yuval Levy  wrote:
>> > Panorama stitching and more. A powerful software package for creation
>> > and processing of panoramic images.
>> >
>> > In the name of the Hugin team I am proud to announce the immediate
>> > availability of the hugin-2009.2.0 source code here:
>>
>> [snip]
>> >
>> > Binary installers will be provided by the users communities.
>> > 
>>
>> Fedora 11 binary packages for x86_64 and i386/i586 systems have been
>> built and passed to Bruno.
>> They should be available on his server soon.
>>
>> Cheers,
>> Terry
>>
>> >>
>>
>

--~--~-~--~~~---~--~~
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: .cvsignore files

2009-10-05 Thread Lukáš Jirkovský

2009/10/4 Bruno Postle :
>
> On Sun 04-Oct-2009 at 14:08 +0200, Lukáš Jirkovský wrote:
>>
>>I've noticed that there's a bunch of .cvsignore files. I think they
>>can be safely removed. Any objections?
>
> Go ahead, though it would be nice the have the equivalent svn:ignore
> properties, someday.
>
> --
> Bruno
>
> >
>
Hi Bruno,

Done. Thanks for approval.

Lukas

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---