bug-inetutils
[Top][All Lists]
Advanced

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

Build errors building inetutils-1.3.2


From: Joshua Davies
Subject: Build errors building inetutils-1.3.2
Date: Fri, 19 Apr 2002 11:18:34 -0500

While attempting to build inetutils-1.3.2 using Cygwin version 2.78.2.3 on
Windows 2000 5.00.2195 SP2, I encountered two minor compile errors:

- In /usr/include/w32api/winnt.h, the functions:
        GetCurrentFiber and GetFiberData are declared extern __inline, which 
caused
a compile error in rexecd.  Removing the "extern" allows rexecd to compile.
- In talk/msgs.c, the function timerclear is defined if __CYGWIN__ is
defined.  However, this identifier already is defined as a macro in
sys/time.h.  Removing this multiple declaration allows it to compile.

I'm not sure if this is the correct address to report these bugs to, since
they are both very very Cygwin/Windows specific, but I thought I'd try to
help out if I could.




reply via email to

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