FPC 2.7.1 und 2.6.4 problem [OSX]

Für Installationen unter MacOS u.a. Betriebssystemen
Antworten
Warf
Beiträge: 1908
Registriert: Di 23. Sep 2014, 17:46
OS, Lazarus, FPC: Win10 | Linux
CPU-Target: x86_64

FPC 2.7.1 und 2.6.4 problem [OSX]

Beitrag von Warf »

###################################
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/
 

Lazarus zeigt mir an, es könne die System.ppu nicht finden.
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
 
 


und nur den stable fpc 2.6.4 und lazarus 1.2.x installiert, immer das selbe, ich weiß nicht weiter.
PS: an meinem anderen Rechner (auch Mac OSX Yosemite) läuft alles problemlos

Weiß einer weiter? Was habe ich übersehen?

LG Fred

Warf
Beiträge: 1908
Registriert: Di 23. Sep 2014, 17:46
OS, Lazarus, FPC: Win10 | Linux
CPU-Target: x86_64

Re: FPC 2.7.1 und 2.6.4 problem [OSX]

Beitrag von Warf »

Doch nicht mehr gelöst/Neues problem

Antworten