Re: CVS HEAD compile failure

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS HEAD compile failure
Date: 2003-12-08 12:38:36
Message-ID: 200312081238.hB8Ccax29668@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Attached is a compile failure I am seeing in CVS HEAD in bin/pg_dump.
>
> Hmm. I made some what-I-thought-were-unimportant changes in the order
> of header inclusions in pg_dump. Probably what you are seeing is a
> previously unnoticed case of some header that requires some other header
> to be included beforehand. The syntax errors are likely due to a
> typedef name not being defined before use. Does that help?

Uh, no? :-)

Where is the typedef here:

int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-08 12:45:54 Re: CVS HEAD compile failure
Previous Message Abhijit Menon-Sen 2003-12-08 11:06:42 Re: Double linked list with one pointer