Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2004:
[Freeciv-Dev] Re: (PR#9534) ftwl warnings and errors when compiling with
Home

[Freeciv-Dev] Re: (PR#9534) ftwl warnings and errors when compiling with

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: use_less@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#9534) ftwl warnings and errors when compiling with mingw
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Wed, 28 Jul 2004 16:24:02 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9534 >

On Wed, 28 Jul 2004, James Canete wrote:
> On WinXP with mingw, after ./autogen.sh --enable-ftwl=sdl and make

Needs this patch. Will be committed.

Index: back_end.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/utility/ftwl/back_end.h,v
retrieving revision 1.1
diff -u -r1.1 back_end.h
--- back_end.h  22 Jul 2004 20:00:55 -0000      1.1
+++ back_end.h  28 Jul 2004 23:16:44 -0000
@@ -13,6 +13,13 @@
 #ifndef __BE_H
 #define __BE_H

+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+#ifdef HAVE_WINSOCK
+#include <winsock.h>
+#endif
+
 #include "common_types.h"

 /* don't change */

  - Per




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#9534) ftwl warnings and errors when compiling with mingw, Per I. Mathisen <=