ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] CVS build on cygwin/win2k


From: Norbert Koch
Subject: [RP] CVS build on cygwin/win2k
Date: Sun Apr 6 22:46:01 2003
User-agent: Gnus/5.090018 (Oort Gnus v0.18) XEmacs/21.4 (Portable Code, berkeley-unix)

Hi!

I'm trying to build the current CVS on my system, CYGWIN_NT-5.0
1.3.22(0.78/3/2) i686, but stumble across an undeclared identifier:

if gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -O2
-I/usr/X11R6/include -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.c: In function `chld_handler':
main.c:216: `WAIT_ANY' undeclared (first use in this function)
main.c:216: (Each undeclared identifier is reported only once
main.c:216: for each function it appears in.)
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/ndh/cvsup/ratpoison/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ndh/cvsup/ratpoison/src'
make: *** [all-recursive] Error 1

Where should WAIT_ANY be declared?  Is there a configure option I may
set to make this, uhm, disappear?

Thanks,
norbert.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]