You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
"/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.
The text was updated successfully, but these errors were encountered: