[Lazarus] Lazarus Release Candidate 1 of 1.8.0

Luca Olivetti luca at wetron.es
Thu May 18 16:57:40 CEST 2017


El 17/05/17 a les 16:48, Mattias Gaertner via Lazarus ha escrit:
> On Wed, 17 May 2017 16:34:14 +0200
> Luca Olivetti via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
> 
>> [...]
>>> Is this version still supposed to work with fpc 2.6.4?
>>
>> OK, I see now that it doesn't build with fpc 2.6.4 :-(
> 
> Fixed.
> 
> The Lazarus devels only support the last two FPC releases, which means
> 3.0.0 and 3.0.2.
> But as long as FPC 2.6.4 only needs a few IFDEFs, patches are welcome.

Here's another one. Not sure it's correct but the dialog seems to be 
working fine


Index: components/codetools/ide/codyidentifiersdlg.pas
===================================================================
--- components/codetools/ide/codyidentifiersdlg.pas     (revision 54949)
+++ components/codetools/ide/codyidentifiersdlg.pas     (working copy)
@@ -1366,7 +1366,7 @@
    NewY: integer;
    NewTopLine: integer;
    CurUnit: TUDUnit;
-  MainPath: RawByteString;
+  MainPath: {$IF FPC_FULLVERSION < 30000} string {$ELSE} RawByteString 
{$ENDIF};

    function OpenDependency: boolean;
    // returns false to abort


-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007


More information about the Lazarus mailing list