Re: CVS HEAD compile failure

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CVS HEAD compile failure
Дата
Msg-id 200312081238.hB8Ccax29668@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: CVS HEAD compile failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: CVS HEAD compile failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: Double linked list with one pointer
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CVS HEAD compile failure