I'm trying to get Lazarus working on a mac mini. What I did is the following;
1. installed xcode_3.2.5_and_ios_sdk_4.2_final.dmg 2. installed fpc-2.4.2.intel-macosx.dmg 3. got lazarus from SVN and did a make clean all First of all I see a lot linker errors eg ld: warning: unknown stabs type 0xC0 in ../units/i386-darwin/outputfilter.o What does this mean? Second, after starting ./lazarus from the console or lazarus.app from the finder, the splash screen shows and a message box "FPC sources not found" is shown, after which the app just freezes. I have pasted the output from the command line below. I must have done something wrong, but since it's my first try on a mac I would appreciate some help. Regards, Darius ./lazarus CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905 CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905 TMainIDE.ParseCmdLineOptions: PrimaryConfigPath="/Users/dariusblaszyk/.lazarus" SecondaryConfigPath="/etc/lazarus" Note: environment config file not found - using defaults 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 NOTE: Compiler filename not set! (see Environment / Options ... / Environment / Files) NOTE: FPC source directory not set! (see Environment / Options ... / Environment / Files) TFPCTargetConfigCache.NeedsUpdate compiler file changed "/usr/local/bin/fpc" FileAge=1289335232 StoredAge=0 TFPCTargetConfigCache.Update /usr/local/bin/fpc TargetOS=darwin TargetCPU=i386 CompilerOptions= ExtraOptions= PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin RunTool /usr/local/bin/fpc -iTOTP -Pi386 -Tdarwin RunTool /usr/local/bin/fpc -va -Pi386 -Tdarwin compilertest.pas TFPCTargetConfigCache.Update: has changed -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
