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

Fails to build on recent Arch install #7

Closed
pushpork opened this issue Feb 15, 2022 · 1 comment
Closed

Fails to build on recent Arch install #7

pushpork opened this issue Feb 15, 2022 · 1 comment

Comments

@pushpork
Copy link

I have a recent install of arch linux and running makepkg fails to build the actual wayward executable itself. There are multiple compiler errors due to not being able to find include files in the directory libweston/.

Having looked at build.sh the issue is that the CFLAGS specify /usr/include/libweston-9 while my arch install has /usr/include/libweston-10. Updating the include path fixed the issue, but using pkg-config might be a more future-proof option.

@varmd
Copy link
Owner

varmd commented May 4, 2022

pkg-config can't be used since Weston changes API between major updates.

@varmd varmd closed this as completed May 4, 2022
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