On 28/01/2008, James Keenan via RT <[EMAIL PROTECTED]> wrote:
> On Sun Jan 27 17:14:11 2008, tiro wrote:
>
> >
> > Could you try setting MACOSX_DEPLOYMENT_TARGET to 10.4 to see if that
> > fixes the problem?
> >
> Okay, I figured out how to do that ... but no better results.
>
> [parrot] 566 $ MACOSX_DEPLOYMENT_TARGET=10.4
> [parrot] 567 $ echo $MACOSX_DEPLOYMENT_TARGET
> 10.4
>

You also need to export the variable.  Assuming you have bash or zsh, try:
$  export MACOSX_DEPLOYMENT_TARGET=10.4

HTH,

Paul

Reply via email to