orbital icon indicating copy to clipboard operation
orbital copied to clipboard

Variables Documentation

Open hackdefendr opened this issue 8 years ago • 1 comments

This is driving me nuts.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: wdrm linked by target "drm-backend" in directory /home/hackdef/Projects/WLD/orbital/src/compositor/drm-backend wwl linked by target "wayland-backend" in directory /home/hackdef/Projects/WLD/orbital/src/compositor/wayland-backend wx11 linked by target "x11-backend" in directory /home/hackdef/Projects/WLD/orbital/src/compositor/x11-backend

-- Configuring incomplete, errors occurred!

What exactly do I set these variables to? I do have weston installed, and yes, I do have your patched version installed and tested. But nowhere in all of your source is it documented what, where, or how to set the above mentioned variables.

Do you think you could take 10 seconds to add this apparently REQUIRED option to the README?

Or don't...I just won't use this crap.

hackdefendr avatar Jan 20 '16 01:01 hackdefendr

2016-01-20 3:59 GMT+02:00 HackDefendr [email protected]:

This is driving me nuts

CMake Error: The following variables are used in this project, but they are set to NOTFOUND Please set them or make sure they are set and tested correctly in the CMake files: wdrm linked by target "drm-backend" in directory /home/hackdef/Projects/WLD/orbital/src/compositor/drm-backend wwl linked by target "wayland-backend" in directory /home/hackdef/Projects/WLD/orbital/src/compositor/wayland-backend wx11 linked by target "x11-backend" in directory /home/hackdef/Projects/WLD/orbital/src/compositor/x11-backend

-- Configuring incomplete, errors occurred!

What exactly do I set these variables to? I do have weston installed, and yes, I do have your patched version installed and tested But nowhere in all of your source is it documented what, where, or how to set the above mentioned variables

Do you think you could take 10 seconds to add this apparently REQUIRED option to the README?

No, those variables are not supposed to be set or even known by the user, they should be set automatically by cmake. Do you only have the patched weston installed? If not, check that cmake is picking up the right weston. What is the output of a "find / -name x11-backend.so "?

Or don'tI just won't use this crap

This doesn't really motivate me to help you. I don't exactly care if you use it or not.

— Reply to this email directly or view it on GitHub https://github.com/giucam/orbital/issues/30.

giucam avatar Jan 20 '16 10:01 giucam