Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#11935) HAVE_LIBINTL_H isn't defined
Home

[Freeciv-Dev] (PR#11935) HAVE_LIBINTL_H isn't defined

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#11935) HAVE_LIBINTL_H isn't defined
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 15 Jan 2005 02:39:40 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11935 >

In 2.0 (but not in the development version, where this has been fixed by 
  PR#11313) configure never actually checks for libintl.h.  It is 
referenced in gettext.m4 but this never actually defines HAVE_LIBINTL_H 
(this is easy to verify by looking at config.h, which has no 
HAVE_LIBINTL_H line - defined or undefined).  The result is that if 
you're using libintl compilation will fail.

The fix is probably to apply PR#11313 to the 2.0 branch.

-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#11935) HAVE_LIBINTL_H isn't defined, Jason Short <=