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

Build failure on Ubuntu 20.04 #17

Open
ksuprynowicz opened this issue Jul 11, 2023 · 2 comments
Open

Build failure on Ubuntu 20.04 #17

ksuprynowicz opened this issue Jul 11, 2023 · 2 comments

Comments

@ksuprynowicz
Copy link
Member

[100%] Linking CXX executable interface
/usr/bin/ld: warning: libXdamage.so.1, needed by /home/ksuprynowicz/overte-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.5, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /home/ksuprynowicz/overte-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.5: undefined reference to `XDamageDestroy'
/usr/bin/ld: /home/ksuprynowicz/overte-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.5: undefined reference to `XDamageCreate'
/usr/bin/ld: /home/ksuprynowicz/overte-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.5: undefined reference to `XDamageQueryExtension'
/usr/bin/ld: /home/ksuprynowicz/overte-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.5: undefined reference to `XDamageSubtract'
collect2: error: ld returned 1 exit status
@daleglass
Copy link
Contributor

You probably need to install the libxdamage1 package, and libxdamage-dev

@JulianGro
Copy link
Member

libxdamage-dev is not needed.
libxdamage1 is installed when building Overte on Ubuntu 20.04 minimal, so it either comes from the OS itself or is a dependency of a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants