Re: [pgadmin-hackers] CVS Commit by dpage: Since the autotools for some reason refuse to strip

2005-04-14 Thread Chris Campbell
You can leave the executable named "pgadmin3". Just put the following in the Info.plist: CFBundleExecutable pgadmin3 - Chris On Apr 14, 2005, at 12:20, [EMAIL PROTECTED] wrote: Log Message: --- Since the autotools for some reason refuse to strip the binary (although it sh

[pgadmin-hackers] pgadmin3 + wxwidgets-cvs (v2.6) ; dies in 'install-exec-hook"

2005-04-14 Thread OpenMacNews
hi all, starting with wxwidgets-cvs (v2.6+), debug = OFF configure & make of pgadmin3-cvs complete w/o error. tho, 'sudo make install' still needs to be preceded with: % chmod a+x /usr/ports/pgadmin3-cvs2/pkg/mac/complete-bundle.sh or a change in the makefile, per my earlier post. after THA

[pgadmin-hackers] pgadmin3 on OSX ... ALMOST out-of-the-box build; still need fixes --> perms on complete-bundle.sh & autostrip

2005-04-14 Thread OpenMacNews
hi all, building w/ wxwidgets-255, now w/ DEBUG = OFF, but still w/ the Csomo patch, a 'standard' build of pgadmin-cvs HEAD as: cd /usr/ports/pgadmin3-cvs unsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND LC_ALL LANG LINGUAS setenv CPPFLAGS "-I/usr/local/ssl/include"

Re: [pgadmin-hackers] [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug,

2005-04-14 Thread Florian G. Pflug
OpenMacNews wrote: hi, .) Fixes statically linking against libpq (There is no libcrypt on osx) that's correct -- and has been annoying in the past! just fyi, a workaround is a symlink, specifically: /usr/local/lib/libcrypt.dylib -> /System/Library/Frameworks/System.framework/System Hm... at l

Re: [pgadmin-hackers] [PATCH] acinclude.m4 fixes for wx 2.6,

2005-04-14 Thread OpenMacNews
hi, .) Fixes statically linking against libpq (There is no libcrypt on osx) that's correct -- and has been annoying in the past! just fyi, a workaround is a symlink, specifically: /usr/local/lib/libcrypt.dylib -> /System/Library/Frameworks/System.framework/System for reference, see: # http://

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd

2005-04-14 Thread OpenMacNews
oops, missed one ... Which Version of OSX are you using? Is your harddisk formatted as UFS or HFS+? HFS+ in all cases ... richard ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd

2005-04-14 Thread OpenMacNews
hi, Which Version of OSX are you using? Is your harddisk formatted as UFS or HFS+? OSX 10.3.8, fully updated % uname -a Darwin devbox 7.8.0 Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004; root:xnu/xnu-517.11.1.obj~1/RELEASE_PPC Power Macintosh powerpc Dave applied two patches from me

Re: [pgadmin-hackers] wxMac CVS & pgadmin3

2005-04-14 Thread OpenMacNews
hi, I used wxWidgets CVS, mainly to see if it works... Hm.. well.. it doesn't The resulting app starts, but crashes when I try to open a dialog ("Add Server", "Preferences", ... ) Has anyone here (especially you, OpenMacNews ;-) ) done a build of pgadmin with wxMac CVS that works? I'm not sure if I

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd

2005-04-14 Thread Florian G. Pflug
OpenMacNews wrote: -- On April 14, 2005 2:05:49 PM +0200 "Florian G. Pflug" <[EMAIL PROTECTED]> wrote: Hm... "touch a; mv a A" works on both macs that I have access too (Funnily enough, you can just repeat the move, it always succeeds, e.g. "touch a; mv a A; mv a A") really? i've tried this

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd

2005-04-14 Thread OpenMacNews
hi, since abt the time Dave had announced the commits integrating Florian's patches, I'm no longer able to successfully 'make' pgadmin3 CVS HEAD on OSX. Unless it failed in any of the agent code (for which I also committed an update at that time) I doubt it's a code problem. per other posts, turns

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd

2005-04-14 Thread OpenMacNews
hi there, -- On April 14, 2005 2:05:49 PM +0200 "Florian G. Pflug" <[EMAIL PROTECTED]> wrote: Hm... "touch a; mv a A" works on both macs that I have access too (Funnily enough, you can just repeat the move, it always succeeds, e.g. "touch a; mv a A; mv a A") really? i've tried this on all my

Re: [pgadmin-hackers] just fyi: latest 'mysql administrator'

2005-04-14 Thread OpenMacNews
i KNEW i should've put on my asbestos-wear! always lookin' at the glass as half-empty as they say, "Hold your friends close and your enemies closer"! ;-D -- On April 14, 2005 1:51:48 PM + Andreas Pflug <[EMAIL PROTECTED]> wrote: Dave Page wrote: -Original Message- From: [EMAI

[pgadmin-hackers] CVS Commit by dpage: Since the autotools for some reason refuse to strip

2005-04-14 Thread cvs
Log Message: --- Since the autotools for some reason refuse to strip the binary (although it should be stripped, according to "info automake"), I added a strip command to install-exec-hook. The rename from pgadmin3 to pgAdmin3 is now in two stepts - first to tmp, then to pgAdmin3, since

Re: [pgadmin-hackers] [PATCH] Strip binary on OSX when not configured with --enable-debug

2005-04-14 Thread Dave Page
Thanks, applied. And with that, I'm going home for a curry... /D > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 14 April 2005 17:09 > To: pgadmin-hackers > Subject: [pgadmin-hackers] [PATCH] Strip binary on OSX when >

[pgadmin-hackers] CVS Commit by dpage: Updates for future wx2.6.

2005-04-14 Thread cvs
Log Message: --- Updates for future wx2.6. Modified Files: -- pgadmin3: acinclude.m4 (r1.45 -> r1.46) Index: acinclude.m4 === RCS file: /projects/pgadmin3/acinclude.m4,v retrieving revision 1.45 retrie

[pgadmin-hackers] [PATCH] Strip binary on OSX when not configured with --enable-debug

2005-04-14 Thread Florian G. Pflug
Hi And another one ;-) Since the autotools for some reason refuse to strip the binary (although it should be stripped, according to "info automake"), I added a strip command to install-exec-hook. The rename from pgadmin3 to pgAdmin3 is now in two stepts - first to tmp, then to pgAdmin3, since so

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd symbols) on OSX ...

2005-04-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page > Sent: 14 April 2005 08:36 > To: OpenMacNews; pgadmin-hackers > Subject: Re: [pgadmin-hackers] self-fubar'ed? consistent make > failures (undef'd symbols) on OSX ... > > Did you build th

[pgadmin-hackers] wxMac CVS & pgadmin3

2005-04-14 Thread Florian G. Pflug
Hi I just got the pgadmin3 build running on old G3, which will become the pgadmin build-daemon, providing nightly cvs build for pgadmin on OSX. I used wxWidgets CVS, mainly to see if it works... Hm.. well.. it doesn't The resulting app starts, but crashes when I try to open a dialog ("Add Server",

Re: [pgadmin-hackers] [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug, postgres-ssl and others

2005-04-14 Thread Dave Page
Thanks, patch applied. Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 14 April 2005 14:28 > To: pgadmin-hackers > Subject: [pgadmin-hackers] [PATCH] acinclude.m4 fixes for wx > 2.6, wx-nondebug, postgre

[pgadmin-hackers] CVS Commit by dpage: This patch .) Doesn't actually switch pgadmin3

2005-04-14 Thread cvs
Log Message: --- This patch .) Doesn't actually switch pgadmin3 over to using wx2.6 aka CVS HEAD ;-) .) It just e.g. adds a 2.6-case to checks where there is a 2.4 and a 2.5 case .) It works around the postgres-ssl problem on osx, by checking wether libpq li

[pgadmin-hackers] CVS Commit by dpage: Unix Domain Socket support as inspired by Dominique

2005-04-14 Thread cvs
Log Message: --- Unix Domain Socket support as inspired by Dominique Quatravaux Modified Files: -- pgadmin3: CHANGELOG.txt (r1.202 -> r1.203) TODO.txt (r1.131 -> r1.132) pgadmin3/docs/en_US: connect.html (r1.7 -> r1.8) pgadmin3/src/db:

