http://bugs.winehq.org/show_bug.cgi?id=3785
fojtik(a)penguin.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9 |0.9.2.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3962
me(a)davidgonz.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |me(a)davidgonz.com
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3988
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://cvs.winehq.org/patch.
| |py?id=21506
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-04-12 09:40 -------
Changes to relay assembly language generation seems to be the cause of the problem.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3987
------- Additional Comments From michael.s.gilbert(a)gmail.com 2005-04-12 09:27 -------
so, there are three problems:
1. (bug) the mozilla activex control installation asks the user confusing
questions.
2. (bug) the mozilla activex control does not work after it is installed (merge
transgaming's modifications)
3. (wishlist) the installation of the mozilla activex control should be automated .
since there are really 3 distinct issues, should i open 3 new reports for clarity?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=3985
------- Additional Comments From vitaliy(a)kievinfo.com 2005-04-12 09:13 -------
That's not usefull. You need to run wine this way:
WINEDEBUG=+loaddll,+seh wine speed.exe &> /tmp/wine.log
--
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.
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(a)winehq.org
ReportedBy: jeremielapuree(a)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@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.