Re: [hugin-ptx] Difficulty compiling Hugin 2014.0.0_rc4 on Linux RHEL 6.4

2014-09-05 Thread Kornel Benko
Am Freitag, 5. September 2014 um 14:07:38, schrieb Terry Duell 

> Hello William,
> 
> On Fri, 05 Sep 2014 13:37:02 +1000, William Sherman   
> wrote:
> 
> [snip]
> 
> >
> > Okay, so here is the compiler error message produced:
> >
> >  [ 26%] Building CXX object  
> > src/hugin_base/CMakeFiles/huginbase.dir/panodata/SrcPanoImage.cpp.o
> >   
> > /opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp: 
> >  
> > In member function 'bool HuginBase::SrcPanoImage::readEXIF()':
> >   
> > /opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:318:
> >   
> > error: cannot convert 'Exiv2::ExifData' to 'float' for argument '1' to  
> > 'Exiv2::URational Exiv2::exposureTime(float)'
> >   
> > /opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:319:
> >   
> > error: 'fNumber' is not a member of 'Exiv2'
> >
> [snip]
> 
> I may be off the track here, and hopefully someone will tell me if I am,  
> but it does sound like you have a problem with a header file.
> I don't have the source of 2014.0.0_RC4 but the sources I have to snoop  
> about in have Exiv2Helper.h in the panodata dir, which appears to define  
> stuff that looks a lot like what is going wrong for you.
> 
> Hugin-2013.0.0 should be OK.
> The references you have seen to Hugin-2014.1.0 are to builds of the  
> current development source (ie the default branch tip).
> 

He probably needs a newer version of exiv2. (google for e.g. exiv2-0.23.tar.gz, 
which I am using)

Kornel

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


Re: [hugin-ptx] Difficulty compiling Hugin 2014.0.0_rc4 on Linux RHEL 6.4

2014-09-04 Thread Terry Duell

Hello William,

On Fri, 05 Sep 2014 13:37:02 +1000, William Sherman   
wrote:


[snip]



Okay, so here is the compiler error message produced:

 [ 26%] Building CXX object  
src/hugin_base/CMakeFiles/huginbase.dir/panodata/SrcPanoImage.cpp.o
  
/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:  
In member function 'bool HuginBase::SrcPanoImage::readEXIF()':
  
/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:318:  
error: cannot convert 'Exiv2::ExifData' to 'float' for argument '1' to  
'Exiv2::URational Exiv2::exposureTime(float)'
  
/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:319:  
error: 'fNumber' is not a member of 'Exiv2'



[snip]

I may be off the track here, and hopefully someone will tell me if I am,  
but it does sound like you have a problem with a header file.
I don't have the source of 2014.0.0_RC4 but the sources I have to snoop  
about in have Exiv2Helper.h in the panodata dir, which appears to define  
stuff that looks a lot like what is going wrong for you.


Hugin-2013.0.0 should be OK.
The references you have seen to Hugin-2014.1.0 are to builds of the  
current development source (ie the default branch tip).


Cheers,
--
Regards,
Terry Duell

--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/op.xlo4e0vmrs0ygh%40localhost.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Difficulty compiling Hugin 2014.0.0_rc4 on Linux RHEL 6.4

2014-09-04 Thread William Sherman

Hello,

I'm working on compiling Hugin on a Linux system running
the RedHat enterprise version (RHEL) 6.4.

I downloaded from SourceForge, using the 2014.0.0_rc4 tag,
from which a zip file was created.  I noticed in some of
the forum messages a reference to 2014.1.0, but I did not
see a tag for that, or other means to download it.

I installed all the dependencies (except SWIG 2.0, so I
disabled HSI for now), and began the compilation.

It got to 26% which it came upon an error involving Exiv2.

So before I cut and past the error, I'll point out that
I installed version 0.18.2-2.1 of Exiv2 -- officially it's
the RPM package:
exiv2-devel.x86_64 0:0.18.2-2.1.el6


Also, I should note that I'm not necessarily trying to do
anything extraordinary, (other than do a giga-pixel sized
panoram from 1000 images or so), so if going back to version
2013.0.0 is adequate, I'll do that -- I think the latest
version that I have installed is 2011.5.0 (or that's what
the man page tells me), so I figured it was time to upgrade
before doing another project -- it's been a while obviously.

Okay, so here is the compiler error message produced:

[ 26%] Building CXX object 
src/hugin_base/CMakeFiles/huginbase.dir/panodata/SrcPanoImage.cpp.o


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp: 
In member function 'bool HuginBase::SrcPanoImage::readEXIF()':


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:318: 
error: cannot convert 'Exiv2::ExifData' to 'float' for argument '1' to 
'Exiv2::URational Exiv2::exposureTime(float)'


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:319: 
error: 'fNumber' is not a member of 'Exiv2'


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:327: 
error: 'make' is not a member of 'Exiv2'


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:328: 
error: 'model' is not a member of 'Exiv2'


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:371: 
error: 'focalLength' is not a member of 'Exiv2'


/opt/GFX/Hugin/hugin_2014.0.0_rc4/src/hugin_base/panodata/SrcPanoImage.cpp:411: 
error: 'subjectDistance' is not a member of 'Exiv2'
make[2]: *** 
[src/hugin_base/CMakeFiles/huginbase.dir/panodata/SrcPanoImage.cpp.o] 
Error 1
make[1]: *** [src/hugin_base/CMakeFiles/huginbase.dir/all] 
Error 2 make: *** [all] Error 2


   Thank you for your help,
   Bill

--
Bill Sherman
Sr. Technology Advisor
Advanced Visualization Lab
Pervasive Technology Inst
Indiana University
sherm...@indiana.edu

--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/54092FDE.30006%40indiana.edu.
For more options, visit https://groups.google.com/d/optout.