ich habe jetzt erst mal alles Dienstalliert, fpc und Fink, habe Fink neuinstalliert und in der Datei /sw/fink/10.7/stable/main/finkinfo/devel/lazarus.info im Abschnitt compilescript und installscript jeweils diese Zeile hinzugefügt
Resultat von fink install lazarus-aqua
Free Pascal Compiler version 2.6.4 [2015/01/12] for x86_64
Copyright (c) 1993-2014 by Florian Klaempfl and others
Error: Invalid value for MACOSX_DEPLOYMENT_TARGET environment variable: 10.10
Target OS: Darwin for x86_64
Compiling pp.pas
pp.pas(158,6) Warning: MINSTACKSIZE is not supported by the target OS
Compiling catch.pas
Compiling verbose.pas
Compiling cutils.pas
cutils.pas(144,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[1]: *** [ppcarm] Error 1
make: *** [arm] Error 2
### execution of /tmp/fink.S9Opt failed, exit code 2
### execution of /tmp/fink.6jRP_ failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fpc-cross-common-2.6.4-3
(Reading database ... 16754 files and directories currently installed.)
Removing fink-buildlock-fpc-cross-common-2.6.4-3 ...
Failed: phase compiling: fpc-cross-common-2.6.4-3 failed
Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <fink-users@lists.sourceforge.net>
The Fink Beginners List <fink-beginners@lists.sourceforge.net>,
with a carbon copy to the maintainer:
Karl-Michael Schindler <karl-michael.schindler@web.de>
Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Also include the following system information:
Package manager version: 0.38.6
Distribution version: selfupdate-rsync Sun Aug 2 13:13:46 2015, 10.10, x86_64
Trees: local/main stable/main stable/crypto
Xcode.app: 6.4
Xcode command-line tools: 6.4.0.0.1.1435007323
Max. Fink build jobs: 4
Dann habe ich mal versucht den Lazarus vom Source zu kompilieren mit dem Resultat, dass der FPC den ich über Fink habe nur 64 bit Cocoa Anwendungen kompilieren kann und keine 32 bit Carbon.
ich habe auch versucht FPC-Cross-common und fpc-cross-i386-darwin zu installieren mit dem Resultat:
Error: Invalid value for MACOSX_DEPLOYMENT_TARGET environment variable: 10.10
Target OS: Darwin for x86_64
Compiling pp.pas
pp.pas(158,6) Warning: MINSTACKSIZE is not supported by the target OS
Compiling catch.pas
Compiling verbose.pas
Compiling cutils.pas
cutils.pas(144,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make[1]: *** [ppcarm] Error 1
make: *** [arm] Error 2
### execution of /tmp/fink.zyRBS failed, exit code 2
### execution of /tmp/fink.Aiji1 failed, exit code 2
weißt du woran das liegen könnte oder muss ich mir einfach wieder den FPC build von der Website ziehen?
PS: Der Fehler bei Fink Install lazarus-aqua kommt beim builden von fpc-cross-common