From a37a4e052f2aacbb5da0843c467a98538838a338 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 30 Mar 2021 19:52:27 +0300 Subject: [PATCH 23/23] INSTALL: Drop outdated OSX notes Reported by Dean See osdn #41887 Signed-off-by: Marko Lindqvist --- INSTALL | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/INSTALL b/INSTALL index 50b2e993d2..9279d9b997 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Installing Freeciv: This file describes how to compile and install Freeciv. Last time we made sure this file is up to date was 16-Jul-06. -Last minor update was 26-Nov-20. +Last minor update was 30-Mar-21. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -608,29 +608,6 @@ from normal path. This shows up as a configure error: One needs to adjust PKG_CONFIG_PATH before configure, like this: > export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:$PKG_CONFIG_PATH" -Apple's version of GCC uses precompiled headers that does not support -vararg macros (a GCC extension). This causes GCC to fail when -compiling Freeciv since the compiler is otherwise (mostly) -indistinguishable from vanilla GCC. So instead of the usual - - % ./configure <...> - -you should use either - - Bourne shell: - $ CC="gcc -no-cpp-precomp" ./configure <...> - -or - - C shell: - % env CC="gcc -no-cpp-precomp" ./configure <...> - -depending on whether your shell is a Bourne or C shell variant. (If -in doubt, just try both to see which one will work.) - -Replace <...> with whatever additional arguments you want to give to -configure. - 9. Windows notes: ================= -- 2.30.2