Git code not building on RPI due to SkipLibraryVersionCheck issue

2 posts / 0 new
Last post
PB4PT
Git code not building on RPI due to SkipLibraryVersionCheck issue

I am an appy cqrlog 2.3.0-1 user, having it installed on a RPI3
Doing online upload to ClubLog (Upload all changes) I run into the issue as described in https://cqrlog.com/node/2189

Getting the latest content from the git repository and building it on my RPI3 I run into

$ make

3900 167.779/173.696 Kb Used
4000 168.306/173.952 Kb Used
4100 168.591/174.208 Kb Used
4200 168.801/174.464 Kb Used
/home/XXXXXX/packages/cqrlog/cqrlog/src/dData.pas(4223,14) Error: (5038) identifier idents no member "SkipLibraryVersionCheck"
dData.pas(4231) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcarm returned an error exitcode
Error: (lazarus) Compile Project, Target: cqrlog: stopped with exit code 256
ERROR: failed compiling of project /home/XXXXXX/packages/cqrlog/cqrlog/src/cqrlog.lpi
Makefile:9: recipe for target 'cqrlog' failed
make: *** [cqrlog] Error 2

Which seems to point to a code issue in function TdmData.getNewMySQLConnectionObject : TMySQL57Connection;

Any pointers as to how this compile/build issue can be fixed, or worked-around are appreciated.

ke6mt
I, too, am hoping to find

I, too, am hoping to find some guidance on this issue, since the pre-built version has various issues with connecting to external services.