ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Error installing VTK-7.1 [closed]

asked 2019-03-25 15:59:16 -0500

Jobros gravatar image

updated 2022-06-11 08:58:58 -0500

lucasw gravatar image

I am trying to use the noether library in a ROS project and my build keeps failing due to the VTK library. My workspace is currently using melodic libraries. My machine currently has VTK6.3 but the library is requesting VTK7.1. I tried installing VTK7.1 from source and fixed one error but now I have another error. The error stated that it could not find the following files,

/usr/bin/ld: cannot find -lvtkChartsCore
/usr/bin/ld: cannot find -lvtkCommonColor
/usr/bin/ld: cannot find -lvtkCommonCore
/usr/bin/ld: cannot find -lvtksys
/usr/bin/ld: cannot find -lvtkCommonDataModel
/usr/bin/ld: cannot find -lvtkCommonMath
/usr/bin/ld: cannot find -lvtkCommonMisc
/usr/bin/ld: cannot find -lvtkCommonSystem
/usr/bin/ld: cannot find -lvtkCommonTransforms
/usr/bin/ld: cannot find -lvtkCommonExecutionModel
/usr/bin/ld: cannot find -lvtkFiltersGeneral
/usr/bin/ld: cannot find -lvtkCommonComputationalGeometry
/usr/bin/ld: cannot find -lvtkFiltersCore
/usr/bin/ld: cannot find -lvtkInfovisCore
/usr/bin/ld: cannot find -lvtkFiltersExtraction
/usr/bin/ld: cannot find -lvtkFiltersStatistics
/usr/bin/ld: cannot find -lvtkImagingFourier
/usr/bin/ld: cannot find -lvtkImagingCore
/usr/bin/ld: cannot find -lvtkalglib
/usr/bin/ld: cannot find -lvtkRenderingContext2D

I think I installed VTK7.1 improperly which caused this error. The files it can't find are related to VTK.

These were the steps I took to install VTK7.1,

cd /usr/lib/cmake

wget https://www.vtk.org/files/release/7.1/VTK-7.1.0.tar.gz

sudo tar xf /usr/lib/cmake/VTK-7.1.0.tar.gz

cd VTK-7.1.0/

sudo ccmake ../VTK-7.1.0

Any help would be greatly appreciated I don't know how to fix this error.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2022-10-12 04:41:28.137531

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-03-25 16:04:07 -0500

gvdhoorn gravatar image

Seeing as this is a very specific (installation) error for a single package I would recommend to post this as an issue on their tracker: ros-industrial/noether/issues.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-25 15:59:16 -0500

Seen: 671 times

Last updated: Mar 25 '19