> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of OpenMacNews
> Sent: 30 March 2006 19:47
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] r5067 + wx563 crash on osx 10.4.5
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> hi all.
>
> bldg pgadmin head r5067 against latest wx-v2.6.3 release,
> build complete w/o apparent error.
From the top of the source tree (with a complete bundle present), what's
the output from:
pkg/max/complete-bundle.sh pgadmin3.app
Also, (and I'm on an XP box ATM, so this is from memory and might need
adjusting to suit!), whats the output of:
otool -L
pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6
.0.dylib
And
otool -L
pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu-2.6.0.d
ylib
On Windows, similar errors can be seen if the library is present, but
one of it's dependencies is not which prevents it being loaded. I wonder
if that is what you are seeing. Come to think of it, are you sure your
libwx_macu_stc-2.6.0.dylib is from 2.6.3 (I believe the version number
in the filename is supposed to be 2.6.0 whatever the 'real' version is)?
Regards, Dave.