[lazarus] directive NEW1_1

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Sep 13 03:43:13 EDT 2003


On Sat, 13 Sep 2003 00:21:29 +0200
"o2" <madarzoo at o2.pl> wrote:

> I compile LCL under FCP 1.1 and I found bug in utrace.pp
> there is
> 
>  {$IFDEF NEW1_1}Pointer{$ELSE}Longint{$ENDIF})
> 
> I don't now why, I must change this to:
> 
> 
>  {$IFDEF VER1_1}Pointer{$ELSE}Longint{$ENDIF});  


Show me a working 1.1 and I will change it.
The last fpc 1.1, that worked with lazarus, can be found on the website. For
the brave, trying the current fpc 1.1, there is the NEW1_1 contruction. Add
-dNEW1_1 to the options to compile the LCL.

Last time I tried the 1.1, I got:

/usr/src/redhat/BUILD/fpc-1.1/compiler/ppc386 -Xs -OG2p3 -n -Sg
-Fu/usr/src/redhat/BUILD/fpc-1.1/rtl/linux -di386 -dRELEASE h2pas.pas
h2pas.pas(2502,1) Fatal: Internal error 200305301


Mattias








More information about the Lazarus mailing list