From: bertier AT world-net DOT sct DOT fr (Antoine Bertier) Subject: XPilot server (socket and timer pb) 19 Mar 1997 18:23:32 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC34D0.89BDA3C0.cygnus.gnu-win32@pm9-142.sct.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Original-To: "'gnu-win32'" Original-Sender: owner-gnu-win32 AT cygnus DOT com Did anyone try to compile the XPilot server with gnu-win32 ? I stumble on the following errors: gcc -O -I/X11/xc/exports/include -c socklib.c -o socklib.o socklib.c: In function `SetSocketReceiveBufferSize': socklib.c:581: `SO_RCVBUF' undeclared (first use this function) socklib.c:581: (Each undeclared identifier is reported only once socklib.c:581: for each function it appears in.) socklib.c: In function `SetSocketSendBufferSize': socklib.c:618: `SO_SNDBUF' undeclared (first use this function) socklib.c: In function `GetSocketError': socklib.c:850: `SO_ERROR' undeclared (first use this function) socklib.c: In function `SocketReadable': socklib.c:901: warning: passing arg 2 of `cygwin32_select' from incompatible poi nter type make: *** [socklib.o] Error 1 gcc -O -I/X11/xc/exports/include -c sched.c -o sched.o sched.c: In function `setup_timer': sched.c:145: storage size of `itv' isn't known sched.c:175: `ITIMER_REAL' undeclared (first use this function) sched.c:175: (Each undeclared identifier is reported only once sched.c:175: for each function it appears in.) Any idea on how to progress from here would be appreciated. Antoine BERTIER bertier AT world-net DOT sct DOT fr - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".