<html dir="ltr"><head></head><body bgcolor="#ffffff" text="#2e3436" link="#1b6acb" vlink="#2e3436" style="text-align:left; direction:ltr;"><div>Hi Michalis,</div><div><br></div><div>I managed finally to build correctly CGE using 3.2.0 from experimental.</div><div>However It required the following patch:</div><pre><pre>diff --git a/fpmake.pp b/fpmake.pp</pre><pre>index b556623..c4caad2 100644</pre><pre>--- a/fpmake.pp</pre><pre>+++ b/fpmake.pp</pre><pre>@@ -17,7 +17,7 @@ program fpmake;</pre><pre> </pre><pre> uses</pre><pre>   { It seems that FPC 3.1.1 requires thread support for FpMkUnit. }</pre><pre><font color="#ff0000">-  {$ifdef VER3_1} CThreads, {$endif}</font></pre><pre><font color="#339966">+  {$IF (FPC_FULLVERSION >= 030100)} CThreads, {$endif}</font></pre><pre>   SysUtils, fpmkunit;</pre><pre> </pre><pre> var</pre><pre></pre></pre><pre><br></pre><div>I'm not sure if you are still supporting 2.x compiler, but this should be fine if you still do.</div><div><span><pre><pre>-- <br></pre>Cheers,
Abou Al Montacir</pre></span></div></body></html>