You are not logged in.
Pages: 1
I've noticed that c.bat in the sqlite folder has been edited and seems to point to a different compiler. Does it not use the free borland C++ builder 5.5 anymore?
Offline
It is the command line compiler of C++ BuilderXE7.
But you can point to the C++ Builder 5.5 older version if you want.
In practice, code generation is almost the same.
I was not able to use the latest C++ Builder 10.1 command line compiler as proposed for free at https://www.embarcadero.com/fr/free-tools/ccompiler
We had unexpected static linking issues... due to the CLang/LLVM back-end change.
Sounds like if the SQLite3 obj (quite old BTW) supplied with FireDAC were compiled with VC++ !
For FPC, we use MingGW (and gcc under Linux).
Online
And where to get the 64-bit (static) compilation?
Michal
Last edited by miab3 (2016-09-08 13:02:48)
Offline
I've just seen this post on the embarcadero web site: https://www.embarcadero.com/br/products … tarter-faq
Can this free edition be used to compile SQLite?
Offline
This starter edition is for Win32 only.
I've tried, and had issues with the latest C++ compiler: it is very difficult to statically link, since the LLVM backend has much more dependencies than the previous generation compiler.
Online
You are right.
I will refresh the files soon.
In the meanwhile, you can get the right files from https://github.com/synopse/mORMot/blob/ … e3fts3.obj
Online
Pages: 1