Hi Marco, thanks for Bug-report. According to an "official" JPEGWriter example [1], you should link it against ${VTK_LIBRARIES}, not only vtkIOImage. If you do it, your minimal example is working fine.
[1] http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/JPEGWriter Regards Anton 2014-05-08 18:42 GMT+02:00 Marco Nolden <debb...@manol.org>: > CMakeLists.txt > ============== > cmake_minimum_required(VERSION 2.8) > PROJECT(JPEGWriter) > find_package(VTK REQUIRED) > include(${VTK_USE_FILE}) > add_executable(JPEGWriter JPEGWriter.cxx) > target_link_libraries(JPEGWriter vtkIOImage) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org