Hi zooko, On Mon, Nov 24, 2008 at 4:21 PM, zooko <[EMAIL PROTECTED]> wrote: > Could we hook up your Windows machine that you used to build that binary to > be a builbot?
Unfortunately my Windows machine is a VMWare instance on a portable Mac. The PC that I used to build darcs now is a work PC under a very strict firewall. > Yeah, I spent a few minutes trying to install libcurl and openssl, but it > looks like it will take another hour or two of hassle, so I am > procrastinating it. I used the darcs cabal build (on hackage, the new one, 2.1.2.2, not the darcs-cabalized one). 1) I downloaded this libraries: http://www.paehl.com/open_source/?download=curl_DLL_ONLY.7z 2) Put them on ghc\gcc-lib directory. 3) Edited darcs.cabal to remove pkg-config curl-pipelining check (line 311, it doesn't work on windows, maybe we should ifdef it). 4) Run: runghc Setup -f "curl curl-pipelining". That's all. The binary requires that the libraries downloaded on step one are in the same directory of darcs.exe. I don't think that it is worth to generate a static binary: it gives lots of issues with curl + ssl. Salvatore _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
