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
Hi,
I'm having this error trying to build it when I run make command for the GUI build.
fixedwidthfontconverter.cpp:2:10: fatal error: 'gsl/gsl' file not found #include <gsl/gsl> ^~~~~~~~~
I installed gsl using homebrew but I think I need to pass the path to it somehow but I couldn't figure out how.
Thanks!
The text was updated successfully, but these errors were encountered:
same here, 'gsl/gsl' file not found
Sorry, something went wrong.
Just had the same issue, you need to initialize the git submodules, use the following command :
git submodule update --init
No branches or pull requests
Hi,
I'm having this error trying to build it when I run make command for the GUI build.
I installed gsl using homebrew but I think I need to pass the path to it somehow but I couldn't figure out how.
Thanks!
The text was updated successfully, but these errors were encountered: