Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible parametrization of the vtk library path ? #640

Open
githubuser75 opened this issue Sep 1, 2016 · 0 comments
Open

Possible parametrization of the vtk library path ? #640

githubuser75 opened this issue Sep 1, 2016 · 0 comments

Comments

@githubuser75
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant