Re: os x port

From: Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net>
To: nwingfield(at)che-llp(dot)com
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: os x port
Date: 2003-12-13 01:48:13
Message-ID: 69862C7E-2D0E-11D8-9587-000A9566CE14@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Friday, Dec 12, 2003, at 15:54 US/Eastern, nwingfield(at)che-llp(dot)com
wrote:

> Could you please explain what help is needed to complete a port of
> pgAdmin
> 3 to OS X? I would like to see the software available on the Mac
> platform
> and would also like to learn some OS X programming skills. Currently I
> devote a good deal of time to Zope/Python, but I don't really know how
> those skills could transfer to this project. Thanks. Nathaniel
>

1. pgAdmin3 will only run on Mac OS X Panter (10.3) and above.
Previous versions are not currently supported.
2. Get the wxWindows snapshot from developer.pgadmin.org.
3. Compile with ./configure --prefix=/usr/local/wx2 --with-mac
--enable-unicode
4. make
5. make install
6. cd contrib/src/stc
7. make install
8. cd ../xrc
9. make install
10. Get the pgAdmin3 source
11. ./configure --prefix=/usr/local/pgadmin3
12. make
13. make install

Report any errors. BTW, I don't have a copy of Mac OS X Panther, so I
don't know if these steps will work or not. Please report any problems
you have and I will try to help as best I can.

ahp

In response to

  • os x port at 2003-12-12 20:54:58 from nwingfield

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message nwingfield 2003-12-13 16:14:27 building wxPython on OS X
Previous Message nwingfield 2003-12-12 20:54:58 os x port