[Lazarus] Lazarus won't start under user account in Mac OS X 1.5.8 for PPC

Andrew Brunner andrew.t.brunner at gmail.com
Thu Aug 5 14:08:10 CEST 2010


Did you set the permissions properly?

I have a "developer" group setup for users that have rights to use Lazarus/FPC

sudo chgrp -Rf developer /Developer/Source
sudo chmod -Rf ug+rw /Developer/Source

The -Rf parameters to change group and permissions is important to
recursively set these options.

If you create the group, you should do so using Apple's User Manager
program not just the Darwin shell.


On Thu, Aug 5, 2010 at 5:19 AM,  <ghf03464 at nifty.ne.jp> wrote:
> Hello, folks.
>
> I am afraid that this is an out-of-date (say Leopard!, PowerPC!!) issue, the l
> atest snapshot (lazarus-0.9.29.27011-20100805-powerpc-macosx.dmg) does not sta
> rt under a user account. The current 'stable' release (0.28.2) also fails to s
> tart under a user account but saying 'LSOpenFromURLSpec() failed with error -
> 10810' when is opened from command line. Both versions work quite well under t
> he root or an admin account.
>
> How to work-around for this issue?
>
> Thanks,
>
> Haruo, Niigata, Japan.
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>




More information about the Lazarus mailing list