http://bugs.winehq.org/show_bug.cgi?id=3777
------- Additional Comments From m.goemmel(a)compulab.de 2006-27-11 07:56 -------
Which patch do you mean exactly? Does "crossed-out" mean that the patch is not
applied? I only want to help, for MacroPhone (the application this bug is
submitted initially) I already switched to non-blocking mode. So if this test
helps Wine, I will do it. Otherwise I'll wait until a fix is supplied to
CVS/Git
Markus
--
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=5065
------- Additional Comments From markus.amsler(a)oribi.org 2006-27-11 07:52 -------
I tried it with dropping all unnecesary features (Apple Advanced Typography,
codpages, ...) and managed to get it down to 500 KB. Without Code obfuscation or
comment dropping my guessed minimum is around 350 KB of code. The problem is TTF
generation. There's no library and it's not trivial. And we agreed on wine-devel
that's too much.
So sfd2ttf is not feasible with acceptable amount of code. Consider to resolve
this bug as WONTFIX.
--
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=6791
Summary: Compiling wine on amd x86_64 for RHEL 4 or centos 4
Product: Wine
Version: 0.9.25.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geisj(a)pagestation.com
I am attempting to compile wine on amd x86_64.
I found the FAQ page and tried to follow FC5 procedures
as I thought that would be close to what I need.
This is when my compile script is doing:
---------------------------
export CC=gcc
./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x
echo make depend
echo make
---------------------------
HOwever when I compile I get errors.
------------------------------
make[1]: Entering directory `/home/silentm/wine-0.9.25/tools'
make[1]: `makedep' is up to date.
make[1]: Leaving directory `/home/silentm/wine-0.9.25/tools'
make[1]: Entering directory `/home/silentm/wine-0.9.25/libs'
make[2]: Entering directory `/home/silentm/wine-0.9.25/libs/port'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/silentm/wine-0.9.25/libs/port'
make[2]: Entering directory `/home/silentm/wine-0.9.25/libs/wine'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__i386__
-o casemap.o casemap.c
In file included from ../../include/windef.h:234,
from ../../include/wine/unicode.h:26,
from casemap.c:4:
../../include/winnt.h:764:1: warning: "CONTEXT_CONTROL" redefined
../../include/winnt.h:719:1: warning: this is the location of the previous
definition
../../include/winnt.h:765:1: warning: "CONTEXT_INTEGER" redefined
../../include/winnt.h:720:1: warning: this is the location of the previous
definition
../../include/winnt.h:766:1: warning: "CONTEXT_SEGMENTS" redefined
../../include/winnt.h:721:1: warning: this is the location of the previous
definition
../../include/winnt.h:767:1: warning: "CONTEXT_FLOATING_POINT" redefined
../../include/winnt.h:722:1: warning: this is the location of the previous
definition
../../include/winnt.h:768:1: warning: "CONTEXT_DEBUG_REGISTERS" redefined
------------------------------------
I'm not sure what to do now.
It seems like in include/winnt.h both the __i386__ and __x86_64__ are
defined. This is why I am getting the symbols are redefined.
Jerry
--
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=3777
------- Additional Comments From damjan.jov(a)gmail.com 2006-27-11 07:35 -------
Try it with the crossed-out patch on bug 4619, I think it should work.
--
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=6790
Summary: jack driver does not create audio inputs
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jez(a)technetium.net.au
when starting wine configured with the jack audio driver it creates two audio
outputs wine_jack_out_0:out_l and out_r but does not create any jack audio
inputs used for capturing audio making it rather useless for many audio
recording applications.
--
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=6761
------- Additional Comments From huw(a)codeweavers.com 2006-27-11 05:52 -------
Looks like it's failing because getElementsByTagName is a stub.
--
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=5991
Giles.Collingwood(a)control-risks.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |giles.collingwood@control-
| |risks.com
------- Additional Comments From Giles.Collingwood(a)control-risks.com 2006-27-11 05:51 -------
Retested on Ubuntu 6.06 using binary for 0.9.25 and now get this error during
installation (before any dialogs):
err:msi:ITERATE_Actions Execution halted, action
L"FatalErrorIE.2D02443E_7002_400B_ABC9_EAB2C064397B" returned 1603
--
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.