[darcs-users] darcs falling back to wget (no libcurl support?)

Judah Jacobson judah.jacobson at gmail.com
Mon Mar 9 17:59:14 UTC 2009


On Thu, Mar 5, 2009 at 6:16 PM, Trent W. Buck <trentbuck at gmail.com> wrote:
> Eric Kow <kowey at darcs.net> writes:
>
>> Recently, I've noticed that my local copy of darcs has been falling back
>> to wget as though it was being built without libcurl.
>
> It is possible I fucked up some #ifdef logic in my recent patches to
> remove Autoconf.hs.  Can cabal or GHC be configured to just do the CPP
> step and then print the contents (of e.g. External.hs)?

I took a quick look at this because it was affecting me too; the
problem seems to be that darcs.cabal defines HAVE_CURL but
src/Darcs/External.hs uses HAVE_LIBCURL.  Probably we just need to use
one or the other consistently.

-Judah


More information about the darcs-users mailing list