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
Can't build curl with libnghttp2 on MacOs #7514
Comments
is this what it actually says or did you modify it? I'd expect no more than 2 dots per segment. Did you actually check the path to see if it contains the lib? |
Nevermind, looks like I broke it. Discussion in #7515. |
- Use double brackets for m4 style escape of brackets in regex. Follow-up to b4b34db where I forgot that m4 needs brackets escaped. Bug: curl#7400 (comment) Reported-by: Alex Crichton Reported-by: Rui Pinheiro Fixes curl#7514 Closes curl#7515
I still can't build with nghtt2p with these fixes... |
@rruipinheiro are you perhaps using relative paths on the command line where you point out the locations of various paths? |
@bagder I put this '...' in my paths to not show them but I point out to the location on the installed packages folder of vcpkg. When I tried using brew I didn't provide any path location to nghttp |
When configure fails to do what you expected it to, for example to find the libraries you wanted it to find, then the standard next step is to open We've learned that this is a very effective way and reading this file often reveals details that can take you further in debugging your build/configure issue. |
I did this
Build libnghttp2 with vcpkg and brew (didn't work).
The configure run is:
Result
I expected the following
HTTP2: enable (--with-nghttp2, --with-hyper)
curl/libcurl version
Host - x86_64-apple-darwin20.2.0
curl - 7.78.0-DEV
OpenSSL/1.1.1
libnghttp2 - 1.44.0
zlib - 1.2.11
The text was updated successfully, but these errors were encountered: