Export to GitHub

openjpeg - issue #36

Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)


Posted on Jul 2, 2010 by Quick Bear

What steps will reproduce the problem?

svn co http://www.openjpeg.org/svn/trunk cd trunk mkdir bin cd bin cmake .. -DBUILD_EXAMPLES:BOOL=ON

What is the expected output? What do you see instead?

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE): Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindTIFF.cmake:31 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) codec/CMakeLists.txt:40 (FIND_PACKAGE)

What version of the product are you using? On what operating system?

Checked out revision 606. Fedora release 13 (Goddard) Linux dcptest 2.6.33.3-85.fc13.x86_64

Please provide any additional information below.

Help

Comment #1

Posted on Oct 5, 2010 by Happy Rabbit

You probably do not have the TIFF library installed, or at least not in a common location.

Starting r636, TIFF support is optional. If the library is not found, building does not fail but binaries won't support TIFF input/output.

Status: Fixed

Labels:
Type-Defect Priority-Medium