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

Missing dependencies for Ubuntu 18.04 #88

Open
draghan opened this issue Sep 2, 2019 · 1 comment
Open

Missing dependencies for Ubuntu 18.04 #88

draghan opened this issue Sep 2, 2019 · 1 comment

Comments

@draghan
Copy link

draghan commented Sep 2, 2019

Following the official Wiki article on the clean Ubuntu 18.04.3 led me to 2 errors while building the project.

CMake Error at lib/bsf/Source/CMake/Modules/FindLibUUID.cmake:22 (message):
  Cannot find LibUUID.
Call Stack (most recent call first):
  lib/bsf/Source/Foundation/CMakeLists.txt:24 (find_package)


-- Configuring incomplete, errors occurred!
CMake Error at lib/bsf/Source/Foundation/CMakeLists.txt:32 (message):
  Could not find XRandR library.


-- Configuring incomplete, errors occurred!

The solution is to install two additional packages:

  • uuid-dev,
  • xrandr-dev.

For some reason, xrandr-dev wasn't available for standalone installation with default official repositories, but installing xorg-dev resolved that issue: xrandr-dev was installed as dependency for xorg-dev.

I believe this should be mentioned on the system packages Wiki section.

@charlydelta
Copy link
Contributor

charlydelta commented Sep 8, 2019

Thank you very much for reporting this, I will try to reproduce that in a VM and incorporate the suggestions as soon as possible.

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

2 participants