Hi, to all,
I'm on Windows 10 64bit
I have a problem when i want to install the sparta_dockededitorform package. It collide with the chmhelppkg of IDE.
When i want to rebuild IDE i get this error :
Compiler le paquet ChmHelpPkg 0.2: Succès - Conseils : 6
lazchmhelp.pas(329,11) Note: Call to subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
lazchmhelp.pas(492,7) Note: Call to subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
lazchmhelp.pas(532,5) Note: Call to subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
lazchmhelp.pas(546,7) Note: Call to subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
lazchmhelp.pas(555,9) Note: Call to subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
lazchmhelp.pas(658,9) Note: Call to subroutine "function GetDebugLogger:TLazLogger;" marked as inline is not inlined
Création de l'EDI: Code de sortie 2 - Erreurs : 1 - Avertissements : 1
Warning: Recompiling chmreader, checksum changed for C:\lazarus2010\components\sparta\generics\lib\x86_64-win64\generics.collections.ppu
chmreader.pas(80,12) Fatal: Can't find unit chmreader used by ChmLangRef
And in editor, the following line is highlited in chmreader unit from fpc (C:\lazarus2010\fpc\3.2.0\source\packages\chm\src)
TITSFReader = class(TObject)
private
//...
function FindBlocksFromUnCompressedAddr(var ResetTableEntry: TPMGListChunkEntry;
out CompressedSize: QWord; out UnCompressedSize: QWord; out LZXResetTable: TLZXResetTableArr): QWord; // Returns the blocksize
By uninstalling the chmHelpPkg, all work as expected
Cheers