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

From: Yoshihiko Aochi <aochi(at)pp(dot)iij4u(dot)or(dot)jp>
To:
Cc: <pgsql-ports(at)postgreSQL(dot)org>
Subject: Re: [PORTS] Porting PostgreSQL to Mac OS X Server
Date: 1999-06-14 15:11:01
Message-ID: 199906141510.XAA10490@relay1.asia.apple.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

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

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-06-14 22:02:00 Port Bug Report: Has ceased to work the command "copy" from shell
Previous Message Unprivileged user 1999-06-14 15:05:17 Port Bug Report: Previous Bug Report My Fault (i.e. not a bug)