On Sat, 26 Apr 2008 10:03:12 +0100 hy-soft <[EMAIL PROTECTED]> wrote:
> Hi, > sorry for the stupid questions. Didn't have the chance to work with > lazarus (on linux) for two months or so, and now when building lazarus > (with "make clean all" - or any other similar command > i am receiving this error: > ---------------------------- > Recompiling Gtk1Int, checksum changed for xlib > PPU > Loading /home/hy/work/src/lazarus/lcl/units/i386-linux/gtk/gtk1int.ppu > Fatal: Can't find unit Gtk1Int used by Interfaces Fatal: Compilation > aborted make[2]: *** [lazarus] Error 1 > make[2]: Leaving directory `/home/hy/work/src/lazarus/ide' > make[1]: *** [ide] Error 2 > make[1]: Leaving directory `/home/hy/work/src/lazarus/ide' > make: *** [ide] Error 2 > ------------------------------ > xlib is up to date, so I do not know what to do. Yesterday I found an > error (under windows) and wanted to check under linux, before > submitting a fix. > TNX in Advance Compile with make OPT=-vut and check if the right fpc.cfg is used and the right xlib.ppu is loaded everytime fpc is started. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
