-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot compile on Ubuntu 21.04 (make error) #6
Comments
Thank you for the report! I will look into this. |
The same for Debian. Details at https://bugs.debian.org/997101 |
I've made a few updates/changes/enhancements, can you try again? Note that you will need to install build dependencies first. On a Debian-based system, |
I've run the build-dep command and have other dependencies install and still get exactly the same error, this time on Ubuntu 21.10 |
Thank you both for your report! I have modernized things a little bit, using "meson" to build instead of autotools. Could you give it a try? The new instructions on how to compile / install are in the README.md file. Thanks! |
I'm trying to compile this plugin on Ubuntu 21.04. Running
autogen.sh
goes well but when I runmake
I get this errorDiving into the make file it looks like it's trying to find
babl.h
in/usr/local/include/babl-0.1
when it's located in/usr/include/babl-0.1/babl
The text was updated successfully, but these errors were encountered: