Re: pgAdmin on Mac OS X

From: Patrick Hatcher <PHatcher(at)macys(dot)com>
To: "Jyrki Wahlstedt <jyrki(dot)wahlstedt" <jyrki(dot)wahlstedt(at)hut(dot)fi>
Cc: "Adam H(dot)Pendleton" <fmonkey(at)fmonkey(dot)net>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, pgadmin-hackers-owner(at)postgresql(dot)org
Subject: Re: pgAdmin on Mac OS X
Date: 2004-12-06 18:18:21
Message-ID: OFB788DB53.70F3C3D9-ON88256F62.00634175-88256F62.00655AA3@fds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

sorry for the dumb question up front:
1. CVS Checkout wxWindows

I have wxMac-2.5.3 installed that I picked up from the wxWidgets site.
Should I use the version above and not the wxMac version? And where would
I get the CVS version?

TIA

Patrick Hatcher
Macys.Com


Jyrki Wahlstedt
<jyrki.wahlstedt@
hut.fi> To
Sent by: "Adam H.Pendleton"
pgadmin-hackers-o <fmonkey(at)fmonkey(dot)net>
wner(at)postgresql(dot)o cc
rg pgadmin-hackers
<pgadmin-hackers(at)postgresql(dot)org>
Subject
12/06/2004 09:20 Re: [pgadmin-hackers] pgAdmin on
AM Mac OS X





Hi,
good to see these instructions! Probably 'make install' should read
'sudo make install', though, as writing to final directories require
more than normal user privileges!?
!
! Jyrki Wahlstedt
! Tinatie 3 A 2 mob. +358-40-502 0164
! FI-00440 Helsinki
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780
6366 EFD9 139C C386

On 6.12.2004, at 16:28, Adam H.Pendleton wrote:

> pgAdmin3 on Mac can be built by following these instructions:
>
> 1. CVS Checkout wxWindows
> 2. cd wxWindows
> 3. mkdir macbuild; cd macbuild
> 4. ../configure --prefix=/path/to/wx2 --with-mac --enable-unicode
> --disable-shared --enable-debug
> 5. make ; make instal
> 6. cd contrib/src/stc
> 7. make ; make install
> 8. CVS checkout pgAdmin3
> 9. cd pgadmin3
> 10. sh bootstrap
> 11. ./configure --disable-shared --enable-debug
> 12. make
> 13. cd src
> 14. cd ..; make install
> 15. /Developer/Tools/Rez -d __DARWIN__ -t APPL -d __WXMAC__ -i . -i
> include/ -o /usr/local/pgadmin3/bin/pgadmin3 Carbon.r
> /path/to/wx2/lib/libwx_macud-2.5.3.r
> 16. /usr/local/pgadmin3/bin/pgadmin3
>
> The program isn't really usable yet, but I'll be working to create
> some patches to fix that. Also, I hope to automate step 15, but it
> will take some time. That's all for now.
>
> ahp
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H.Pendleton 2004-12-06 18:35:15 Re: pgAdmin on Mac OS X
Previous Message Andreas Pflug 2004-12-06 17:59:23 Re: pgAdmin on Mac OS X