On Thu, 22 Mar 2012 09:05:54 +0100 zeljko <[email protected]> wrote:
> On Thursday 22 of March 2012 09:03:08 ajv wrote: > > Hello, > > > > I installed fpc 2.6.0 as root on Mandriva Linux 32 bit using the rpm > > packages > > FPC is running fine using the fp ide. > > I installed the Lazarus sources from svn update 36210 > > - $ cd lazarus > > - $ make clean all > > After a while a compile error occurs : > > > > ------------------------------------------------------ > > Compiling /home/user/lazarus/packager/installpkgsetdlg.pas > > Compiling /home/user/lazarus/packager/confirmpkglistdlg.pas > > Compiling /home/user/lazarus/packager/newpkgcomponentdlg.pas > > pkgmanager.pas(3197,55) Error: Call by var for arg no. 1 has to match > > exactly: Got "TLazPackage" expected "TIDEPackage" > > pkgmanager.pas(4793) Fatal: There were 1 errors compiling module, stopping > > Fatal: Compilation aborted > > make[2]: *** [lazarus] Error 1 > > make[2]: Leaving directory `/home/user/lazarus/ide' > > make[1]: *** [ide] Error 2 > > make[1]: Leaving directory `/home/user/lazarus/ide' > > make: *** [ide] Error 2 > > -------------------------------------------------------------- > > > > Do you know how to resolve this "TLazPackage" / "TIDEPackage" issue? > > Already reported on lazdevel mailing list .. track commits and then try again > ... I hope it will be fixed in next few hours (or if you don't have enough > time to wait svn update -r 36200 ... that one works) Fixed. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
