Build Xfree?

Suhaib Siddiqi ssiddiqi@inspirepharm.com
Fri Jul 7 08:26:00 GMT 2000


> make[4]: Leaving directory `/src/cygwin-xfree/lib/GL/glx'
> including in lib/GL/dri...
> make[4]: Entering directory `/src/cygwin-xfree/lib/GL/dri'
> including in lib/GL/dri/drm...
> make[5]: Entering directory `/src/cygwin-xfree/lib/GL/dri/drm'
> make[5]: *** No rule to make target
> `../../../../programs/Xserver/hw/xfree86/os-support//drm/xf86drm.c
> ', needed by
> `xf86drm.c'.  Stop.
> make[5]: Leaving directory `/src/cygwin-xfree/lib/GL/dri/drm'
> make[4]: *** [includes] Error 2
> make[4]: Leaving directory `/src/cygwin-xfree/lib/GL/dri'
> make[3]: *** [includes] Error 2
>

Forget about these errors.  Code is os-support are only stubs to
provide cygwinArchitecture FLAG support.
Eventually down the road the stbs in os-support directory would replaced
by real code.

>
>
>
>
> make[4]: Leaving directory `/src/cygwin-xfree/lib/GL/glx'
> depending in lib/GL/dri...
> make[4]: Entering directory `/src/cygwin-xfree/lib/GL/dri'
> depending in lib/GL/dri/drm...
> make[5]: Entering directory `/src/cygwin-xfree/lib/GL/dri/drm'
> make[5]: *** No rule to make target
> `../../../../programs/Xserver/hw/xfree86/os-support//drm/xf86drm.c
> ', needed by
> `xf86drm.c'.  Stop.
> make[5]: Leaving directory `/src/cygwin-xfree/lib/GL/dri/drm'
> make[4]: *** [depend] Error 2
>


Ignore.  You cannot compile DRM under CYgwin.  DRM needs LINUX kernel
thus non-portable to any OS except Linux.  Read my comments in cygwin.cf.

>
>
>
>
> 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'


You got a CPP problem!!!!!!!!

Did you extract the code on text mounted disk?  It causes this problem



>
>
>
> Best Reagrds
>
> lee



More information about the Cygwin-xfree mailing list