> Hi I am trying to compile version 606, on fedora 13.
> gcc-c++-4.4.4-2.fc13.x86_64
> libgcc-4.4.4-2.fc13.x86_64
> gcc-4.4.4-2.fc13.x86_64
>
> My steps are:
>
> svn checkout http://openjpeg.googlecode.com/svn/trunk/ openjpeg-read-
> only
> cd trunk
> mkdir bin
> cd bin
> cmake .. -DBUILD_EXAMPLES:BOOL=ON
>
> I get the following error:
>
(...)
> -- Found Threads: TRUE
> -- Looking for getopt.h
> -- Looking for getopt.h - found
> CMake Error at /usr/share/cmake/Modules/
> FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
> Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
I have fetched the same revision 606:
szukw000: mkdir BUILD
szukw000: cd BUILD
szukw000: cmake -DBUILD_EXAMPLES:BOOL=ON ..
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/local/gcc-4.4.0/bin/gcc
-- Check for working C compiler: /usr/local/gcc-4.4.0/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
(...)
-- Looking for getopt.h - found
-- Found TIFF: /usr/lib/libtiff.so
-- Found ZLIB: /usr/lib/libz.so
-- Found PNG: /usr/lib/libpng.so
-- Configuring done
-- Generating done
Could you please check whether you have libtiff installed? I doubt.
winfried
--
Hotelbewertung: Bloß nicht die Katze im Sack kaufen bzw. den Floh auf der Matratze buchen -
ob geschäftlich oder privat - erst das Hotel im Reise-Channel auf arcor.de checken!
http://www.arcor.de/rd/footer.hotel
On Fri, Jul 2, 2010 at 2:19 PM, <szuk...@arcor.de> wrote:
...
> Could you please check whether you have libtiff installed? I doubt.
Pay attention that on most linux distro you will need the
*develepmoent* package not just the runtime binary (libtiff4-dev on
debian)
HTH
--
Mathieu