oce icon indicating copy to clipboard operation
oce copied to clipboard

Possible parametrization of the vtk library path ?

Open githubuser75 opened this issue 8 years ago • 0 comments

Hello people.

I try to compile OCE on Debian 8.5 (jessie), but OCE complains about a wrong location of the VTK/TCL stuff.

`-- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Build 64bit -- The imported target "vtkCommonCoreTCL" references the file "/usr/lib/x86_64-linux-gnu/libvtkCommonCoreTCL-6.1.so.6.1.0" but this file does not exist. Possible reasons include:

  • The file was deleted, renamed, or moved to another location.
  • An install or uninstall procedure did not complete successfully.
  • The installation package was faulty and contained "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake" but not all the files it references. `

(It's just the beginning of the error message, similar ones follow.)

But "/usr/lib/libvtkCommonCoreTCL-6.1.so.6.1.0" does exist on my system. Could it be set some parametrization variable stating : look at "/usr/lib/" not "/usr/lib/x86_64-linux-gnu/" ?

Regards.

githubuser75 avatar Sep 01 '16 17:09 githubuser75