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

gsl build issue #2

Open
etoykan opened this issue Jan 4, 2024 · 2 comments
Open

gsl build issue #2

etoykan opened this issue Jan 4, 2024 · 2 comments

Comments

@etoykan
Copy link

etoykan commented Jan 4, 2024

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!

@pdemidyuk-ib
Copy link

same here, 'gsl/gsl' file not found

@pilatomic
Copy link

Just had the same issue, you need to initialize the git submodules, use the following command :

git submodule update --init

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

3 participants