emacs-devel
[Top][All Lists]
Advanced

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

bootstrapping fails


From: Luc Teirlinck
Subject: bootstrapping fails
Date: Thu, 19 Aug 2004 10:30:09 -0500 (CDT)

I do:

cvs -z3 -d address@hidden:/cvsroot/emacs co .
cd emacs
make maintainer-clean
./configure --without-toolkit-scroll-bars
make bootstrap

Result:

gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID
-I. -I/home/teirllm/emacscvsdir/emacs/src -D_BSD_SOURCE
-I/usr/X11R6/include -g -O2 process.c
process.c: In function `Faccept_process_output':
process.c:3773: too few arguments to function
`wait_reading_process_input'
process.c: In function `wait_reading_process_input':
process.c:4019: number of arguments doesn't match prototype
lisp.h:2967: prototype declaration
process.c: In function `send_process':
process.c:5347: too few arguments to function
`wait_reading_process_input'
make[1]: *** [process.o] Error 1
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
make: *** [bootstrap] Error 2

What is weird is that wait_reading_process_input ia apparently defined
_twice_ in process.c, once on line 4015, once on line 6879.

Sincerely,

Luc.




reply via email to

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