Обсуждение: compile errors

Поиск
Список
Период
Сортировка

compile errors

От
Дата:

Hi,

on the current win32 snapshot I get a compiler error while compiling

pg_resetxlog


Error message :

pg_resetxlog.c : In function `main':
pg_resetxlog.c: 193: `optind' undeclared (first use in this function)


To solve this problem temporary on my system, I declared optind as extern int.

Is there a config issue or is this a bug ?

Bye

tom

Re: compile errors

От
Tom Lane
Дата:
<Tom.Zschockelt@flender.com> writes:
> on the current win32 snapshot I get a compiler error while compiling
> pg_resetxlog

Fixed.  Interesting that this hasn't come up on any other platforms...

            regards, tom lane