[Webkit-unassigned] [Bug 128741] [curl] Basic SocketStream implementation for libcurl backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 08:27:09 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128741





--- Comment #13 from peavo at outlook.com  2014-03-05 08:24:12 PST ---
(In reply to comment #11)
> Created an attachment (id=225767)
 --> (https://bugs.webkit.org/attachment.cgi?id=225767&action=review) [details]
> Proposed patch 3
> 
> I've updated the ChangeLog and fixed the license problem.
> Peavo, did the Windows includes fix the build errors?

Maybe include <Ws2tcpip.h> ?

1>  SocketStreamHandleCurl.cpp
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(75): error C2039: 'getaddrinfo' : is not a member of '`global namespace''
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(75): error C3861: 'getaddrinfo': identifier not found
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(85): error C2039: 'getnameinfo' : is not a member of '`global namespace''
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(85): error C3861: 'getnameinfo': identifier not found
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(104): error C2039: 'close' : is not a member of '`global namespace''
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(104): error C3861: 'close': identifier not found
1>..\platform\network\curl\SocketStreamHandleCurl.cpp(130): error C3861: 'freeaddrinfo': identifier not found

1>  SocketStreamHandleManager.cpp
1>..\platform\network\curl\SocketStreamHandleManager.cpp(34): fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list