compile errors

Поиск
Список
Период
Сортировка
От
Тема compile errors
Дата
Msg-id OF6B251075.A8E0FD9A-ONC1256E5F.0023E4F4-C1256E5F.0024C8FF@flender.com
обсуждение исходный текст
Ответы Re: compile errors  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32

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

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: shutdown problems on win32
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compile errors