> The compilation error only occurs with FPC 3.2.0

This time was one too much.
Now I have cleaned my glazes with very hot water, strong soap, 3 times.

OK, sorry, yes, the same for FPC 3.1.x, Martin did not enable yet compatibility 
for > 3.0.4.

Hum, do you think it is already time to make msegui compatible for fpc  > 3.0.4?

Fre;D



________________________________
De : Graeme Geldenhuys <mailingli...@geldenhuys.co.uk>
Envoyé : mercredi 24 avril 2019 13:45
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

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
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to