-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes for incorrect VTK library dependencies #5066
Fixes for incorrect VTK library dependencies #5066
Conversation
I think you need to rebase your branch on master, to remove the old commits from the retina PR. Also, you need to add some ifs, so you don't just add/remove libraries that are not required by other versions of VTK 😄 |
@themightyoarfish Are you going to continue this pull request? Currently, several CIs are failing, and, as Lars mentioned, there are some old commits. |
Probably if no one else observed these issues, this can be closed, i opened this more to document the fix in case someone is googling or searching for this problem.
On December 29, 2021 11:43:40 AM GMT+01:00, Markus Vieth ***@***.***> wrote:
***@***.*** Are you going to continue this pull request? Currently, several CIs are failing, and, as Lars mentioned, there are some old commits.
…Out of interest: Why are you using ***@***.***`, not plain `vtk` (which is version 9.1)? As I understand it, ***@***.***` is deprecated
--
Reply to this email directly or view it on GitHub:
#5066 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
If you do not intend to bring this pull request in a merge-able state, I currently see no reason to leave it open. I am not aware that anyone else uses PCL with VTK 8, and it seems unlikely to me because:
|
I'm revisiting this right now and as i've found in #3370 (comment), VTK 9.0 creates problems when embedding a PCL visualizer into a Qt widget. Therefore it would be great if PCL remained backwards compatible to 8.2, which necessitates fixes like these here. |
Feel free to continue this pull request whenever you like (tell me if you want me to reopen it) |
So I'm not sure if anyone beside me has had this issue … I'm on homebrew's vtk 8.2, and these changes here were necessary to build everything for me.
As for the apps, I only built point_cloud_editor, so I do not know if the others have any more problems. I did build all component PCL libs though.