This is the mail archive of the cygwin-xfree@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Build Xfree?



In Cygwin.cf, where is says #define AsCmd	as
try changing it to XCOMM #define AsCmd as
and uncomminting XCOMM #define AsCmd gcc -S to #define AsCmd gcc -S

Maybe that help you.

Suhaib

> -----Original Message-----
> From: cygwin-xfree-owner@sources.redhat.com
> [mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of lee changkun
> Sent: Wednesday, July 12, 2000 10:13 AM
> To: cygwin-xfree@sourceware.cygnus.com
> Subject: Re: Build Xfree?
>
>
>
> Hi all,
>
> Can anyone tell me to solve this build errors with cygwin-xfree ?
> I tired ii with win2000. Suhaib told me it is CRLF problem in the
> ftp. But i am
> afraid that something is missing..
>
>
> gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return
> -fvtable-thunks
> -m486  -Wall  -I../../../include   -I../../../include/extensions
> -I../../../include/GL   -I../../../exports/include
> -I../mesa/src   -I../dri
> -I../../.. -I../../../exports/include  -D__i386__ -DWIN32_LEAN_AND_MEAN
> -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__
> -D_XOPEN_SOURCE
> -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE
> -D_GNU_SOURCE -DX_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO
> -DGLXEXT -DXF86DRI
> -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA
> -DUSE_X86_ASM    -D_DLL
> vertarr.c
> rm -f xfont.o
>
> gcc -c -O2 -pedantic -fno-strength-reduce -fpcc-struct-return
> -fvtable-thunks
> -m486  -Wall  -I../../../include   -I../../../include/extensions
> -I../../../include/GL   -I../../../exports/include
> -I../mesa/src   -I../dri
> -I../../.. -I../../../exports/include  -D__i386__ -DWIN32_LEAN_AND_MEAN
> -DX_LOCALE -D_MT -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__
> -D_XOPEN_SOURCE
> -D_REENTRANT -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE
> -D_GNU_SOURCE -DX_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO
> -DGLXEXT -DXF86DRI
> -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA
> -DUSE_X86_ASM    -D_DLL
> xfont.c
> xfont.c: In function `isvalid':
> xfont.c:173: warning: `byte1' might be used uninitialized in this function
> xfont.c:173: warning: `byte2' might be used uninitialized in this function
> as   -o glapi_x86.o glapi_x86.s
> glapi_x86.s: Assembler messages:
> glapi_x86.s:22: Error: no such 386 instruction: `aligntext16'
> glapi_x86.s:23: Error: invalid character '_' in mnemonic
> glapi_x86.s:24: Error: invalid character '_' in mnemonic
> glapi_x86.s:25: Error: invalid character '_' in mnemonic
> glapi_x86.s:26: Error: invalid character '_' in mnemonic
> glapi_x86.s:27: Error: invalid character '(' in mnemonic
> glapi_x86.s:28: Error: invalid character '(' in mnemonic
> glapi_x86.s:30: Error: no such 386 instruction: `aligntext16'
> glapi_x86.s:31: Error: invalid character '_' in mnemonic
> glapi_x86.s:32: Error: invalid character '_' in mnemonic
> glapi_x86.s:33: Error: invalid character '_' in mnemonic
> glapi_x86.s:34: Error: invalid character '_' in mnemonic
> glapi_x86.s:35: Error: invalid character '(' in mnemonic
> glapi_x86.s:36: Error: invalid character '(' in mnemonic
> glapi_x86.s:38: Error: no such 386 instruction: `aligntext16'
> glapi_x86.s:39: Error: invalid character '_' in mnemonic
> glapi_x86.s:40: Error: invalid character '_' in mnemonic
> glapi_x86.s:41: Error: invalid character '_' in mnemonic
>
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]