Linux Mint 17, Lazarus 1.3 (trunk), fpc 2.6.4
Zeos 7.1-patches branch - the compilation breaks with message:
ZCompatibility.pas(76,44) Error: Duplicate identifier "LCONVENCODING"
Indeed, the same unit LConvEncoding is listed twice in uses list of ZCompatibility - lines 61 and 76 in (zeos_dir)/src/core/ZCompatibility.pas
In Windows this problem doesn't happen, because it is enclosed in {$IFDEF WITH_LCONVENCODING}, which seems to be defined in Linux, but not in Windows.
Diff:
Can you check if this is fixed now? Rev 3139.
Yes, fixed now, thank you, Mark.