I've installed Lazarus on my new Macbook Pro running Snow Leopard (it's a bit difficult to make the conversion from Windows to Mac) by following Mac OS X Installation guide in the Wiki, but every time I try to start Lazarus the Terminal window says:
Nathan-Camposs-MacBook-Pro:~ Nathan$ /Developer/lazarus/startlazarus ; exit;
CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905
CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905
TLazarusManager.Run DefaultDir="/Developer/lazarus/" CustomDir="/Users/Nathan/.lazarus/bin/"
TLazarusManager.Run starting /Developer/lazarus/lazarus ...
CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905
CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905
TMainIDE.ParseCmdLineOptions:
PrimaryConfigPath="/Users/Nathan/.lazarus"
SecondaryConfigPath="/etc/lazarus"
NOTE: editor options config file not found - using defaults
NOTE: miscellaneous options file not found - using defaults
NOTE: codetools config file not found - using defaults
TCodeCache.LoadIncludeLinksDataFromList ignoring relative IncludedByFile: IncludeFilename=project1.lrs line=73
NOTE: help options config file not found - using defaults
TCarbonTabsControl.SetFocus Error: SetKeyboardFocus failed with result -30585
TMainIDE.DoNewProject A
AddComponent TPopupMenu Parent=Form1:TForm1 214,3,102,64
Parent is 'Form1:TForm1'Note that it got an error initializing Lazarus TCarbonTabsControl.SetFocus Error: SetKeyboardFocus failed with result -30585. And when the IDE comes up I can't focus on the windows which makes it almost impossible to do something on it.
What should I do?