-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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-breaking typo in release 7.65.1. #4102
Comments
Fixed, thanks! |
danielgustafsson
added a commit
that referenced
this issue
Jul 9, 2019
The header file inclusion had a typo, it should be .h and not .hd. Fix by renaming. Fixes #4102 Reported-by: AceCrow on Github
Np. Quick question. Why does GIT-INFO need to exist btw? The build seems to work fine with just a dummy file. |
GIT-INFO signals that the tree comes from a git repository and not a release tarball, and so the configure script needs to be built as it's not included. |
caraitto
pushed a commit
to caraitto/curl
that referenced
this issue
Jul 23, 2019
The header file inclusion had a typo, it should be .h and not .hd. Fix by renaming. Fixes curl#4102 Reported-by: AceCrow on Github
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
cd winbuild
.nmake /f Makefile.vc mode=dll
.src/tool_hugehelp.c
includedtool_hugehelp.hd
.tool_hugehelp.hd
totool_hugehelp.h
and recompiled. This time succesfully.src\tool_hugehelp.c
on github, but the file does not seem to exist there.curl/libcurl version
operating system
Windows 10
The text was updated successfully, but these errors were encountered: