RE: Windows autobuilds broken since df69440d05f1133a9053e19a9bf576c8b13514b9

2013-09-17 Thread Steve Holme
On Mon, 16 Sep 2013, Guenter wrote:

 somehow the commit df69440d05f1133a9053e19a9bf576c8b13514b9
 broke the Windows autobuilds; ATM I'm a bit clueless why the
 compiler breaks only for Windows builds while other platforms work fine
...
 please take a look at it - some other eyes or minds may have an idea -
hopefully ...

I managed to get my own local Windows builds working with the fixes I posted
in commit c243d45aadb502301e but the remaining error has me flummoxed
somewhat.

I did wonder if this was a problem was with the interface parameter in
Curl_set_dns_interface(), which then clashes with something declared in a
MinGW header file, as I can't really see anything else wrong - but without
access to a MinGW environment I didn't want to randomly committing possible
fixes.

Anyone else have any thoughts?

Kind Regards

Steve


---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html


RE: Windows autobuilds broken since df69440d05f1133a9053e19a9bf576c8b13514b9

2013-09-17 Thread Daniel Stenberg

On Tue, 17 Sep 2013, Steve Holme wrote:

I did wonder if this was a problem was with the interface parameter in 
Curl_set_dns_interface(), which then clashes with something declared in a 
MinGW header file, as I can't really see anything else wrong - but without 
access to a MinGW environment I didn't want to randomly committing possible 
fixes.


Ah, that seems to be it! We did a similar commit already before:

See commit 4c4e8ba1f060f

--

 / daniel.haxx.se
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html


RE: Windows autobuilds broken since df69440d05f1133a9053e19a9bf576c8b13514b9

2013-09-17 Thread Steve Holme
On Tue, 17 Sep 2013, Steve Holme wrote:

  Ah, that seems to be it! We did a similar commit already before:
 
  See commit 4c4e8ba1f060f

 Cheers. I'll fix it up and push a commit out ;-)

Pushed as commit 158dfe2c5c9e4 - Hopefully I've got them all and haven't
made things worse!

I'll keep any eye on the auto builds over the next few hours.

Kind Regards

Steve
---
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html