EDIT: Neues Problem
###################################
Hey ho Leute, ich habe gestern die svn version vom FPC versucht auf meinem Mac (Yosemite) zu installieren, nachdem ich anfangs Probleme mit dem erstellen der cfg.fpc hatte ist jetzt ein anderes problem. Bei dem versuch ein Ganz simples Programm(nur writeln und readln) mit dem fpc 2.7.1 (/usr/local/lib/fpc/2.7.1/ppc386) zu kompilieren hat er mir direkt einen Fehler ausgegeben, daraufhin habe ich nochmal versucht das program mit der alten fpc version 2.6.4 (/usr/local/lib/fpc/2.6.4/ppc386) zu kompilieren, selber error:
Code: Alles auswählen
Error: Illegal parameter: -FM/usr/local/lib/fpc/../../share/fpc/2.6.4/unicode/
Habe schon 4 mal komplett lazarus und den fpc gelöscht mit diesem script
Code: Alles auswählen
bin=/usr/local/bin
share=/usr/local/share
lib=/usr/local/lib
receipts=/Library/Receipts
private=/private/etc
rm -fv $bin/ppcppc
rm -fv $bin/ppc386
rm -fv $bin/bin2obj
rm -fv $bin/data2inc
rm -fv $bin/delp
rm -fv $bin/fd2pascal
rm -fv $bin/fpc
rm -fv $bin/fpcmake
rm -fv $bin/fpcmkcfg
rm -fv $bin/fpcsubst
rm -fv $bin/fpdoc
rm -fv $bin/fprcp
rm -fv $bin/h2pas
rm -fv $bin/h2paspp
rm -fv $bin/makeskel
rm -fv $bin/mkxmlrpc
rm -fv $bin/plex
rm -fv $bin/postw32
rm -fv $bin/ppdep
rm -fv $bin/ppudump
rm -fv $bin/ppufiles
rm -fv $bin/ppumove
rm -fv $bin/ptop
rm -fv $bin/pyacc
rm -fv $bin/rstconv
rm -fv $bin/unitdiff
rm -r $private/lazarus
rm -r $bin/lazarus
rm -r $share/lazarus
rm -r $share/fpcsrc
rm -r $share/doc/fpc-2.2.2
rm -r $share/examples/fpc-2.2.2
rm -r $lib/fpc
rm -r $receipts/lazarus-*.pkg
rm -r $receipts/fpcsrc-*.pkg
rm -r $receipts/fpc-*.pkg
rm -fv /etc/fpc.cfg
PS: an meinem anderen Rechner (auch Mac OSX Yosemite) läuft alles problemlos
Weiß einer weiter? Was habe ich übersehen?
LG Fred