Re: Having trouble setting up libcurl on Windows 7

2012-03-15 Thread Gavin
On Thursday, 15 March 2012 at 08:59:58 UTC, Gavin wrote: How do I setup libcurl on Windows 7? I want to use the functions from the std.net.curl module. Here's what I did: I downloaded the zip file from here http://curl.haxx.se/libcurl/d/ According to the instructions in the read-me file, I did

Re: Having trouble setting up libcurl on Windows 7

2012-03-15 Thread Brad Anderson
On Thu, Mar 15, 2012 at 3:10 AM, Gavin wrote: > On Thursday, 15 March 2012 at 08:59:58 UTC, Gavin wrote: > >> How do I setup libcurl on Windows 7? >> I want to use the functions from the std.net.curl module. >> >> Here's what I did: >> >> I downloaded the zip file from here http://curl.haxx.se/li

Re: Having trouble setting up libcurl on Windows 7

2012-03-30 Thread Gleb
Hi guys! Brad Anderson Wrote: > On Thu, Mar 15, 2012 at 3:10 AM, Gavin wrote: > 2.058 for Windows was released without std.net.curl built in. You'll have > to rebuild phobos to get it working. It's not too hard though. I tried to rebuild Phobos using the instructions from this thread, but I didn'

Re: Having trouble setting up libcurl on Windows 7

2012-03-30 Thread Brad Anderson
On Fri, Mar 30, 2012 at 1:52 AM, Gleb wrote: > Hi guys! > > Brad Anderson Wrote: > > On Thu, Mar 15, 2012 at 3:10 AM, Gavin wrote: > > 2.058 for Windows was released without std.net.curl built in. You'll have > > to rebuild phobos to get it working. It's not too hard though. > I tried to rebuild

Re: Having trouble setting up libcurl on Windows 7

2012-03-30 Thread Gleb
On Friday, 30 March 2012 at 17:19:30 UTC, Brad Anderson wrote: You can find a proper win32.mak here: https://gist.github.com/3816217ffd041d62d6bd It worked like a charm! Thanks a lot!