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 failure #68

Open
nkan0016 opened this issue Mar 1, 2023 · 1 comment
Open

Build failure #68

nkan0016 opened this issue Mar 1, 2023 · 1 comment

Comments

@nkan0016
Copy link

nkan0016 commented Mar 1, 2023

When trying to manually compile giza on M1
ld: library not found for -lgiza
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libcpgplot.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

When trying to brew install Spash
#include <ft2build.h>
^~~~~~~~~~~~
1 error generated.
make[1]: *** [libgiza_la-giza-set-font.lo] Error 1
make: *** [install-recursive] Error 1

@danieljprice
Copy link
Owner

this is because you need the freetype libraries installed, would suggest "brew install freetype2"

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