We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm using FreeBSD 12.1 and I get a make error:
cc -O2 -pipe -c -std=c89 -Wall -Wextra -Werror -O2 pkg-config --cflags pangocairo settings.c settings.c:26:10: fatal error: 'util.h' file not found #include <util.h> ^~~~~~~~ 1 error generated. *** Error code 1
cc -O2 -pipe -c -std=c89 -Wall -Wextra -Werror -O2
settings.c settings.c:26:10: fatal error: 'util.h' file not found #include <util.h> ^~~~~~~~ 1 error generated. *** Error code 1
I have :
pango-1.42.4_3 and cairo-1.16.0,2 installed.
Thanks,
Nuno Teixeira
Do I need to change anything on Makefile?
Thanks, Nuno Teixeira
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm using FreeBSD 12.1 and I get a make error:
cc -O2 -pipe -c -std=c89 -Wall -Wextra -Werror -O2
pkg-config --cflags pangocairosettings.c settings.c:26:10: fatal error: 'util.h' file not found #include <util.h> ^~~~~~~~ 1 error generated. *** Error code 1
I have :
pango-1.42.4_3 and cairo-1.16.0,2 installed.
Thanks,
Nuno Teixeira
Do I need to change anything on Makefile?
Thanks,
Nuno Teixeira
The text was updated successfully, but these errors were encountered: