Le sam 30/04/2005 à 16:21, Ivan Gyurdiev a écrit :
On Sat, 2005-04-30 at 13:25 -0400, Vincent Béron wrote:
Hi Jesse,
The failures you see are only whitespace changes. Either make patch skip whitespace changes, or apply the following patch to Olivier's patch prior to apply it to your tree.
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o directx.o directx.c directx.c:36: error: static declaration of ‘DeviceMemory’ follows non-static declaration directx.c:35: error: previous declaration of ‘DeviceMemory’ was here
Olivier's patch is the one adding both the extern and static declarations of DeviceMemory. He's the one to who ask questions.
Vincent