Re: [PORTS] Porting PostgreSQL to Mac OS X Server

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Yoshihiko Aochi <aochi(at)pp(dot)iij4u(dot)or(dot)jp>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Porting PostgreSQL to Mac OS X Server
Date: 1999-06-15 04:38:14
Message-ID: Pine.BSF.4.05.9906150137230.49155-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pp(dot)iij4u(dot)or(dot)jp
>
>

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

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-06-15 08:42:56 Port Bug Report: SELECT with LIKE on indexed field do not use index
Previous Message Unprivileged user 1999-06-14 22:02:00 Port Bug Report: Has ceased to work the command "copy" from shell