-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[qtbase] Should have msg to install the correct dependencies for ubuntu #30329
Comments
@talregev Do below tips in
|
@Cheney-W Thank you for the replay! I prefer that it tell me which packages I need to install other just send me to run the script. Because in this script there many stuff that not connected to the qt5-base nor qtbase. |
'^libxcb.*-dev' include 34 packages, are they all necessary? |
I try some of them and it didn't work. I am not sure if needed all, but all is working. |
This line: |
I install
qtbase
port from part to install gazebo port.And I encounter the error:
I found the solution in old issue:
#16486
We should tell the user to install this like we do in many ports:
We should put msg inside
qtbase
andqt5-base
in portfile.cmake and let the user to install the correct dependencies in ubuntu:sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
The text was updated successfully, but these errors were encountered: