[darcs-devel] [darcs #292] Failed to build -- hscurl.o error

via RT bugs at darcs.net
Tue Mar 22 14:27:19 PST 2005


> hscurl.c: In function `get_curl':
> hscurl.c:17: `curl_version_info_data' undeclared (first use in this
> function)
[snip]

I got the same problem.  It might be that our version of cURL are old,
but there's an easy fix.  Remove all the "curl_version_info_data" stuff
and just call "curl_version()" to get the version string.  I've attached
a patch that does that.

I don't know if this is the "correct" solution, but it works for
whatever version of cURL is on my machine.

- Kannan Goundan, kannan at cakoose.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: curl_version.darcs
Type: application/octet-stream
Size: 21651 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20050322/7b07287d/curl_version.obj


More information about the darcs-devel mailing list