http://bugs.winehq.org/show_bug.cgi?id=2585
------- Additional Comments From thomas.scholten(a)unbescholten.de 2004-29-11 08:14 -------
Digged a bit deeper and found that declaration setkey() ist taken by
/usr/include/stdlib.h under FreeBSD. Renaming declaration and function calls in
winecfg.c setkey() to something else (i.e. "winesetkey ()") solves 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=2585
Summary: After Fix of Bug#2580, Wine FreeBSD Build dies again in
winecfg / setkey
Product: Wine
Version: CVS
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.scholten(a)unbescholten.de
On my system
uname -a: FreeBSD silvia-bsd.mittelerde.tom 6.0-CURRENT FreeBSD 6.0-CURRENT #0:
Sun Nov 28 14:02:12 CET 2004
root@silvia-bsd.mittelerde.tom:/usr/obj/usr/src/sys/SILVIA-BSD-CUR i386)
using ./configure, make && make depend (on FBSD we use make NOT gmake, sometimes
a difference, just as a gentle note) wine again bails out in programs/winecfg
with the following error:
[..]
rm -f wsock32.dll.so && ln -s wsock32/wsock32.dll.so wsock32.dll.so
gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g
-O2 -o winecfg.o winecfg.c
winecfg.c:142: error: conflicting types for 'setkey'
/usr/include/stdlib.h:205: error: previous declaration of 'setkey' was here
winecfg.c:142: error: conflicting types for 'setkey'
/usr/include/stdlib.h:205: error: previous declaration of 'setkey' was here
*** Error code 1
Stop in /usr/home/tom/winecvs/wine/programs/winecfg.
*** Error code 1
Stop in /usr/home/tom/winecvs/wine/programs.
*** Error code 1
Stop in /usr/home/tom/winecvs/wine.
thanks for the help before and best regards
Thomas
--
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=2532
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:23 -------
Does this work if you compile without optimizations enabled?
--
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=2107
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:21 -------
Use an IE installer script if you want this program. It does things which are
very hard to support without Wine being given additional information, and we
have already done this debugging for you (eg the advapi32 thing which is
impossible to fix without a DLL override).
I don't think this is really a bug. IE just needs a particular configuration to
install correctly. Please raise this on wine-devel if you disagree.
--
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=2578
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:11 -------
It's not that simple AFAIK, read the comments in server/fd.c, we need to track
file descriptors to implement file locking correctly.
I'd suggest raising this issue on wine-devel.
--
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=430
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:06 -------
I don't think this patch is correct, is it really the dialogs responsibility to
remember the selection of the edit?
At minimum, these vars should be dialog scoped, possibly even thread scoped.
Post it to wine-devel and ask there.
--
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=2580
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:04 -------
A patch for this has been submitted, and it's fixed in CVS.
--
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=2577
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:02 -------
The Mandrake Cooker packaging is incorrect and should be fixed to be the same as
upstream.
--
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=2574
------- Additional Comments From mike(a)navi.cx 2004-29-11 07:00 -------
It should be running "wine-preloader wine-pthread" or somesuch not just
wine-preloader.
--
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.