Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2002:
[Freeciv-Dev] Re: detection of "inline" broken (PR#2104)
Home

[Freeciv-Dev] Re: detection of "inline" broken (PR#2104)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: detection of "inline" broken (PR#2104)
From: Jason Short <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 29 Sep 2002 19:09:48 -0700 (PDT)

Per I. Mathisen wrote:
On Sat, 28 Sep 2002 jdorje@xxxxxxxxxxxxxxxxxxxxx wrote:

I use Debian Sid.My system:

+ checking for autoconf >= 2.52 ... found 2.54, ok.
+ checking for automake >= 1.4 ... found 1.5, ok.
+ checking for xgettext >= 0.10.36 ... found 0.11.5, ok.
+ checking for msgfmt >= 0.10.36 ... found 0.11.5, ok.

...

It happens because config.h contains

/* Define as `__inline' if that's what the C compiler calls it,
   or to nothing if it is not supported. */
#define inline

...

So the question is: why is inline incorrectly defined?


My Sid system is exactly as described above, but my config.h reads:

/* Define as `__inline' if that's what the C compiler calls it, or to nothing
   if it is not supported. */
/* #undef inline */

I bet it is significant that I use gcc 3.2.

jason




[Prev in Thread] Current Thread [Next in Thread]