Re: problems compiling CVS HEAD - LDAP auth and Kerberos

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems compiling CVS HEAD - LDAP auth and Kerberos
Дата
Msg-id 18458.1142532750@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problems compiling CVS HEAD - LDAP auth and Kerberos  ("Albe Laurenz" <all@adv.magwien.gv.at>)
Ответы Re: problems compiling CVS HEAD - LDAP auth and Kerberos  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-hackers
"Albe Laurenz" <all@adv.magwien.gv.at> writes:
> Compiling src/interfaces/libpq/fe-auth.c on Linux I get

> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -fno-strict-aliasing
> -I../../../src/include -D_GNU_SOURCE  -I/usr/kerberos/include  -c -o
> auth.o auth.c
> auth.c:793:1: directives may not be used inside a macro argument
> auth.c:792:56: unterminated argument list invoking macro "ereport"
> auth.c: In function `CheckLDAPAuth':
> auth.c:794: warning: implicit declaration of function `ereport'
> auth.c:798: syntax error before ')' token

Fixed, thanks for the report.

Anybody want to enable the LDAP code on any of the buildfarm machines?
This shoulda been noticed sooner.
        regards, tom lane


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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Separate BLCKSZ for data and logging
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: problems compiling CVS HEAD - LDAP auth and Kerberos