Re: [pgadmin-hackers] just fyi: latest 'mysql administrator'

2005-04-14 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of OpenMacNews Sent: 14 April 2005 05:37 To: pgadmin-hackers Subject: [pgadmin-hackers] just fyi: latest 'mysql administrator' hi all, i just noticed that 'MySQL Administrator' has released

[pgadmin-hackers] [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug, postgres-ssl and others

2005-04-14 Thread Florian G. Pflug
Hi This patch .) Doesn't actually switch pgadmin3 over to using wx2.6 aka CVS HEAD ;-) .) It just e.g. adds a 2.6-case to checks where there is a 2.4 and a 2.5 case .) It works around the postgres-ssl problem on osx, by checking wether libpq links libssl directly (o

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd

2005-04-14 Thread Florian G. Pflug
OpenMacNews wrote: ok, so now i'm confused ... given the make failures i was seeing earlier, i decided to backtrack & turn all debugging options ON. i rebuilt wxwidgets with debug ON, and then attempted to build pgadmin3 cvs again ... and it worked w/o error. ??? huh ??? rewind ... repeat -->

Re: [pgadmin-hackers] Roadmap for pgAdmin3 on OSX

2005-04-14 Thread Florian G. Pflug
Chris Campbell wrote: I successfully built pgadmin3-1.2.1 and wxMac-2.5.5 just by following the instructions on the pgadmin web page. I had to add a few things to the LIBS=... line in pgadmin3/src/Makefile and make a bundle directory structure and Info.plist for the resulting binary, but otherwi

[pgadmin-hackers] CVS Commit by dpage: Include OGL instructions.

2005-04-14 Thread cvs
Log Message: --- Include OGL instructions. Don't look for mirrors ourselves anymore - use the postgresql.org download system. Modified Files: -- www/pgadmin3/cnt: cnt_download.php (r1.75 -> r1.76) Index: cnt_download.php ==

[pgadmin-hackers] CVS Commit by dpage: Include OGL instructions.

2005-04-14 Thread cvs
Log Message: --- Include OGL instructions. Modified Files: -- pgadmin3/docs/en_US: unix_compilation.html (r1.21 -> r1.22) Index: unix_compilation.html === RCS file: /projects/pgadmin3/docs/en_US/unix_c

[pgadmin-hackers] CVS Commit by dpage: No-one is maintaining this anymore, so remove it

2005-04-14 Thread cvs
Log Message: --- No-one is maintaining this anymore, so remove it rather than keep an out of date version. Removed Files: - www/pgadmin3/cnt: pgadmin3.xml --- pgadmin3/cnt/pgadmin3.xml +++ /dev/null @@ -1,187 +0,0 @@ - - - - 1.15 -

[pgadmin-hackers] CVS Commit by dpage: Don't look for mirrors ourselves anymore - use the

2005-04-14 Thread cvs
Log Message: --- Don't look for mirrors ourselves anymore - use the postgresql.org download system. Removed Files: - www/pgadmin3/cnt: cnt_mirrors.php --- pgadmin3/cnt/cnt_mirrors.php +++ /dev/null @@ -1,78 +0,0 @@ -"; -echo sprintf(_("Feel free to download pg

Re: [pgadmin-hackers] self-fubar'ed? consistent make failures (undef'd symbols) on OSX ...

2005-04-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of OpenMacNews > Sent: 14 April 2005 02:43 > To: pgadmin-hackers > Subject: [pgadmin-hackers] self-fubar'ed? consistent make > failures (undef'd symbols) on OSX ... > > (hmmm .. odd, this didn't make

Re: [pgadmin-hackers] just fyi: latest 'mysql administrator'

2005-04-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of OpenMacNews > Sent: 14 April 2005 05:37 > To: pgadmin-hackers > Subject: [pgadmin-hackers] just fyi: latest 'mysql administrator' > > hi all, > > i just noticed that 'MySQL Administrator' has relea

Re: [pgadmin-hackers] Roadmap for pgAdmin3 on OSX

2005-04-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Chris Campbell > Sent: 14 April 2005 03:43 > To: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Roadmap for pgAdmin3 on OSX > > > The only issue I'm having is the widget sizing. It seems like t