-
Notifications
You must be signed in to change notification settings - Fork 103
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
Cannot compile Plus on Debian 12 (bookworm) Linux #1096
Comments
The results are similar on Ubuntu 22.04. I've created a GitHub action here to test the compilation of PlusBuild on Ubuntu 22.04: benzwick/PlusBuild#1 This is the output (https://github.com/benzwick/PlusBuild/actions/runs/5359279119/jobs/9722668307?pr=1):
|
I encountered similar issue on Ubuntu 22.04 and this comment helped.
FYI, on Ubuntu 22.04
|
Thank you for the comments and suggestions @turtleizzy and @benzwick. @Sunderlandkyl when you have the time it would be nice if you could add these to the documentaiton. |
Documentation added in PlusToolkit/PlusBuild@cc63660 |
Hello, Even after using the above mentioned
I tried to compile the Thank you! |
I will try a clean build and confirm |
Are you able to build the vtk subproject and identify its build error? I am getting one as well, but I'm not sure if it's specific to my hardware. |
I did have a successful de-novo binary build on Ubuntu 22.04 (to be exact, Linux Mint 21.2) following this instruction: |
Thank you for the quick response. I will let you know as soon as I figure out how to build the vtk subproject (I am not really experienced with cmake). |
I also tried to build it in a new virtual machine with Mint 21.2 following the instructions you mentioned, and I get exactly the same error. To get to this point I had to install OpenGL with |
I had to install |
I tried installing |
I reproduced building process in ubuntu 22.04 docker. I can confirm installing
Note that you can safely remove everything related to proxychains as long as you don't have connectivity issues with github. Update: The building process finished successfully with the provided dockerfile. You can try this out. |
Thank you @adamrankin and @turtleizzy for your support! Apart from missing the I looks like it was trying to link this: |
When I try to compile Plus on Debian 12 (bookworm) Linux I get the following error:
Maybe it is related to https://gitlab.kitware.com/vtk/vtk/-/issues/18219, https://gitlab.kitware.com/vtk/vtk/-/issues/18714 or https://gitlab.kitware.com/vtk/vtk/-/issues/18964 but I cannot find a solution.
The text was updated successfully, but these errors were encountered: