On 09/10/18 21:06, Michael Ring wrote:
Until now you could compile trunk without such specific opts, so making
OPT= something mandatory for future builds of trunk to work at all does
not sound like a good plan to me.
I committed a fix that could be merged to 3.0.4 without having to change
the
Until now you could compile trunk without such specific opts, so making
OPT= something mandatory for future builds of trunk to work at all does
not sound like a good plan to me.
and no, at least in my installation there are no crt1* files in
/usr/lib, if there were any we would not have this d
On 08/10/18 23:19, Michael Ring wrote:
I just realized on a freshly set up computer that there is one more
issue, I tried to build the trunk x86_64 compiler and compile fails:
/bin/mkdir -p x86_64/units/x86_64-darwin
/Applications/Xcode.app/Contents/Developer/usr/bin/make ./msg2inc
/usr/local/b
I meant to mention in my original message that I needed to add
OPT=-Fl/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
to the end of the make distclean install I use to compile the trunk
compiler.
My fpc.cfg also has #ifdef darwin, rather
I just realized on a freshly set up computer that there is one more
issue, I tried to build the trunk x86_64 compiler and compile fails:
/bin/mkdir -p x86_64/units/x86_64-darwin
/Applications/Xcode.app/Contents/Developer/usr/bin/make ./msg2inc
/usr/local/bin/ppcx64 -Ur -Xs -O2 -n -Fux86_64 -Fusy
On 06/10/18 16:01, C Western wrote:
Possibly unwisely, I updated by Mac to Mojave. I found that things
(including 32 bit apps) worked, but:
I had to add
-Fl/Applications/Xcode.app/Con
tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
to my fpc.cfg to avoid "/usr/lib/
I didn't see that thread. I can confirm that
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/ exists on
my system
Colin
On 06/10/2018 15:37, Michael Ring wrote:
A whilke ago I have proposed a fix in fpc-devel in Thread: "MacOS
Mojave beta - crt1.o not installed to /usr/lib"
Usin
Possibly unwisely, I updated by Mac to Mojave. I found that things
(including 32 bit apps) worked, but:
I had to add
-Fl/Applications/Xcode.app/Con
tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
to my fpc.cfg to avoid "/usr/lib/crt1.o not found" errors. It seems as