Errors

Поиск
Список
Период
Сортировка
От Andrew Klimov
Тема Errors
Дата
Msg-id 20021127181840.80795.qmail@web20419.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Errors  (Jason Tishler <jason@tishler.net>)
Список pgsql-cygwin

Sorry for previous post, I 'd used '>' instead of '<' in patch -p1.

However after applying

patch -p1 < postgresql-7.2.3-gcc3.patch,and issuing LDFLAGS =-L/usr/local/lib ./configure  I still have the same errors:

-- errors--

make[4]: Entering directory `/usr/src/postgresql-7.2.3/src/backend/storage/ipc'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include  -DBUILDING_DLL=1  -c -o ipc.o ipc.c
ipc.c: In function `InternalIpcSemaphoreCreate':
ipc.c:271: warning: implicit declaration of function `semget'
ipc.c:271: `IPC_CREAT' undeclared (first use in this function)
ipc.c:271: (Each undeclared identifier is reported only once
ipc.c:271: for each function it appears in.)
ipc.c:271: `IPC_EXCL' undeclared (first use in this function)
ipc.c:318: warning: implicit declaration of function `semctl'

--errors--

Any ideas?

Andrew.



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

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

Предыдущее
От: Andrew Klimov
Дата:
Сообщение: How to use?
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Errors