Hugin & libpano13.2.9.19 installation

Issues related to applications and software problems
Post Reply
User avatar
aruodg
Posts: 15
Joined: 2015/03/02 19:15:01

Hugin & libpano13.2.9.19 installation

Post by aruodg » 2015/03/30 13:22:47

Hi all,
I got some difficulties to build hugin from source.
Infact, after executing cmake .., i got:

CMake Error at CMakeModules/FindPANO13.cmake:35 (FILE):
file STRINGS file "/usr/include/pano13/version.h" cannot be read.
Call Stack (most recent call first):
CMakeLists.txt:234 (FIND_PACKAGE)


CMake Error at CMakeModules/FindPANO13.cmake:78 (MESSAGE):
libpano13 not found


That means that i have to install libpano13.2.9.19, I did it using source
./configure gave

Option Value
-------------------------------------------------------------------------
Shared libraries --enable-shared=yes
Static libraries --enable-static=no
JPEG --with-jpeg= have_jpeg = yes
PNG --with-png= have_png = yes
TIFF --with-tiff= have_tiff = yes
ZLIB --with-zlib= have_zlib = yes
JAVA --with-java= have_java = yes

Options used to compile and link:
PREFIX = /usr/local
VERSION = 2.9.19
CC = gcc
CFLAGS = -g -O2
CPPFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS =
LIBS =
CXX =
CXXFLAGS =
JPEG_FLAGS = -DHasJPEG
LIB_JPEG = -ljpeg
PNG_FLAGS = -DHasPNG
LIB_PNG = -lpng
TIFF_FLAGS = -DHasTIFF
LIB_TIFF = -ltiff
ZLIB_FLAGS = -DHasZLIB
LIB_ZLIB = -lz
JAVA_FLAGS =
ENDIAN_FLAG =
*****************



then i did make install and make clean without any error message displayed.

however cmake.. still displaying the above error message.


Any help please.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Hugin & libpano13.2.9.19 installation

Post by gerald_clark » 2015/03/30 13:25:53

Don't compile your own programs.

libpano13.1.9.18 is available from nux-dextop

User avatar
aruodg
Posts: 15
Joined: 2015/03/02 19:15:01

Re: Hugin & libpano13.2.9.19 installation

Post by aruodg » 2015/03/30 16:07:05

heguin requested libpano13.2.9.19 which is not pre-compiled for centos 6.

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Hugin & libpano13.2.9.19 installation

Post by TrevorH » 2015/03/30 20:31:43

No, it asked for libpano13 and its /usr/include/pano13/version.h which is provided by libpano13-devel from the nux-dextop repo.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
aruodg
Posts: 15
Joined: 2015/03/02 19:15:01

Re: Hugin & libpano13.2.9.19 installation

Post by aruodg » 2015/03/30 21:35:08

Both libraries: libpano13 and libpano13-devel were installed but version 2.9.18 however hugin requested 2.9.19 version to be istalled which still not available in nux-dextop repo. thats why i have to do it by "myself".

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Hugin & libpano13.2.9.19 installation

Post by AlanBartlett » 2015/03/31 14:20:01

aruodg wrote:Both libraries: libpano13 and libpano13-devel were installed but version 2.9.18 however hugin requested 2.9.19 version to be istalled which still not available in nux-dextop repo. thats why i have to do it by "myself".
In that case, I would ask Nux if he could update the version in his repository.
Image 100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Post Reply