Bug 992 - Compile error in cw.c
Summary: Compile error in cw.c
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: low critical
Assignee: Xorg Project Team
QA Contact:
URL: http://freedesktop.org/cgi-bin/tinder...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 16:50 UTC by Bryce Harrington
Modified: 2004-08-05 00:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bryce Harrington 2004-08-05 16:50:57 UTC
This is on a Debian Linux system but appears to occurring on the other boxes
too.  Looks like a typo around line 690 in cw.c

gcc -m32 -c -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall
-Wpointer-arith -Wundef    -fno-merge-constants -I../include -I../mi -I../Xext
-I../render -I../xfixes          -I../damageext -I../miext/damage
-I../../../include/extensions          -I../../../exports/include/X11
-I../../../include/fonts  -I../../.. -I../../../exports/include   -Dlinux
-D__i386__ -D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE   
                         -D_GNU_SOURCE                           -DSHAPE
-DXINPUT -DXKB -DLBX -DXAPPGROUP       -DXCSECURITY -DTOGCUP   -DXF86BIGFONT
-DDPMSExtension    -DPIXPRIV -DPANORAMIX   -DRENDER -DRANDR       -DXFIXES
-DDAMAGE -DCOMPOSITE -DXEVIE -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV
-DSINGLEDEPTH                             -DXFreeXDGA -DXvExtension            
                  -DXFree86LOADER  -DXFree86Server                             
  -DXF86VIDMODE                           -DXvMCExtension                      
          -DSMART_SCHEDULE                                -DBUILDDEBUG
-DXResExtension                            -DX_BYTE_ORDER=X_LITTLE_ENDIAN      
                   -DXORG_VERSION_CURRENT="(((6) * 10000000) + ((7) * 100000) +
((0) * 1000) + 0)" -DNDEBUG   -DFUNCPROTO=15 -DNARROWPROTO      cw.c
cw.c: In function `miInitializeCompositeWrapper':
cw.c:690: error: syntax error before '}' token
Comment 1 Chris Lee 2004-08-05 17:49:15 UTC
Fixed in CVS, by Eric Anholt.


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.