Hi, Am Wed, 12 Jun 2013 20:05:38 +0200 schrieb kardan <kar...@riseup.net>:
> I tried to compile scantailor and am stuck with zlib1g. > Could not find zlib headers. I solved this, by reinstalling the package. Obviously the header file has been lost on the disk. Now there is another issue with boost. $ cmake . -- Boost version: 1.49.0 -- Could NOT find Boost CMake Error at CMakeLists.txt:297 (MESSAGE): Could not find boost headers or libraries. You may need to install a package named libboost1.35-dev or similarly. ii libboost-dev 1.49.0.1 The interesting line CMakeLists.txt is 295: FIND_PACKAGE(Boost 1.35.0 COMPONENTS unit_test_framework prg_exec_monitor) < /usr/share/cmake-2.8/Modules/FindBoost.cmake # Currently this module searches for the following version numbers: # 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0, 1.35.1, # 1.36, 1.36.0, 1.36.1, 1.37, 1.37.0, 1.38, 1.38.0, 1.39, 1.39.0, # 1.40, 1.40.0, 1.41, 1.41.0, 1.42, 1.42.0, 1.43, 1.43.0, 1.44, 1.44.0, # 1.45, 1.45.0, 1.46, 1.46.0, 1.46.1, 1.47, 1.47.0, 1.48, 1.48.0, # 1.49, 1.49.0, 1.50, 1.50.0, 1.51, 1.51.0, 1.52, 1.52.0, # 1.53, 1.53.0, 1.54, 1.54.0, 1.55, 1.55.0, 1.56, 1.56.0 With my limited view I assume it is not necessary to request this specific version. Otherwise I see obstacles to use scantailor on wheezy. Any hints are welcome. thanks, kardan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org