You are not logged in.
Hi, I get this error: [dcc32 Error] SynCommons.pas(22040): E2029 Expression expected but 'END' found
when trying to complile TestSQL3.
However, I can compile using Delphi XE.
Can you explain what I should do?
Thanks,
Rob
Offline
I guess there are several versions of the framework source code installed on your computer.
There is no "end" on line 22040 of SynCommons.pas.
I just tried with Delphi 10.1 Starter with the latest trunk with no problem.
Offline
Another possible reason - I usually checking out github repository with TortoiseSVN, and from time to time several lines of the .dpk file would become mangled, for example, "requires" would become "rrequire", "end" would become "nd".
I don't know why, just fix them manually.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
hi ab,
TortoiseSVN does the job so good except the above mentioned small glitch that I cannot avoid.
And feeling "so last century" is not the correct reason to avoid a handy tool, you know, Delphi/Pascal is much older than SVN, all after all, TortoiseSVN did not exist until 2002
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
@mpv, if I'd create pull request, I'll use gitkraken, otherwise use tortoiseSVN.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline