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

Module "Visualization" of PCL is not built along the others when use [vcpkg -install pcl:x64-windows] #11462

Closed
Qiuchi0918 opened this issue May 20, 2020 · 7 comments
Assignees
Labels
category:question This issue is a question

Comments

@Qiuchi0918
Copy link

Qiuchi0918 commented May 20, 2020

No description provided.

@Qiuchi0918 Qiuchi0918 added the category:question This issue is a question label May 20, 2020
@Qiuchi0918 Qiuchi0918 changed the title Module "Visualization" of PCL does Module "Visualization" of PCL is not built along the others when use [vcpkg -install pcl:x64-windows] May 20, 2020
@Qiuchi0918
Copy link
Author

Is there anything else I should do before installing pcl in vcpkg? The pcl installation completed without an error. Built part of the library seems to be working fine.

@Neumann-A
Copy link
Contributor

You mean VTK visualization? Its deactiavted until upstream can be built with VTK 9.0

@Qiuchi0918
Copy link
Author

Yes the VTK visualization. I thought I must have misconfigured something because the all-in-one build of the same version works just fine. And the console message of something about vtk will be removed in a future version does pop up when 3d viewer is used. Anyway thank you for your help, maybe I should just stick with the all-in-one for now.

@dlahmad
Copy link

dlahmad commented May 24, 2020

When will it be enabled again?

@Neumann-A
Copy link
Contributor

It's deactivated until upstream can be built with VTK 9.0

PointCloudLibrary/pcl#4138

@TaylorDale
Copy link

So is there a way to use the visualiser with an older version or something? Or is it literally not possible at all to use the visualiser with VCPKG PCL

@thomaswillecomme
Copy link
Contributor

@TaylorDale if i understand the vcpkg way correctly:

  • you do a git log at ports/pcl
  • you identify the commit which broke the visualization. here it is the upgrade of VTK8 to VTK9 : c7cd618
  • you checkout one commit before: git checkout c7cd618^
  • clean the whole thing (you loose all changes): git clean -dfx
  • run the bootstrap
  • rebuild it all : vcpkg install pcl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

7 participants
@TaylorDale @thomaswillecomme @dlahmad @Neumann-A @JackBoosY @Qiuchi0918 and others