[webkit-help] Error with libcurl WSAPoll dependency on WinCairo build in Windows XP

Anthony Johnson anthony.johnson at flexsim.com
Mon Jan 16 16:03:03 PST 2012


I'm getting an issue with wincairo's winlauncher running in Windows XP.
This is the same issue posted back in
July<https://lists.webkit.org/pipermail/webkit-help/2011-July/002280.html>
(WS2_32.dll
could not bind to the procedure WSAPoll, which is a Vista-specific
procedure), but I followed that thread as far as I could and didn't find
the solution. Please advise if I missed the solution post, or if something
has been done to fix that issue. If not, I did find a
post<http://mateusz.loskot.net/2007/12/18/wsapoll-hacks-for-libcurl/>
that
talks about how, in building libcurl, you have to define WINVER for XP, not
Vista:

#define WINVER         0x0502
#define _WIN32_WINNT   0x0502
#define _WIN32_WINDOWS 0x0502

Anyway, don't know if that helps. Any help is greatly appreciated.
Anthony Johnson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20120116/5ff33748/attachment.html>


More information about the webkit-help mailing list