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
git_rev.h cannot be found #12
Comments
|
The tarball does appear to contain git_rev.h though, any idea what's going on exactly? |
|
I have just downloaded the source tarball again but I cannot find git_rev.h. |
|
Are you downloading dreamchess-0.2.1-RC2.tar.gz? The other download labled "Source code" indeed does not contain the file. |
|
Yes, I downloaded the "source code" labeled one. |
|
I don't think I have any control over that download, unfortunately. It's automatically tarred by github. |
When building the latest tarball release of Dreamchess, 0.2.1-RC2, the build fails with an error message that src/include/git_rev.h cannot be found. The problem is that the Makefile assumes an existing Git repository which is not true for tarball releases. It would be great if git_rev.h could be included into those tarballs.
The text was updated successfully, but these errors were encountered: