Обсуждение: installation question

Поиск
Список
Период
Сортировка

installation question

От
Hua Xin Yu
Дата:
Hi,All
I have cygwin installed on my windows XP. I start to
install postgresql in
a unix way. I did ./configure first.

When I typed make to build, it fails to build
..src/backend/port/pg_sema.o,
complaining that IPC_CREAT, IPC_EXCL, SETVAL etc. are
not declared.
Those variables are declared in
..src/include/port/beos.h

What I missed in the installation?
Thanks in advance

Xinyu

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

Re: installation question

От
Jason Tishler
Дата:
Xinyu,

On Mon, Jul 07, 2003 at 06:25:44PM -0700, Hua Xin Yu wrote:
> When I typed make to build, it fails to build
> ..src/backend/port/pg_sema.o,
> complaining that IPC_CREAT, IPC_EXCL, SETVAL etc. are
> not declared.
> Those variables are declared in
> ..src/include/port/beos.h
>
> What I missed in the installation?

Did you forget to install cygipc?

BTW, a pre-built 7.3.3 is part of the standard 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

Re: installation question

От
Xinyu Hua
Дата:
Yes. The problem is that I didn't install cygipc. After I installed
cygipc, make built sucessfully.
Thanks a lot.
Xinyu

On Tue, 8 Jul 2003, Jason Tishler wrote:

> Xinyu,
>
> On Mon, Jul 07, 2003 at 06:25:44PM -0700, Hua Xin Yu wrote:
> > When I typed make to build, it fails to build
> > ..src/backend/port/pg_sema.o,
> > complaining that IPC_CREAT, IPC_EXCL, SETVAL etc. are
> > not declared.
> > Those variables are declared in
> > ..src/include/port/beos.h
> >
> > What I missed in the installation?
>
> Did you forget to install cygipc?
>
> BTW, a pre-built 7.3.3 is part of the standard 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>



Re: installation question

От
Xinyu Hua
Дата:
Yes. The problem is that I didn't install cygipc. After I installed
cygipc, make built sucessfully.
Thanks a lot.
Xinyu

On Tue, 8 Jul 2003, Jason Tishler wrote:

> Xinyu,
>
> On Mon, Jul 07, 2003 at 06:25:44PM -0700, Hua Xin Yu wrote:
> > When I typed make to build, it fails to build
> > ..src/backend/port/pg_sema.o,
> > complaining that IPC_CREAT, IPC_EXCL, SETVAL etc. are
> > not declared.
> > Those variables are declared in
> > ..src/include/port/beos.h
> >
> > What I missed in the installation?
>
> Did you forget to install cygipc?
>
> BTW, a pre-built 7.3.3 is part of the standard 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>