Hi,

I have downloaded latest code from CVS repository, and then run an update against it.

When compiling with 'make World' I get quite a lot of 'Exit code 1' messages, see 
below for some examples.

OS is Solaris 8 X86, compiler is gcc Version 2.95.3

I am unsure if this is my doing or a problem in the code.

Suggestions and pointers appreciated.



Andy




rm -f common_x86_asm.i
/usr/ccs/lib/cpp -Dsun -Di386 -DSVR4 -D__EXTENSIONS__ -D__i386   
-DMALLOC_0_RETURNS_NULL -DGLXEXT  -DGLX_USE_MESA  -DUSE_X86_ASM -DUSE_MMX_ASM   
-I../../../../../exports/include -I../../../../../include/extensions 
-I../../../../../extras/Mesa/src  -I../../../../../extras/Mesa/src/X86  
-I../../../include   common_x86_asm.S | \
grep -v '^\#' > common_x86_asm.i
rm -f common_x86_asm.o
gcc -c -x assembler-with-cpp -o common_x86_asm.o common_x86_asm.i
Assembler: 
        "/var/tmp/ccxKX9Cf.s", line 1 : Illegal mnemonic
        "/var/tmp/ccxKX9Cf.s", line 1 : Syntax error
*** Error code 1

rm -f x86_cliptest.i
/usr/ccs/lib/cpp -Dsun -Di386 -DSVR4 -D__EXTENSIONS__ -D__i386   
-DMALLOC_0_RETURNS_NULL -DGLXEXT  -DGLX_USE_MESA  -DUSE_X86_ASM -DUSE_MMX_ASM   
-I../../../../../exports/include -I../../../../../include/extensions 
-I../../../../../extras/Mesa/src  -I../../../../../extras/Mesa/src/X86  
-I../../../include   x86_cliptest.S | \
grep -v '^\#' > x86_cliptest.i
rm -f x86_cliptest.o
gcc -c -x assembler-with-cpp -o x86_cliptest.o x86_cliptest.i
Assembler: 
        "/var/tmp/ccGhH5FT.s", line 1 : Illegal mnemonic
        "/var/tmp/ccGhH5FT.s", line 1 : Syntax error
*** Error code 1



rm -f kbd.o
gcc -c -O2 -fno-strength-reduce -DNO_ASM -Wall -Wpointer-arith -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wundef 
   -I. -I../../../../../../programs/Xserver/hw/xfree86/os-support 
-I../../../../../../programs/Xserver/hw/xfree86/common  
-I../../../../../../programs/Xserver/mi -I../../../../../../programs/Xserver/include 
-I../../../../../../programs/Xserver/Xext  -I../../../../../../exports/include/X11 
-I../../../../../../include/extensions  -I../../../../../.. 
-I../../../../../../exports/include   -Dsun -Di386 -DSVR4 -D__EXTENSIONS__ -D__i386 
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP  -DXF86BIGFONT 
-DDPMSExtension  -DPIXPRIV -DPANORAMIX  -DRENDER -DRANDR  -DAVOID_GLYPHBLT -DPIXPRIV 
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER  -DXFree86Server -DXF86VIDMODE 
-DXvMCExtension  -DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension 
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -D__SOL8__ -DNDEBUG     -DUSESTDRES   kbd!
.c
In file included from kbd.c:7:
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h:8: parse error 
before `ATScancode'
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h:8: parse error 
before `pInfo'
../../../../../../progr.................................
......................................................../xf86OSKbd.h:90: parse error 
before `pKbd'
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h:90: 
`xf86OSKbdPreInit' declared as function returning a function
../../../../../../programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h:90: warning: 
function declaration isn't a prototype
kbd.c:10: parse error before `pKbd'
kbd.c:11: `xf86OSKbdPreInit' declared as function returning a function
kbd.c:11: warning: function declaration isn't a prototype
kbd.c: In function `xf86OSKbdPreInit':
kbd.c:12: `FALSE' undeclared (first use in this function)
kbd.c:12: (Each undeclared identifier is reported only once
kbd.c:12: for each function it appears in.)
kbd.c:13: warning: control reaches end of non-void function
*** Error code 1
make: Warning: Target `all' not remade because of errors
Current working directory /XF/xc/programs/Xserver/hw/xfree86/os-support/sunos

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to