While not a solution to the bug, as a stopgap you can remove the attempt
to link to vtkproj4 from your project by removing it from the libraries
you are linking too.

in your cmakelists.txt you can add

list(REMOVE_ITEM PCL_LIBRARIES "vtkproj4")

if you are using PCL, or presumably if you are using VTK directly you
could add

list(REMOVE_ITEM VTK_LIBRARIES "vtkproj4")

this has allowed me to build simple PCL tutorials etc and presumably
would also work with larger projects.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573234

Title:
  unable to link: cannot find libvtkproj4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vtk6/+bug/1573234/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to