-
Notifications
You must be signed in to change notification settings - Fork 49
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
Ubuntu 22 compile issue with QVTKWidget #196
Comments
I have no experience with VTK, but a quick search shows |
From what I can tell so far that may be the case? By reverting some of the changes @marrts made to their humble devel branch I was able to compile Noether on However, the changes I needed to make further lead me to believe there may be a versioning issue with the switch from VTK Was wondering if anyone else had any experience with/insight on this! Thank you again! |
Could you please try to rebase your changes onto @marrts |
I am running into this same issue when rebasing on the latest changes of noether. It should be fixed now in my latest humble-devel branch, |
That worked! Thank you so much!!! |
Closing; addressed in #211 |
As title states, I'm attempting to compile Noether on
Ubuntu 22.04
for use with ROSHumble
. I'm building from my own fork which is based on @marrts latesthumble-devel
branch. I don't think my issue is related to the changes from these branches.Following #189, I resolved most of my issues such as the libxmlrpcpp dependency via:
sudo apt-get install libxmlrpcpp-dev
Current Issue
When building, I'm missing a dependency to
<QVTKWidget.h>
. I have version's Qt5.15.3
and VTK9.1
installed.I think this is a simple missing dependency, but haven't been able to find it. Any suggestions? Thanks!!
The text was updated successfully, but these errors were encountered: