Re: plperl warnings on win32

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: plperl warnings on win32
Дата
Msg-id 87abtm2fkh.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на plperl warnings on win32  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: plperl warnings on win32
Список pgsql-patches
"Magnus Hagander" <magnus@hagander.net> writes:

> When building with MingW, we get a ton of warnings of the type:
> C:/Perl/lib/CORE/config.h:39:20: warning: "/*" within comment
>
> (see
> http://pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=vaquita&dt=2007-07-23%20200011&stg=make)

Huh, what's actually in your /Perl/lib/CORE/config.h ?

Perhaps older versions of perl weren't so careful but on my machine perl
generates a config.h like this:

/* HAS_GETPGRP2:
 *    This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
 *    routine is available to get the current process group.
 */
/*#define HAS_GETPGRP2        / **/

/* HAS_GETPPID:
 *    This symbol, if defined, indicates that the getppid routine is
 *    available to get the parent process ID.
 */
#define HAS_GETPPID        /**/


--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: plperl warnings on win32
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: plperl warnings on win32