Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#12026) make distcheck fails
Home

[Freeciv-Dev] (PR#12026) make distcheck fails

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12026) make distcheck fails
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Jan 2005 19:25:03 -0800
Reply-to: bugs@xxxxxxxxxxx

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

This is in 2.0, presumably in the dev branch as well.

This is basically a bootstrap problem that happens because 
--with-included-gettext is no good.  I think.

gcc -c 
-DLOCALEDIR=\"/home/jdorje/src/freeciv/freeciv-2.0/freeciv-2.0.0-beta7/_inst/share/locale\"
 
-DLOCALE_ALIAS_PATH=\"/home/jdorje/src/freeciv/freeciv-2.0/freeciv-2.0.0-beta7/_inst/share/locale\"
 
-DLIBDIR=\"/home/jdorje/src/freeciv/freeciv-2.0/freeciv-2.0.0-beta7/_inst/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../../intl  -g -O2 -Wall -Werror -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  ../../intl/intl-compat.c
../../intl/gettextP.h:68: warning: 'SWAP' defined but not used
make[3]: *** [intl-compat.o] Error 1
make[3]: Leaving directory 
`/home/jdorje/src/freeciv/freeciv-2.0/freeciv-2.0.0-beta7/_build/intl'


-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12026) make distcheck fails, Jason Short <=