ibv / LDAP-Admin

LDAP Admin for Linux
116 stars 27 forks source link

build on 32bit #2

Closed blackPantherOS closed 7 years ago

blackPantherOS commented 7 years ago

Hi, I tried build on 32bit linux system..

....
200 93.530/97.952 Kb Used
/...../BUILD/LDAP-Admin-1.8.0/Config.pas(243,43) Error: (3236) Generics without specialization cannot be used as a type for a variable
/...../BUILD/LDAP-Admin-1.8.0/Config.pas(243,43) Fatal: (2003) Syntax error, ";" expected but "<" found
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppc386 returned an error exitcode ( normal if you did not specify a source file to be compiled)
Error: (lazarus) Projekt fordítása, Cél: LdapAdmin: stopped with exit code 1
ERROR: failed compiling of project /..../BUILD/LDAP-Admin-1.8.0/LdapAdmin.lpi

You have any idea? Thx

ibv commented 7 years ago

Which of versions Lazarus and FPC?

blackPantherOS commented 7 years ago

fpc -v Free Pascal Compiler version 2.6.4 [2016/06/14] for i386 Copyright (c) 1993-2014 by Florian Klaempfl and others lazbuild -v 1.6

ibv commented 7 years ago

Try it update fpc to version 3.0.0 and Lazarus to 1.6.2 (but not 1.6.4 !)

laz-1

blackPantherOS commented 7 years ago

Okay, thx, I will try

blackPantherOS commented 7 years ago

Hi, build complete with fpc-3.0 and lazarus 1.6.2 and 1.6.4 as well.. We will adding initial RPM package to blackPanther OS devel repo today. Thank you

ldapadmin