> -----Original Message-----
> From: OpenMacNews [mailto:openmacnews@gmail.com]
> Sent: 17 January 2006 09:19
> To: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] no copy from hints windows?
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
> hi dave,
>
> > Does the wx HTML sample work ok on your machine?
>
> hmmm .... never built the sample app b4.
>
> build goes w/o error, but on dubl-clik-finder-launch of any
> of the built
>
> ./samples/html/*.*.app
>
> i get:
>
> 2006-01-17 01:15:28 -0800
>
> Link (dyld) error:
>
> Library not loaded: ../../../lib/libwx_macu-2.6.0.dylib
> Referenced from:
> /usr/ports/wxwidgets/wxwidgets_262_dyn/macosx-build/samples/ht
ml/help/help.app/Contents/MacOS/help
> Reason: image not found
>
>
> dunno what's missing here ...
Rats, you're supposed to be sleeping so I can look at Mac stuff tonight
when you wake up!
I don't know how OSX hunts for .dylibs - on Linux it would need its path
setup in /etc/ld.so.conf. You can also bung it it in the appbundle
someplace - I imagine our create-bundle.sh script might give some clues
on where it can be put. Or, try a static build of wx.
Failing that I'll have to try to look tonight when I have my Mac to
hand. Which depends if my 23 month old son decides to go to be at a
reaonable hour or not tonight.
Regards, Dave.