Thread: Errors

Errors

From
Andrew Klimov
Date:

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

Re: Errors

From
Jason Tishler
Date:
Andrew,

On Wed, Nov 27, 2002 at 10:18:40AM -0800, Andrew Klimov wrote:
> Any ideas?

Use the pre-built PostgreSQL 7.2.3 binary that is part of the Cygwin
distribution.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6