1

I downloaded the 8.4.0 cURL source files (released Oct. 11) and am attempting the compile libcurl.lib using Visual Studio 2010. The source package comes with a solution file for VC10 (thank you!) but compiling it generates many errors, such as "missing libssh2.h". I attempted to find the missing header files online, and had some success (assuming they are the correct ones for win32), but adding each one only gives rise to new missing header files. Is there a better way to fix this? Thanks in advance.

I did a Google search for the missing header files, and added them to the source file folder. That took care of the original error message, but then generated new error messages about missing headers referenced in the file I added. I am not at all sure the header files I found online were intended for the win32 environment I am using.

2
  • the curl doc has information on dependencies. everything.curl.dev/build/deps Commented Oct 16, 2023 at 2:13
  • Thanks for the link. My question relates to the source code bundle -- not all the required headers appear to be present. How does one go about finding the correct missing ones? Commented Oct 17, 2023 at 13:45

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.