<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi everyone,<br>
<br>
I tried to re-install VTK 5.8 with
VTK_INSTALL_THIRD_PARTY_LIBRARIES = ON.<br>
Compilation ($ make) worked fine without any problems, but during
installation ($ make install), I get the following error:<br>
<br>
<small>-- fixup_bundle<br>
-- app='/usr/local/lib/vtk-5.8/vtkpython'<br>
-- libs=''<br>
--
dirs='/usr/local/bin;/usr/local/lib/vtk-5.8;/usr/local/lib/vtk-5.8;/usr/custom_stuff/VTK-build/bin;/usr/bin;/usr/lib64'<br>
-- warning: *NOT* handled - directory/file does not exist...<br>
CMake Error at /usr/share/cmake/Modules/BundleUtilities.cmake:627
(message):<br>
error: fixup_bundle: not a valid bundle<br>
Call Stack (most recent call first):<br>
Utilities/Release/cmake_install.cmake:46 (fixup_bundle)<br>
cmake_install.cmake:206 (INCLUDE)</small><br>
<br>
As I said, when I turn VTK_INSTALL_THIRD_PARTY_LIBRARIES off in
cmake, everything works fine. <br>
<br>
Best,<br>
Ben<br>
</body>
</html>