Missing header in zic.c?

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Missing header in zic.c?
Дата
Msg-id 54798A299E68514AB7C4DEBA25F03BE101BBA8@postal.corporate.connx.com
обсуждение исходный текст
Ответы Re: Missing header in zic.c?
Список pgsql-hackers
Perhaps it is a Win32 only issue.
 
This is from today's snapshot.
 
When compiling zic.c, the definition for optarg was missing (obviously getopt.h was missing).  Adding getopt.h to zic.c solved that problem.
 
Perhaps it is a combination of compiler flags that skirts the inclusion.  I performed a make clean and then a make using the MINGW tool set.
 

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: parameter hints to the optimizer
Следующее
От: "Dann Corbit"
Дата:
Сообщение: miniscule compiler barf in pg_ctl.c