Created
November 17, 2015 21:22
-
-
Save drasticactions/f887ff2fff79aefd9b94 to your computer and use it in GitHub Desktop.
live555
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/t_mil/vlc-msvc/scripts/../wrappers/clwrap -c -Iinclude -I../UsageEnvironme nt/include -I. -O -DSOCKLEN_T=int -DLOCALE_NOT_USED -D__MINGW32__ -Wall -Wno-dep recated GroupsockHelper.cpp | |
GroupsockHelper.cpp | |
GroupsockHelper.cpp(43): error C2065: 'INADDR_ANY': undeclared identifier | |
GroupsockHelper.cpp(44): error C2065: 'INADDR_ANY': undeclared identifier | |
GroupsockHelper.cpp(91): error C2065: 'AF_INET': undeclared identifier | |
GroupsockHelper.cpp(91): error C3861: 'socket': identifier not found | |
GroupsockHelper.cpp(104): error C2065: 'SOCK_DGRAM': undeclared identifier | |
GroupsockHelper.cpp(112): error C2065: 'SOL_SOCKET': undeclared identifier | |
GroupsockHelper.cpp(112): error C2065: 'SO_REUSEADDR': undeclared identifier | |
GroupsockHelper.cpp(112): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(115): error C3861: 'closesocket': identifier not found | |
GroupsockHelper.cpp(143): error C2065: 'INADDR_ANY': undeclared identifier | |
GroupsockHelper.cpp(149): error C2079: 'name' uses undefined struct 'sockaddr_in ' | |
GroupsockHelper.cpp(149): error C2228: left of '.sin_family' must have class/str uct/union | |
GroupsockHelper.cpp(149): note: type is 'int' | |
GroupsockHelper.cpp(149): error C2065: 'AF_INET': undeclared identifier | |
GroupsockHelper.cpp(149): error C2228: left of '.sin_addr' must have class/struc t/union | |
GroupsockHelper.cpp(149): note: type is 'int' | |
GroupsockHelper.cpp(149): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(149): error C2228: left of '.sin_port' must have class/struc t/union | |
GroupsockHelper.cpp(149): note: type is 'int' | |
GroupsockHelper.cpp(150): error C3861: 'bind': identifier not found | |
GroupsockHelper.cpp(153): error C3861: 'ntohs': identifier not found | |
GroupsockHelper.cpp(155): error C3861: 'closesocket': identifier not found | |
GroupsockHelper.cpp(164): error C2065: 'INADDR_ANY': undeclared identifier | |
GroupsockHelper.cpp(165): error C2079: 'addr' uses undefined struct 'in_addr' | |
GroupsockHelper.cpp(165): warning C4456: declaration of 'addr' hides previous lo cal declaration | |
GroupsockHelper.cpp(143): note: see declaration of 'addr' | |
GroupsockHelper.cpp(166): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(166): note: type is 'int' | |
GroupsockHelper.cpp(168): error C2065: 'IPPROTO_IP': undeclared identifier | |
GroupsockHelper.cpp(168): error C2065: 'IP_MULTICAST_IF': undeclared identifier | |
GroupsockHelper.cpp(168): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(171): error C3861: 'closesocket': identifier not found | |
GroupsockHelper.cpp(182): error C2065: 'FIONBIO': undeclared identifier | |
GroupsockHelper.cpp(182): error C3861: 'ioctlsocket': identifier not found | |
GroupsockHelper.cpp(196): error C2065: 'FIONBIO': undeclared identifier | |
GroupsockHelper.cpp(196): error C3861: 'ioctlsocket': identifier not found | |
GroupsockHelper.cpp(224): error C2065: 'SOCK_STREAM': undeclared identifier | |
GroupsockHelper.cpp(232): error C2065: 'SOL_SOCKET': undeclared identifier | |
GroupsockHelper.cpp(232): error C2065: 'SO_REUSEADDR': undeclared identifier | |
GroupsockHelper.cpp(232): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(235): error C3861: 'closesocket': identifier not found | |
GroupsockHelper.cpp(262): error C2079: 'name' uses undefined struct 'sockaddr_in ' | |
GroupsockHelper.cpp(262): error C2228: left of '.sin_family' must have class/str uct/union | |
GroupsockHelper.cpp(262): note: type is 'int' | |
GroupsockHelper.cpp(262): error C2065: 'AF_INET': undeclared identifier | |
GroupsockHelper.cpp(262): error C2228: left of '.sin_addr' must have class/struc t/union | |
GroupsockHelper.cpp(262): note: type is 'int' | |
GroupsockHelper.cpp(262): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(262): error C2228: left of '.sin_port' must have class/struc t/union | |
GroupsockHelper.cpp(262): note: type is 'int' | |
GroupsockHelper.cpp(263): error C3861: 'bind': identifier not found | |
GroupsockHelper.cpp(266): error C3861: 'ntohs': identifier not found | |
GroupsockHelper.cpp(268): error C3861: 'closesocket': identifier not found | |
GroupsockHelper.cpp(279): error C3861: 'closesocket': identifier not found | |
GroupsockHelper.cpp(290): error C2027: use of undefined type 'sockaddr_in' | |
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\live555\groupsock\include\NetA ddress.hh(147): note: see declaration of 'sockaddr_in' | |
GroupsockHelper.cpp(291): error C3861: 'recvfrom': identifier not found | |
GroupsockHelper.cpp(310): error C2027: use of undefined type 'sockaddr_in' | |
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\live555\groupsock\include\NetA ddress.hh(147): note: see declaration of 'sockaddr_in' | |
GroupsockHelper.cpp(310): error C2228: left of '.sin_addr' must have class/struc t/union | |
GroupsockHelper.cpp(310): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(334): error C2065: 'IPPROTO_IP': undeclared identifier | |
GroupsockHelper.cpp(334): error C2065: 'IP_MULTICAST_TTL': undeclared identifier | |
GroupsockHelper.cpp(334): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(340): error C2665: 'writeSocket': none of the 2 overloads co uld convert all the argument types | |
include\GroupsockHelper.hh(41): note: could be 'Boolean writeSocket(UsageEnviron ment &,int,in_addr,portNumBits,unsigned char *,unsigned int)' | |
GroupsockHelper.cpp(340): note: while trying to match the argument list '(UsageE nvironment, int, in_addr, portNumBits, unsigned char *, unsigned int)' | |
GroupsockHelper.cpp(347): error C2079: 'dest' uses undefined struct 'sockaddr_in ' | |
GroupsockHelper.cpp(347): error C2228: left of '.sin_family' must have class/str uct/union | |
GroupsockHelper.cpp(347): note: type is 'int' | |
GroupsockHelper.cpp(347): error C2065: 'AF_INET': undeclared identifier | |
GroupsockHelper.cpp(347): error C2228: left of '.sin_addr' must have class/struc t/union | |
GroupsockHelper.cpp(347): note: type is 'int' | |
GroupsockHelper.cpp(347): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(347): error C2027: use of undefined type 'in_addr' | |
c:\msys64\home\t_mil\vlc-msvc\vlc\contrib\windows\live555\groupsock\include\NetA ddress.hh(148): note: see declaration of 'in_addr' | |
GroupsockHelper.cpp(347): error C2228: left of '.sin_port' must have class/struc t/union | |
GroupsockHelper.cpp(347): note: type is 'int' | |
GroupsockHelper.cpp(348): error C3861: 'sendto': identifier not found | |
GroupsockHelper.cpp(378): error C2065: 'SOL_SOCKET': undeclared identifier | |
GroupsockHelper.cpp(378): error C3861: 'getsockopt': identifier not found | |
GroupsockHelper.cpp(387): error C2065: 'SO_SNDBUF': undeclared identifier | |
GroupsockHelper.cpp(390): error C2065: 'SO_RCVBUF': undeclared identifier | |
GroupsockHelper.cpp(396): error C2065: 'SOL_SOCKET': undeclared identifier | |
GroupsockHelper.cpp(396): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(403): error C2065: 'SO_SNDBUF': undeclared identifier | |
GroupsockHelper.cpp(407): error C2065: 'SO_RCVBUF': undeclared identifier | |
GroupsockHelper.cpp(420): error C2065: 'SOL_SOCKET': undeclared identifier | |
GroupsockHelper.cpp(420): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(432): error C2065: 'SO_SNDBUF': undeclared identifier | |
GroupsockHelper.cpp(436): error C2065: 'SO_RCVBUF': undeclared identifier | |
GroupsockHelper.cpp(454): error C2079: 'imr' uses undefined struct 'socketJoinGr oup::ip_mreq' | |
GroupsockHelper.cpp(455): error C2228: left of '.imr_multiaddr' must have class/ struct/union | |
GroupsockHelper.cpp(455): note: type is 'int' | |
GroupsockHelper.cpp(455): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(456): error C2228: left of '.imr_interface' must have class/ struct/union | |
GroupsockHelper.cpp(456): note: type is 'int' | |
GroupsockHelper.cpp(456): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(457): error C2065: 'IPPROTO_IP': undeclared identifier | |
GroupsockHelper.cpp(457): error C2065: 'IP_ADD_MEMBERSHIP': undeclared identifie r | |
GroupsockHelper.cpp(458): error C2027: use of undefined type 'socketJoinGroup::i p_mreq' | |
GroupsockHelper.cpp(454): note: see declaration of 'socketJoinGroup::ip_mreq' | |
GroupsockHelper.cpp(457): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(480): error C2079: 'imr' uses undefined struct 'socketLeaveG roup::ip_mreq' | |
GroupsockHelper.cpp(481): error C2228: left of '.imr_multiaddr' must have class/ struct/union | |
GroupsockHelper.cpp(481): note: type is 'int' | |
GroupsockHelper.cpp(481): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(482): error C2228: left of '.imr_interface' must have class/ struct/union | |
GroupsockHelper.cpp(482): note: type is 'int' | |
GroupsockHelper.cpp(482): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(483): error C2065: 'IPPROTO_IP': undeclared identifier | |
GroupsockHelper.cpp(483): error C2065: 'IP_DROP_MEMBERSHIP': undeclared identifi er | |
GroupsockHelper.cpp(484): error C2027: use of undefined type 'socketLeaveGroup:: ip_mreq' | |
GroupsockHelper.cpp(480): note: see declaration of 'socketLeaveGroup::ip_mreq' | |
GroupsockHelper.cpp(483): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(496): error C2079: 'ip_mreq_source::imr_multiaddr' uses unde fined struct 'in_addr' | |
GroupsockHelper.cpp(497): error C2079: 'ip_mreq_source::imr_sourceaddr' uses und efined struct 'in_addr' | |
GroupsockHelper.cpp(498): error C2079: 'ip_mreq_source::imr_interface' uses unde fined struct 'in_addr' | |
GroupsockHelper.cpp(525): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(525): note: type is 'int' | |
GroupsockHelper.cpp(526): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(526): note: type is 'int' | |
GroupsockHelper.cpp(527): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(527): note: type is 'int' | |
GroupsockHelper.cpp(529): error C2065: 'IPPROTO_IP': undeclared identifier | |
GroupsockHelper.cpp(529): error C3861: 'setsockopt': identifier not found | |
GroupsockHelper.cpp(551): error C2228: left of '.s_addr' must have class/struct/ union | |
GroupsockHelper.cpp(551): fatal error C1003: error count exceeds 100; stopping c ompilation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment