[Lazarus] FPC trunk cannot compile Lazarus Qt5 lib

zeljko zeljko at holobit.net
Fri Nov 15 09:45:17 CET 2019


On 11/14/19 7:56 PM, AlexeyT via lazarus wrote:
> Lazarus trunk, fpc 3.3.1-r43462 Linux x64
> 
> qt56.pas(12495,37) Error: Enumeration symbols can only have values in 
> the range of -2^31 to 2^31-1
> 
>      QStyleCE_CustomBase = $f0000000 );
> 

Issue is already opened. I'll wait fpc developers to shed some light on 
this. You can temporary compile it with cast QStyleCE_CustomBase = 
longint($f0000000)


More information about the lazarus mailing list