Re: posgresql 7.3beta3 compile error in src/pl/plperl (perl extension)

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: posgresql 7.3beta3 compile error in src/pl/plperl (perl extension)
Дата
Msg-id 87vg3hkuw1.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на posgresql 7.3beta3 compile error in src/pl/plperl (perl extension)  (Igor Shevchenko <igor@followupmarketer.com>)
Список pgsql-bugs
Igor Shevchenko <igor@followupmarketer.com> writes:
> I've got a compile-time error when trying to build postgresql 7.3beta3 with
> perl:

> gcc -O2 -fpic -I. -I/usr/lib/perl5/5.8.0/i686-linux-thread-multi-64int-ld/CORE
> -I../../../src/include   -c -o plperl.o plperl.c
> In file included from
> /usr/lib/perl5/5.8.0/i686-linux-thread-multi-64int-ld/CORE/op.h:480,
>                  from
> /usr/lib/perl5/5.8.0/i686-linux-thread-multi-64int-ld/CORE/perl.h:2209,
>                  from plperl.c:61:
> /usr/lib/perl5/5.8.0/i686-linux-thread-multi-64int-ld/CORE/reentr.h:602: field
> `_crypt_struct' has incomplete type

This is a bug in Perl 5.8.0. To workaround it, add '-D_GNU_SOURCE' to
the CFLAGS for PL/Perl.

I'm planning to send in a patch that works around this problem for 7.3
final, but I haven't got a chance yet (if someone feels like doing it,
go right ahead).

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Igor Shevchenko
Дата:
Сообщение: posgresql 7.3beta3 compile error in src/pl/plperl (perl extension)
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Bug with child tables referencing parent table?