This is the mail archive of the cygwin-xfree@sourceware.cygnus.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: DX server..




in xc/config/cf/cygwin.cf from
#define StandardDefines
delete -DX_NOT_POSIX

I accidently left it.  Cygwin is POSIX.  I added it when I was
patching the code for MingW32.

After you edit cygwin.cf, run a make clean first then make World
and you should be fine.

Regardiung patches failing for xterm, that is because my patches are
already part of xterm in 3.9.16... ignore all the failed patches for
xterm.

Suhaib

> -----Original Message-----
> From: Mike MacDonald [mailto:mmacdonald@tsi.gte.com]
> Sent: Monday, January 03, 2000 2:36 PM
> To: 'Dakshinamurthy Karra'; 'ssiddiqi@inspirepharm.com'
> Subject: RE: DX server..
>
>
> This is what I get when I patch 3.9.16:
>
> gcc -O2 -pedantic -fno-strength-reduce -fnative-struct
> -m486 -g -Wall
> -I../../include -I../../exports/include/X11  -I../..
> -I../../exports/include
> -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_
> -D__STDC__
> -DNO_TCP_H -D__CYGWIN__ -DX_NOT_POSIX -D_REENTRANT -D_GNU_SOURCE
> -DFUNCPROTO=15 -DNARROWPROTO     -DCPP_PROGRAM="\"cpp\""
>  -c imake.c -o
> imake.o
> imake.c: In function `main':
> imake.c:407: warning: implicit declaration of function `mktemp'
> imake.c: In function `wrapup':
> imake.c:452: warning: implicit declaration of function `unlink'
> imake.c: In function `FindImakefile':
> imake.c:639: warning: implicit declaration of function `access'
> imake.c: In function `doit':
> imake.c:756: warning: implicit declaration of function `fork'
> imake.c:760: warning: passing arg 1 of `wait' from
> incompatible pointer type
> imake.c:762: invalid operands to binary &
> imake.c:762: invalid operands to binary &
> imake.c:763: union has no member named `w_T'
> imake.c:764: invalid operands to binary &
> imake.c:764: union has no member named `w_T'
> imake.c:765: union has no member named `w_T'
> imake.c:772: warning: implicit declaration of function `dup2'
> imake.c:773: warning: implicit declaration of function `execvp'
> imake.c: In function `ReadLine':
> imake.c:1513: warning: implicit declaration of function
> `ftruncate'
> imake.c: At top level:
> imake.c:782: warning: `parse_utsname' defined but not used
> imake.c:852: warning: `trim_version' defined but not used
> make[2]: *** [imake.o] Error 1
> make[1]: *** [imake.bootstrap] Error 2
> make: *** [World] Error 2
>
> Maybe I'm missing a header file?  Is this what you get Karra?
>


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