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

version.h: No such file or directory #321

Open
zone-hai opened this issue Aug 23, 2022 · 2 comments
Open

version.h: No such file or directory #321

zone-hai opened this issue Aug 23, 2022 · 2 comments

Comments

@zone-hai
Copy link

when I try make in the Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-124-generic x86_64);
it show the error as follow:
cli/commands.c:27:10: fatal error: version.h: No such file or directory
27 | #include "version.h"
| ^~~~~~~~~~~
how can I fix it?

@lsgunth
Copy link
Collaborator

lsgunth commented Aug 23, 2022

version.h should be created by the build system. Are you seeing any other errors before that? How are you building the package?

@AlexFeeley
Copy link

I had this error and fixed it by installing a few libraries: libncurses5-dev, libssl-dev, and winres.

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