http://bugs.winehq.org/show_bug.cgi?id=4691
Summary: compile error: at wined3d_main
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: multescugeorge(a)yahoo.com
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+
-Wdeclaration-after-statement -Wpointer-arith -g -O2 -o wined3d_main.o
wined3d_main.c
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./wined3d.spec
basetexture.o cubetexture.o device.o directx.o drawprim.o indexbuffer.o
pixelshader.o query.o resource.o stateblock.o surface.o swapchain.o texture.o
utils.o vertexbuffer.o vertexdeclaration.o vertexshader.o volume.o
volumetexture.o wined3d_main.o -o wined3d.dll.so -L../../dlls
-L../../dlls/user32 -L../../dlls/gdi32 -L../../dlls/advapi32
-L../../dlls/kernel32 -luser32 -lgdi32 -ladvapi32 -lkernel32
-L../../libs/wine -lwine -luuid -L/usr/X11R6/lib -lSM -lICE -lXxf86dga
-lXxf86vm -lXext -lX11 -lGL -lGLU -L../../libs/port -lwine_port
device.o(.text+0x409e): In function `IWineD3DDeviceImpl_SetRenderState':
/usr/src/wine/dlls/wined3d/device.c:3770: undefined reference to
`glStencilOpSeparate'
device.o(.text+0x571c):/usr/src/wine/dlls/wined3d/device.c:3799: undefined
reference to `glStencilFuncSeparate'
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [wined3d.dll.so] Error 2
make[2]: Leaving directory `/usr/src/wine/dlls/wined3d'
make[1]: *** [wined3d] Error 2
make[1]: Leaving directory `/usr/src/wine/dlls'
make: *** [dlls] Error 2
I don't think i'm missing headers, since the compile for earlyer wine
versions (like CVS from 27.02.2006) runs smoothly. This error appeared these
last few days in CVS.
This is the error from CVS 02.03.2006
I'm using Fedora Core 4 with updates, gcc version is:
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
(i made all the proper compile steps: ./configure; make depend && make
and the CVS update was done with: cvs update -PAd)
--
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=4651
------- Additional Comments From w1ldph1l(a)comcast.net 2006-02-03 04:00 -------
Applied patch, works with either patcher first, or the client first.
--
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=4663
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rob(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-03 03:43 -------
it's this patch:
http://www.winehq.org/pipermail/wine-cvs/2006-February/021232.html
Problem is the app doesn't appear anymore in the systray, so it cannot be opened
anymore. Added author of the patch
--
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=4646
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
Summary|DO NOT OPEN THIS BUG! IT |Cannot run binaries created
|CONTAINS ILLEGAL CODE THAT |with microsoft visual c++
|YOU SHOULD _NOT_ BE LOOKING |
|AT |
------- Additional Comments From mike(a)codeweavers.com 2006-02-03 02:17 -------
Arjan, please don't post any Microsoft code to bugzilla, wine-devel or anywhere
else. We depend upon Wine developers not looking at it, because we may
implement our own versions of MFC or other publicly available Microsoft code one
day.
I think this does not invalidate your bug, so I'm reopening it.
--
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=4646
------- Additional Comments From arjan.mels(a)gmx.net 2006-02-03 01:59 -------
Well, I do apologies! I thought to be of assistence. This source is basically
available to anyone with Visual Studio 2005, so I saw no harm in it.
I take a bit of offence at your very short and strong answer. If you do not
want me to help improve Wine fine; I spend quit a lot of time in figuring out
what is wrong, more to help Wine a step further than for my own code actually.
--
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=4669
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-03 01:18 -------
Either i did something wrong , or it has been fixed already within a few days,
but i cannot reproduce this bug anymore. Still only runs in virtual desktop but
that's another bug.
--
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=4690
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)codeweavers.com 2006-02-03 01:18 -------
Looks like rpmbuild is trying to interpret Wine's .spec files as its own.
I don't think this has ever worked, and if it has, then rpmbuild has regressed.
--
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=4690
Summary: problem with msvidc32 keeps wine rpm from building
Product: Wine
Version: 0.9.8.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebug1(a)jks.tupari.net
> rpmbuild -vv -ta wine-0.9.8.tar.bz2
error: line 1: Unknown tag: @ stdcall -private DriverProc(long long long long
long) CRAM_DriverProc
[jks@jks-desktop /tmp/wine-0.9.8/dlls/msvidc32]$ cat msvidc32.spec
@ stdcall -private DriverProc(long long long long long) CRAM_DriverProc
> cat /etc/fedora-release
Fedora Core release 3 (Heidelberg)
--
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=1410
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tbretz(a)astro.uni-
| |wuerzburg.de
------- Additional Comments From vitaliy(a)kievinfo.com 2006-01-03 22:26 -------
*** Bug 4679 has been marked as a duplicate of this bug. ***
--
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.