You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code, I couldn't figure out what the compiler wants. The {$mode delphi} directive is specified in this module. And when I remove the -Sy parameter from the build options, then Lazarus goes through the build with the remaining options without errors.
In short, something is wrong with the syntax.
Thank you for your attention.
P.S: I am interested in what settings should be used to develop this component?
The text was updated successfully, but these errors were encountered:
Good time.
There is the following:
Lazarus v3.4,
FPC 3.2.2,
lamw v0.8.6.4,
x86_64-linux-gtk2,
OS - debian 11(bullseye).
All this has been configured using fpcupdeluxe v2.4.0e.
Everything seems to be working, but I want to fix something for myself (maybe I'll share it) using Lazarus with debugging options...
The parameters of the debug profile compiler are as follows:
Widget library LCL = gtk2
Options:
-O- -gw3 -gl -gh -gt -Criot -Sa -Sy
And when I run the Lazarus rebuild, 50 errors pop up modulo androidwidget.pas, of a similar type:
Looking at the code, I couldn't figure out what the compiler wants. The {$mode delphi} directive is specified in this module. And when I remove the -Sy parameter from the build options, then Lazarus goes through the build with the remaining options without errors.
In short, something is wrong with the syntax.
Thank you for your attention.
P.S: I am interested in what settings should be used to develop this component?
The text was updated successfully, but these errors were encountered: