Andrew, Thank you for your reply. I created the 'developer' group and made 'chgrp'ing and 'chmod'ing of /Develop er/Lazarus directory according to your assistance. However, it did not work. I also tried chgrp and chmod for /Developer directory, in vain. Of course, my u ser account was included in the 'developer' group. I could launch Xcode.app on my user account before creating 'developer' group, so that, IMHO, there shoul d be another matter to prevent starting Lazarus.
Regards, Haruo Toda, Niigata Japan. ----- Original Message ----- Date: Thu, 5 Aug 2010 07:08:10 -0500 From: Andrew Brunner <[email protected]> To: Lazarus mailing list <[email protected]> Subject: Re: [Lazarus] Lazarus won't start under user account in Mac OS X 1.5.8 for PPC 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. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
