http://bugs.winehq.org/show_bug.cgi?id=2702
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-11-02 14:17 -------
Patch resubmitted on 11/02/2005, waiting on comments/commit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2687
------- Additional Comments From ulrich.czekalla(a)utoronto.ca 2005-11-02 10:52 -------
UsePrimary is the only clipboard specific parameter.
UsePrimary tells wine to grab the primary selection in addition to the clipboard
selection when ever it takes ownership of the clipboard. This allows you to
paste text into applications that don't support clipboard selection, for example
xterm.
When pasting data from a non-Wine application, it indicates that it should first
fetch data from the primary selection if available, otherwise read the clipboard
selection. Again, this allows you to paste data from non-Wine applications that
don't support clipboard selection.
--
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=2714
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2713
Summary: No definition for SYS_sigaction on x86_64
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wa2steve(a)uwaterloo.ca
I'm trying to compile wine on my x86_64 box and I'm getting the following
compile error in the /usr/src/wine/dlls/ntdll directory:
signal_i386.c: In function `wine_sigaction':
signal_i386.c:114: error: `SYS_sigaction' undeclared (first use in this
function)
I checked the syscall.h file which ended up pointing to bits/syscall.h after a
few includes and found SYS_rt_sigaction but no SYS_sigaction. Is SYS_sigaction
some system call that recently got removed from the linux kernel for some
reason?
I'm using a vanilla linux-2.6.10 kernel, glibc 2.3.4.20041102 and gcc 3.4.3-r1
all built using gentoo ebuilds.
--
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=2712
Summary: build fail on Linux Debian PowerPC
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hfiguiere(a)teaser.fr
Hi,
I'm trying to build wine on Linux Debian PowerPC to get libwine. My goal is to
have some sort of way to run the Win32 version of AbiWord build from source, for
cross-platform development purpose. I don't have a Intel PC so I use my PowerPC
Linux workstation.
When building Wine 2005011 (from the unofficial Debian source package), I get
these errors:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./d3d8.spec
basetexture.o cubetexture.o d3d8_main.o device.o directx.o drawprim.o
indexbuffer.o resource.o shader.o stateblock.o surface.o swapchain.o texture.o
utils.o vertexbuffer.o volume.o volumetexture.o vshaderdeclaration.o
d3d8.dll.dbg.o version.res -o d3d8.dll.so -L../../dlls -lwined3d -luser32
-lgdi32 -ladvapi32 -lkernel32 -L../../libs/wine -lwine -ldxguid -luuid
-L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXext -lX11 -lGL -lGLU
-L../../libs/port -lwine_port
d3d8.dll-JRfN7E.spec.c:20: warning: `__stdcall' redefined
*Initialization*:1: warning: this is the location of the previous definition
/tmp/ccWBJFcU.s: Assembler messages:
/tmp/ccWBJFcU.s:411: Error: syntax error; found `@' but expected `,'
/tmp/ccWBJFcU.s:411: Error: junk at end of line: `@hi'
/tmp/ccWBJFcU.s:432: Error: syntax error; found `@' but expected `,'
/tmp/ccWBJFcU.s:432: Error: junk at end of line: `@hi'
/tmp/ccWBJFcU.s:453: Error: syntax error; found `@' but expected `,'
/tmp/ccWBJFcU.s:453: Error: junk at end of line: `@hi'
/tmp/ccWBJFcU.s:474: Error: syntax error; found `@' but expected `,'
/tmp/ccWBJFcU.s:474: Error: junk at end of line: `@hi'
/tmp/ccWBJFcU.s:495: Error: syntax error; found `@' but expected `,'
/tmp/ccWBJFcU.s:495: Error: junk at end of line: `@hi'
--
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=2149
------- Additional Comments From uncwiljeff(a)yahoo.com 2005-10-02 19:42 -------
I am having the same problem with installing Rise of Nations Gold Edition. The
keyboard input is being sent to the console. I did find a workaround though to
allow me to at least get past entering in my product key. Type the product key
into a text editor and then copy and paste it into the product key field using
your mouse.
--
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=2710
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2005-10-02 14:34 -------
Fixed by Patch: http://cvs.winehq.org/patch.py?id=16034.
--
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=2709
grahame(a)regress.homelinux.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From grahame(a)regress.homelinux.org 2005-10-02 09:20 -------
I'm afraid I'm still seeing this bug.
I tried deleting all existing cookies linked to the AppDB and relogging in but
still no joy.
--
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=2711
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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.