Errors

From: Andrew Klimov <and_k_98(at)yahoo(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Errors
Date: 2002-11-27 18:18:40
Message-ID: 20021127181840.80795.qmail@web20419.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

  • Re: Errors at 2002-11-27 19:00:15 from Jason Tishler

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2002-11-27 19:00:15 Re: Errors
Previous Message Andrew Klimov 2002-11-27 18:01:27 How to use?