On 24/04/2019 12:27, fredvs wrote:
> Free Pascal Compiler version 3.0.2 [2017/02/05] for x86_64
You are using FPC 3.0.2, which is why it is working. I said 3.0.2 and
3.0.4 works fine. The compilation error only occurs with FPC 3.2.0 (the
release candidate of the next FPC release). I haven't tried FPC Trunk,
because I consider trunk too unstable, but assume the same issue would
occur.
And yes, my build script ALWAYS clears out old compiled units before I
do a compilation. Years of experience with FPC has taught me any other
way is very unreliable. :-)
My build script:
================[go-linux.sh]=====================
#!/bin/sh
rm units/x86_64-linux/*
/data/devel/fpc-3.2.0/x86_64-linux/bin/fpc \
-O2 -XX -Xs \
-Mobjfpc -Sh -Fcutf8 \
-FUunits/x86_64-linux \
-Fu${PWD}/lib/common/* \
-Fu${PWD}/lib/common/kernel/linux \
-Fi${PWD}/lib/common/kernel \
-o./mseide \
apps/ide/mseide.pas
============================================
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk