PascalRiekenberg / LazProfiler

One-Click-Profiler addon for Lazarus
30 stars 8 forks source link

Package compilation problem related to generics #3

Closed zeljkoavramovic closed 5 years ago

zeljkoavramovic commented 5 years ago

Both OPM and trunk versions have compilation problem on 32bit Lazarus 2.0 fixes FPC 3.0 fixes on Win10x64. This is the error:

LazProfilerAddon.pas(24,3) Fatal: Cannot find Generics.Collections used by LazProfilerAddon of package LazProfiler.

PascalRiekenberg commented 5 years ago

Please see requirements in wiki and OPM. You need at least fpc in version fixes_3_2 (or trunk).

zeljkoavramovic commented 5 years ago

Thank you. I didn't know that. Since many people will probably try to use via OPM in official Lazarus which still has FPC 3.0.x, it would be nice if compilation on FPC < 3.2 would produce the error.

Thank you for all the work!