ddd
[Top][All Lists]
Advanced

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

ddd 3.2.92 - make fails on cygwin - input.c compile errors


From: Chuck . Irvine
Subject: ddd 3.2.92 - make fails on cygwin - input.c compile errors
Date: Tue, 5 Dec 2000 12:03:15 -0600

I just attempted to make ddd on cygwin. To get it to configure, I used
the patched files that Jong Lee sent to the mailing list on Monday
12/4/00. (Thanks Jong!). Configure ran flawlessly. However, the build
failed on readline/input.c. Any ideas on what might be wrong? Perhaps I
should go back to 3.2.91, especially since Jong's patched files were
really against that version. Thanks in advance.

Versions:
cygwin 1.1.5
ddd 3.2.92
nt 4.0

Chuck Irvine
Sprint

gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O input.c
input.c: In function `rl_gather_tyi':
input.c:195: `fd_set' undeclared (first use in this function)
input.c:195: (Each undeclared identifier is reported only once
input.c:195: for each function it appears in.)
input.c:195: parse error before `readfds'
input.c:202: `readfds' undeclared (first use in this function)
input.c:203: `exceptfds' undeclared (first use in this function)
input.c:208: parse error before `)'
input.c: In function `_rl_input_available':
input.c:267: `fd_set' undeclared (first use in this function)
input.c:267: parse error before `readfds'
input.c:278: `readfds' undeclared (first use in this function)
input.c:279: `exceptfds' undeclared (first use in this function)
input.c:284: parse error before `)'
make[1]: *** [input.o] Error 1
make[1]: Leaving directory `/tmp/ddd-3.2.92/readline'
make: *** [all-recursive] Error 1


> make
Making all in readline
make[1]: Entering directory `/tmp/ddd-3.2.92/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O complete.c
rm -f bind.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O display.c
rm -f signals.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -g -O input.c
input.c: In function `rl_gather_tyi':
input.c:195: `fd_set' undeclared (first use in this function)
input.c:195: (Each undeclared identifier is reported only once
input.c:195: for each function it appears in.)
input.c:195: parse error before `readfds'
input.c:202: `readfds' undeclared (first use in this function)
input.c:203: `exceptfds' undeclared (first use in this function)
input.c:208: parse error before `)'
input.c: In function `_rl_input_available':
input.c:267: `fd_set' undeclared (first use in this function)
input.c:267: parse error before `readfds'
input.c:278: `readfds' undeclared (first use in this function)
input.c:279: `exceptfds' undeclared (first use in this function)
input.c:284: parse error before `)'
make[1]: *** [input.o] Error 1
make[1]: Leaving directory `/tmp/ddd-3.2.92/readline'
make: *** [all-recursive] Error 1
c:/tmp/ddd-3.2.92
> 


reply via email to

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