You are not logged in.
Pages: 1
In the: mormot.lib.z compilation error
[dcc32 Error] mormot.lib.z.pas(601): E1026 File not found: '..\..\static\delphi\zlibdeflate.obj'
[dcc32 Error] mormot.lib.z.pas(602): E1026 File not found: '..\..\static\delphi\zlibtrees.obj'
[dcc32 Error] mormot.lib.z.pas(603): E1026 File not found: '..\..\static\delphi\zlibinflate.obj'
[dcc32 Error] mormot.lib.z.pas(604): E1026 File not found: '..\..\static\delphi\zlibinftrees.obj'
Delphi 10.4, 32bit
Offline
OK, I've downloaded those files from https://synopse.info/files/mormot2static.7z, that's pity that the files are not included in repository, I've configured my SVN to link mormot folder to https://github.com/synopse/mORMot2/trunk, to automatically synchronize my components\mORMot folder, but this is completely unuseful, if the repository does not contain all required to compile files.
Offline
Git itself is not designed for binary files. We try to use a git-lfs extension, but github.com require payments in case git-lfs is used.
So yes, binaries should be downloaded either from synopse.info or from releases page on gihtub - https://github.com/synopse/mORMot2/releases
Offline
OK, I decided to store all required files in my components repository, except of \src which I've linked to your mORMot repository : https://github.com/synopse/mORMot2/trunk/src, so this folder will be always up to date.
Last edited by radexpol (2021-09-23 10:08:37)
Offline
Pages: 1