-ENOPATCH;

On Wed, Jul 30, 2008 at 08:09:09AM -0800, . . wrote:
> [... lots of irrelevant stuff ...]
> socket.c: At top level:
> socket.c:2652: error: conflicting types for  sendUpdatePacket 
> socket.h:52: error: previous declaration of  sendUpdatePacket  was here

Caused by your x86_64 build environment though, interesting.  Here is
the patch, apply and try again.  Or "darcs pull".

--- old-netrek-client-cow/socket.h	2008-07-31 12:56:07.000000000 +1000
+++ new-netrek-client-cow/socket.h	2008-07-31 12:56:07.000000000 +1000
@@ -49,7 +49,7 @@
 // void handlePlyrLogin(struct plyr_login_spacket *packet, int sock);
 // void handleStats(struct stats_spacket *packet);
 // void handlePlyrInfo(struct plyr_info_spacket *packet);
-void sendUpdatePacket(long speed);
+void sendUpdatePacket(LONG speed);
 // void handlePlanetLoc(struct planet_loc_spacket *packet);
 // void handleReserved(struct reserved_spacket *packet, int sock);
 // void handleShipCap(struct ship_cap_spacket *packet);

-- 
James Cameron    mailto:quozl at us.netrek.org     http://quozl.netrek.org/