Re: [PORTS] Porting PostgreSQL to Mac OS X Server - Mailing list pgsql-ports

From The Hermit Hacker
Subject Re: [PORTS] Porting PostgreSQL to Mac OS X Server
Date
Msg-id Pine.BSF.4.05.9906150137230.49155-100000@thelab.hub.org
Whole thread Raw
In response to Re: [PORTS] Porting PostgreSQL to Mac OS X Server  (Yoshihiko Aochi <aochi@pp.iij4u.or.jp>)
List pgsql-ports
Morning...

    Assuming that this isn't using v6.5, can you try the v6.5 release
that just got released and report back on that?  If this is v6.5, please
confirm so that we can work off of that...



On Tue, 15 Jun 1999, Yoshihiko Aochi wrote:

> Hello Hermit Hacker-san,
>
> >At 8:58 AM -0300 99.6.14, The Hermit Hacker wrote:
> >
> >> Hello,
> >>
> >> I tried to make the postgreSQL on Mac OS X Server.
> >> But cannot make it yet. is there anybody who could make it.
> >
> >what problems are you hitting?
>
> I'm sorry,
>
> tried the follwing way,
>
> 1) copy a template file (linux_ppc) as 'rhapsody'
> 2) ./configure --host=powerpc-apple-netbsd
> 3) add -traditional with CFLAGS
> 4) make all. cpp said "include file sys/ipc.h not found"
> 5) comment out the line, #include <sys/ipc.h> in include/storage/ipc.h
> 6) retried make. then in backend
>    gist.c: In function 'gistbuild':
>    gist.c:152 : 'T_' undeclared (first use this function)
>    gist.c:152 : (Each undeclared identifier is reported only once
>    gist.c:152 : for each function it appears in.)
>    gist.c:152 : parse error before '#'
>    make[3]: *** [gist.o] Error 1
>    make[2]: *** [submake] Error 2
>    make[1]: *** [access dir] Error 2
>    make: *** [All] Error 2
>
> that's all. Please any advice.
>
> Thanks,
>
> Yoshihiko Aochi
> E-Mail : aochi@pp.iij4u.or.jp
>
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: Has ceased to work the command "copy" from shell
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: SELECT with LIKE on indexed field do not use index