Errors - Mailing list pgsql-cygwin

From Andrew Klimov
Subject Errors
Date
Msg-id 20021127181840.80795.qmail@web20419.mail.yahoo.com
Whole thread Raw
Responses Re: Errors  (Jason Tishler <jason@tishler.net>)
List 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 by date:

Previous
From: Andrew Klimov
Date:
Subject: How to use?
Next
From: Jason Tishler
Date:
Subject: Re: Errors