On 27 March 2011 18:37, Mattias Gaertner <[email protected]> wrote:
> On Sun, 27 Mar 2011 18:18:43 +0100 > Frank Church <[email protected]> wrote: > > >[...] > > > > I also tried to install Indy and the same error comes up. > > Do you know about the include file clashes of Indy? > This creates such errors. > > > > > componenttreeview.ppu is present in the units\i386 directory > > Compile with -vut to find out which include file conflicts and rename > it. > > Mattias > > After following your suggestion it appears that the packages are added twice to staticpackages.inc. kgrid uses printer4lazarus and dbflaz, and they appear twice in the staticpackages.inc. I opened the file and realized that they are duplicated. I went into the IDE and removed them ie uninstalled them, yet when it comes to building the IDE again they are duplicated yet again in staticpackages.inc. The IDE appears to be generating the error that staticpackages.inc cannot be found, when it appears that the error is a duplicate file name error. Another thing I want to ask - is the -pcp directory the normal location for staticpackages.inc? I thought it would be in the installation directory. staticpackages.inc(4,16) Error: Duplicate identifier "PRINTER4LAZARUS" staticpackages.inc(4,16) Error: Duplicate identifier "printer4lazarus" staticpackages.inc(8,7) Error: Duplicate identifier "DBFLAZ" staticpackages.inc(8,7) Error: Duplicate identifier "dbflaz" componenttreeview.pas(44,18) Fatal: Can't find unit ComponentTreeView used by ObjectInspector -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > -- Frank Church ======================= http://devblog.brahmancreations.com
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
