Bug 2818 - `ShapeInput' undeclared (first use in this function)
Summary: `ShapeInput' undeclared (first use in this function)
Status: CLOSED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: Alpha Linux (All)
: highest blocker
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 12:50 UTC by Will L G
Modified: 2011-10-15 17:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Will L G 2005-03-25 12:50:13 UTC
Digital AlphaPC 164SX 533 MHz
Redhat 7.2 [Alpha]
GCC-3.0.4
Make-3.8
Binutils-2.15
Kernel-2.6.11.4

if ccache gcc-3.0.4 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../mi -
Wall -Wpointer-arith -Wstrict-prototypes         -Wmissing-prototypes -Wmissing-
declarations     -Wnested-externs -fno-strict-aliasing -D_XOPEN_SOURCE=500 -
D_BSD_SOURCE -D_XOPEN_SOURCE -DXTHREADS -DXUSE_MTSAFE_API -
DDFLT_XKB_CONFIG_ROOT="/usr/X11R6/lib/X11/xkb" -I/usr/include/X11/fonts -
I/usr/include/X11/Xtrans   -D_BSD_SOURCE -I../include -I../Xext  -g -O3  -g -
O3 -mtune=ev56 -mcpu=ev56  -mieee -funroll-all-loops -mmax -ffast-math -fstrict-
aliasing -pipe  -fexpensive-optimizations -ffloat-store  -foptimize-register-
move -foptimize-sibling-calls -IGL/mesa/X -MT shape.o -MD -MP -
MF ".deps/shape.Tpo" -c -o shape.o shape.c; \
then mv -f ".deps/shape.Tpo" ".deps/shape.Po"; else rm -f ".deps/shape.Tpo"; 
exit 1; fi
<command line>: warning: "_XOPEN_SOURCE" redefined
<command line>: warning: this is the location of the previous definition
shape.c: In function `ProcShapeRectangles':
shape.c:297: `ShapeInput' undeclared (first use in this function)
shape.c:297: (Each undeclared identifier is reported only once
shape.c:297: for each function it appears in.)
shape.c: In function `ProcShapeMask':
shape.c:396: `ShapeInput' undeclared (first use in this function)
shape.c: In function `ProcShapeCombine':
shape.c:505: `ShapeInput' undeclared (first use in this function)
shape.c: In function `ProcShapeOffset':
shape.c:622: `ShapeInput' undeclared (first use in this function)
shape.c: In function `SendShapeNotify':
shape.c:911: `ShapeInput' undeclared (first use in this function)
shape.c: In function `ProcShapeGetRectangles':
shape.c:1009: `ShapeInput' undeclared (first use in this function)
make: *** [shape.o] Error 1
Comment 1 Erik Andren 2006-06-18 03:32:43 UTC
Is this still an issue using a more current version of xorg?
Comment 2 Will L G 2006-06-18 10:01:35 UTC
Hell, these bugs are so damn old I can't really tell ya... Nothing personal but
you lazy fucks didn't even bother to respond for OVER an year! You tell me, did
any one bother to fix it since I posted the error? 
Comment 3 Timo Jyrinki 2007-02-22 14:08:26 UTC
The original bug report somehow did not have any status, so nobody probably even found it. Marking as fixed, reopen if the problem still happens.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.