Re: [GENERAL] 6.4.2 on DEC Alpha

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Sebestyen Zoltan <szoli(at)netvisor(dot)hu>
Cc: PostgreSQL general mailinglist <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] 6.4.2 on DEC Alpha
Date: 1999-05-27 15:17:00
Message-ID: 199905271517.LAA00767@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[Charset iso-8859-2 unsupported, filtering to ASCII...]
> On Thu, 27 May 1999, Bruce Momjian wrote:
>
> > I have heard this complaint before. Are you running 6.5beta or 6.4.
> > I think this is fixed in 6.5beta. What is precompiling? I am not sure.
> I meant to say C preprocessing..

Yikes, your preprocessor output is removing const. Hmmm.

There is a line in include/config.h which says:

/* Define const as empty if your compiler doesn't grok const. */
/* #undef const */

Now, this is set by configure if it determines your compiler can't
handle const. Please check that, and can you run configure with a 'set
-x' at the top to figure out why it thinks you can't handle const,
because I assume you can. I also don't understand why const is being
removed from the definition, but not the include file.

Now, at least it makes some sense.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ji Li 1999-05-27 17:08:54 DBI connection problem
Previous Message Sebestyen Zoltan 1999-05-27 15:09:24 Re: [GENERAL] 6.4.2 on DEC Alpha