MantisBT - VTK
View Issue Details
0016803VTK(No Category)public2016-07-31 17:372016-08-12 09:55
Peter Mattern 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
TBD
incorrect functionality
0016803: PROJ.4: system library not detected at default location
System libary PROJ.4 isn't detected at the usual FHS locations.

When VTK_USE_SYSTEM_LIBRARIES is enabled CMake by default fails with
> [...]
> -- Found TIFF: /usr/lib64/libtiff.so (found version "4.0.6")
> CMake Error at CMake/vtkModuleMacros.cmake:864 (message):
> VTK_USE_SYSTEM_LIBPROJ4 is ON but LIBPROJ4 is not found!
> Call Stack (most recent call first):
> ThirdParty/libproj4/CMakeLists.txt:1 (vtk_module_third_party)
>
>
> -- Configuring incomplete, errors occurred!
besides headers and shared libraries of PROJ.4 are at the usual paths. Both shared libraries and headers of various other dependencies like GDAL, GL2PS or netCDF-C++ legacy are detected at the very same paths. Also, when LIBPROJ4_INCLUDE_DIR and LIBPROJ4_LIBRARIES are set to suitable paths compiling against system PROJ.4 works flawlessly.

Seen compiling recent VTK master commits like 981a1e1 on Arch Linux, Debian stretch (testing) and Fedora 24. Some related discussion took place on vtk-developers, see http://public.kitware.com/pipermail/vtk-developers/2016-July/034005.html. [^]
No tags attached.
Issue History
2016-07-31 17:37Peter MatternNew Issue
2016-08-12 09:55Kitware RobotNote Added: 0037484
2016-08-12 09:55Kitware RobotStatusbacklog => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037484)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.