On Mon, 10 Sep 2007 08:48:00 -0700
"Jeff Steinkamp" <[EMAIL PROTECTED]> wrote:

> >> Version 2.3.1 and I think it is svn 7399
> >
> > Can you try a more recent version? The heap manager has been
> > changed in fpc 2.3.1 lately and the memcheck unit works with the
> > current svn version of fpc 2.3.1
> >
> > Vincent
> >
> OK, updated to svn 8423 and now I am getting the following.
> Evidetnly it can not compile the graphics unit.
> 
> Fatal: Can't find unit contnrs

FPC found some old old ppu files. Maybe a broken fpc installation.
If you have an old lazarus executable, run it and run the project ->
compiler options-> Test.
If this does not help:
Please check for old files in /usr/lib/fpc.
Also compile with -vt (make OPT=-vt) to see what files the compiler is
using.

 
>[...]
> `/usr/local/share/lazarus/lcl/interfaces/gtk2' make[1]: Leaving
> directory `/usr/local/share/lazarus/lcl/interfaces' /bin/rm -f
> units/i386-linux/alllclunits.ppu /usr/local/lib/fpc/2.3.1/ppc386 -gl
> -Fu. -Funonwin32 -Fuforms -Fuwidgetset
> -Fu/usr/local/lib/fpc/2.3.1/units/i386-linux/rtl
>[...]
> /usr/local/lib/fpc/2.3.1/units/i386-linux/fcl-base/contnrs.ppu
> Recompiling contnrs, checksum changed for System
> /usr/local/share/lazarus/lcl/graphics.pp(36,17) Fatal: Can't find
> unit contnrs

Normally fpc is installed in linux under /usr/lib/fpc. Only the 'make
install' of fpc uses /usr/local/lib/fpc as default.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to