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 14:52:11
Message-ID: 199905271452.KAA29919@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...]
> I tried to compile $(subject) and run into the following problem: When
> compiling interfaces\libpq library I couldn't compile fe-connect.c:
> The compiler complained that the PQconnectdb's definition and declaration
> doesn't match! And I found out that after precompiling, at the definition
> of the function (i.e. NOT in the header!) changes, see below:
>
> That line is from the header(libpq-fe.h)
> extern PGconn *PQconnectdb(const char *conninfo);
>
> That one from fe-connect.c:
> extern PGconn *PQconnectdb(const char *conninfo)
>
> And this line above changes to the one below after precompiling :(((:
> extern PGconn *PQconnectdb( char *conninfo)
>
> What went wrong?

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.

--
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 Sebestyen Zoltan 1999-05-27 15:09:24 Re: [GENERAL] 6.4.2 on DEC Alpha
Previous Message James Thompson 1999-05-27 13:09:09 Re: [GENERAL] ERROR: nodeRead: Bad type 0