Cygwin compile error rev 1506
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
Medium
|
Abdulaziz Ghuloum |
Bug Description
:)
leppie@UBER-VISTA ~/ikarus.dev
$ make
make all-recursive
make[1]: Entering directory `/home/
Making all in src
make[2]: Entering directory `/home/
make all-am
make[3]: Entering directory `/home/
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -DNDEBUG -O3 -Wall -m32 -MT ikarus-io.o -MD -MP -MF .deps/ikarus-io.Tpo -c -o ikarus-io.o ikarus-io.c
ikarus-io.c: In function `do_connect':
ikarus-io.c:142: error: `EAI_SYSTEM' undeclared (first use in this function)
ikarus-io.c:142: error: (Each undeclared identifier is reported only once
ikarus-io.c:142: error: for each function it appears in.)
make[3]: *** [ikarus-io.o] Error 1
make[3]: Leaving directory `/home/
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/
make: *** [all] Error 2
Related branches
Changed in ikarus: | |
milestone: | none → 0.0.4 |
What version of Cygwin are you using?
(Some preliminary poking shows that EAI_SYSTEM is part of the standards that Cygwin should be following, but that at least in 2002 it didn't. *Shame on cygwin*. I haven't verified whether recent versions have fixed that.)