On Sun, Oct 4, 2009 at 10:28 PM, <[email protected]> wrote: > Mattias Gaertner did a revision fix around Sat Oct 3 18:22:13 CEST 2009. > As that is the one I was using yesterday until 22022. > If I do that, I get the message > "You can't open the application 'lazarus' because it is not supported on > this architecture."
It seems, like a bundle structure (info.plist file?) has been broken on your side. Maybe you've recompiled lazarus for powerpc and you're using Intel Mac? or vice versa? (check Lazarus build options for CPU target). If there's nothing wrong with compiler options, try to do the following: - goto lazarus dir - erase the bundle: rm -rf lazarus.app - update the bundle: svn update lazarus.app open Finder, and try to launch the lazarus by double-click (or Cmd-O). See if it works. It's drag the new bundle to Dock (if necessary). thanks, dmitry -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
