[Bug 3990] New: WINECVS fom December 4 does not compile

Wine Bugs wine-bugs at winehq.org
Sun Dec 4 07:11:25 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3990

           Summary: WINECVS fom December 4 does not compile
           Product: Wine
           Version: CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-binary
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: jeremielapuree at yahoo.fr


I have the following problem to compile wine cvs dated from Decmber 4

make[2]: Rien à faire pour « all ».
make[2]: Leaving directory `/home/david/wine/dlls/winmm/wineoss'
make[2]: Entering directory `/home/david/wine/dlls/wininet'
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_WINX32_
-D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing
-gstabs+ -Wdeclaration-after-statement -Wpointer-arith  -g -O2  -o
netconnection.o netconnection.c
netconnection.c: In function 'sock_get_error':
netconnection.c:205: error: 'EINTR' undeclared (first use in this function)
netconnection.c:205: error: (Each undeclared identifier is reported only once
netconnection.c:205: error: for each function it appears in.)
netconnection.c:206: error: 'EBADF' undeclared (first use in this function)
netconnection.c:207: error: 'EPERM' undeclared (first use in this function)
netconnection.c:208: error: 'EACCES' undeclared (first use in this function)
netconnection.c:209: error: 'EFAULT' undeclared (first use in this function)
netconnection.c:210: error: 'EINVAL' undeclared (first use in this function)
netconnection.c:211: error: 'EMFILE' undeclared (first use in this function)
netconnection.c:212: error: 'EWOULDBLOCK' undeclared (first use in this function)
netconnection.c:213: error: 'EINPROGRESS' undeclared (first use in this function)
netconnection.c:214: error: 'EALREADY' undeclared (first use in this function)
netconnection.c:215: error: 'ENOTSOCK' undeclared (first use in this function)
netconnection.c:216: error: 'EDESTADDRREQ' undeclared (first use in this function)
netconnection.c:217: error: 'EMSGSIZE' undeclared (first use in this function)
netconnection.c:218: error: 'EPROTOTYPE' undeclared (first use in this function)
netconnection.c:219: error: 'ENOPROTOOPT' undeclared (first use in this function)
netconnection.c:220: error: 'EPROTONOSUPPORT' undeclared (first use in this
function)
netconnection.c:221: error: 'ESOCKTNOSUPPORT' undeclared (first use in this
function)
netconnection.c:222: error: 'EOPNOTSUPP' undeclared (first use in this function)
netconnection.c:223: error: 'EPFNOSUPPORT' undeclared (first use in this function)
netconnection.c:224: error: 'EAFNOSUPPORT' undeclared (first use in this function)
netconnection.c:225: error: 'EADDRINUSE' undeclared (first use in this function)
netconnection.c:226: error: 'EADDRNOTAVAIL' undeclared (first use in this function)
netconnection.c:227: error: 'ENETDOWN' undeclared (first use in this function)
netconnection.c:228: error: 'ENETUNREACH' undeclared (first use in this function)
netconnection.c:229: error: 'ENETRESET' undeclared (first use in this function)
netconnection.c:230: error: 'ECONNABORTED' undeclared (first use in this function)
netconnection.c:231: error: 'EPIPE' undeclared (first use in this function)
netconnection.c:232: error: 'ECONNRESET' undeclared (first use in this function)
netconnection.c:233: error: 'ENOBUFS' undeclared (first use in this function)
netconnection.c:234: error: 'EISCONN' undeclared (first use in this function)
netconnection.c:235: error: 'ENOTCONN' undeclared (first use in this function)
netconnection.c:236: error: 'ESHUTDOWN' undeclared (first use in this function)
netconnection.c:237: error: 'ETOOMANYREFS' undeclared (first use in this function)
netconnection.c:238: error: 'ETIMEDOUT' undeclared (first use in this function)
netconnection.c:239: error: 'ECONNREFUSED' undeclared (first use in this function)
netconnection.c:240: error: 'ELOOP' undeclared (first use in this function)
netconnection.c:241: error: 'ENAMETOOLONG' undeclared (first use in this function)
netconnection.c:242: error: 'EHOSTDOWN' undeclared (first use in this function)
netconnection.c:243: error: 'EHOSTUNREACH' undeclared (first use in this function)
netconnection.c:244: error: 'ENOTEMPTY' undeclared (first use in this function)
netconnection.c:260: error: 'errno' undeclared (first use in this function)
netconnection.c:260: warning: implicit declaration of function 'perror'
netconnection.c: In function 'NETCON_create':
netconnection.c:279: error: 'errno' undeclared (first use in this function)
netconnection.c: In function 'NETCON_close':
netconnection.c:315: error: 'errno' undeclared (first use in this function)
netconnection.c: At top level:
netconnection.c:321: error: syntax error before '*' token
netconnection.c: In function 'NETCON_connect':
netconnection.c:436: error: 'errno' undeclared (first use in this function)
netconnection.c: In function 'NETCON_send':
netconnection.c:461: error: 'errno' undeclared (first use in this function)
netconnection.c: In function 'NETCON_recv':
netconnection.c:495: error: 'errno' undeclared (first use in this function)
netconnection.c: In function 'NETCON_getNextLine':
netconnection.c:585: error: 'errno' undeclared (first use in this function)
make[2]: *** [netconnection.o] Erreur 1
make[2]: Leaving directory `/home/david/wine/dlls/wininet'
make[1]: *** [wininet] Erreur 2
make[1]: Leaving directory `/home/david/wine/dlls'
make: *** [dlls] Erreur 2
[david at Goss wine]$                                  


It seems that it is related from Rob Shearman's patches. 
Joaopa

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list