[Lazarus] Can't find unit rttiutils used by PropertyStorage [SOLVED]

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Sep 1 21:48:30 CEST 2011


On Thu, 1 Sep 2011 15:54:38 -0300
Marcos Douglas <md at delfire.net> wrote:

> On Thu, Sep 1, 2011 at 3:04 PM, Marcos Douglas <md at delfire.net> wrote:
> >
> > On Thu, Sep 1, 2011 at 2:53 PM, Mattias Gaertner
> > <nc-gaertnma at netcologne.de> wrote:
> > > On Thu, 1 Sep 2011 14:49:32 -0300
> > > Marcos Douglas <md at delfire.net> wrote:
> > >
> > >> On Thu, Sep 1, 2011 at 2:03 PM, Mattias Gaertner
> > >> <nc-gaertnma at netcologne.de> wrote:
> > >> > On Thu, 1 Sep 2011 13:52:26 -0300
> > >> > Marcos Douglas <md at delfire.net> wrote:
> > >> >
> > >> >> Hi,
> > >> >>
> > >> >> I update my Lazarus (rev 32142) and Build from the IDE... OK.
> > >> >> I opened a new LCL project and ran.
> > >> >
> > >> > Do you mean Project / New Project / Application?
> > >>
> > >> YES.
> > >>
> > >> >> ERROR:
> > >> >> C:\temp\project1.lpr(1,1) Fatal: Can't find unit rttiutils used by
> > >> >> PropertyStorage
> > >> >>
> > >> >> My env (copied from Lazarus about) is Lazarus 0.9.31 r31914 FPC 2.5.1
> > >> >> i386-win32-win32/win64
> > >> >
> > >> > rttiutils is part of FPC 2.5.1.
> > >> > How did you install FPC?
> > >>
> > >> Using a script... the same script that I always use:
> > >>
> > >> make clean all install [...]
> > >> make crossinstall %myCOMMONOPTS%  OS_TARGET=win64 CPU_TARGET=x86_64 [...]
> > >>
> > >> Do you want see the script?
> > >
> > > No. I just wanted to know if you know what you are doing.
> > > Have you compiled with -vut to see where fpc has searched for rttiutils?
> >
> > It was used -viwn in fpc.cfg.
> >
> > I saw:
> > v : write fpcdebug.txt with lots of debugging info
> >
> > Where this file is stored?
> 
> Mattias,
> To solve this problem I used 'Run'>'Clean up build files...'.
> 
> But, just for curiosity, take a look in attachment.
> The FPC and/or Lazarus is very smart, because it did knew about my
> change in strutils[1]. But when I changed I maked all FPC.

Maybe you forgot to install all new units.

 
> BTW, if I change the RTL (to test, create path, etc) what is the
> correct way to do after the change?
> Thanks for your time.


Mattias




More information about the Lazarus mailing list