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 fails due to missing include <weston/compositor.h> #47

Closed
sjbronner opened this issue Oct 15, 2016 · 4 comments · Fixed by #51
Closed

build fails due to missing include <weston/compositor.h> #47

sjbronner opened this issue Oct 15, 2016 · 4 comments · Fixed by #51

Comments

@sjbronner
Copy link

I just tried to build maynard from https://aur.archlinux.org/packages/maynard-git/. The build process was aborted with this error being the culprit:

shell-helper.c:25:31: fatal error: weston/compositor.h: No such file or directory

A quick check confirmed that the file didn't exist where I expected it should in usr/include/weston, however a couple other files were there. I checked the git repository of weston and discovered that the file compositor.h had been removed between releases 1.11.1 and 1.12.0 (2016-09-20). In fact, the entire tree was restructured. See for yourself:

https://cgit.freedesktop.org/wayland/weston/tree/?id=1.12.0
https://cgit.freedesktop.org/wayland/weston/tree/?id=1.11.1 (compositor.h is in src)

@alive4ever
Copy link
Contributor

compositor.h file is moved from src to libweston directory, since src is renamed to libweston on commit b5e3ea218b183b91e17b843b375fadd37563a1c0

@alive4ever
Copy link
Contributor

The header files is no longer inside /usr/include/weston, but inside /usr/include/libweston-1

@Narrat
Copy link

Narrat commented Oct 16, 2016

And maybe it would be feasible to look what libweston offers
https://github.com/wayland-project/weston/blob/master/README#L29
So maynard isn't just a modified weston (using weston.ini and such), but a independent wm?

@ZanderBrown
Copy link

OK so building on the latest Raspbian is now broken. Switching back to weston/compositor.h fixes it.

Is there someway to detect his?

Any chance of Wayland on Raspbian being brought back to life?

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

Successfully merging a pull request may close this issue.

4 participants