If I try to start Lazarus the file libglib-1.2.0.dynlib (I don't work on Mac currently so I don't know the exact version) can not be found. I guess it's a file from GTK, isn't it? Where can I get this file? Can't find anything with Google.
Is Lazarus based on GTK? Is a native carbon version of Lazarus available?
Install one of the current snapshots. They're compiled to use the Carbon framework natively.
Once installed, start lazarus in one of two ways:
(1) From a terminal, change to the lazarus folder:
open lazarus.app
(2) From Finder, double-click the lazarus app in the lazarus folder. You can also drop this on your Dock to start it there.
Thanks.
-Phil