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, <[email protected]> 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 > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
