[Lazarus] ImagesforLazarus problem
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Aug 7 09:27:25 CEST 2012
Chavoux Luyt <chavoux at gmail.com> hat am 7. August 2012 um 02:22 geschrieben:
> Hi Everybody
>
> When I want to compile (and install) the ImagesforLazarus package, I get an
> error: Error: Duplicate identifier "IMAGESFORLAZARUS"
> I am trying to install the glScene package and need this package to be
> installed first. Any ideas why?
>
> In the source code I see this:
> "
> { This file was automatically created by Lazarus. Do not edit!
> This source is only used to compile and install the package.
> }
>
> unit ImagesforLazarus;
>
> interface
>
> uses
> IS THIS CORRECT?->ImagesforLazarus, LazBMP, LazJPG, LazPNG, LazPNM, LazTGA,
> LazXPM,
> LazarusPackageIntf;
>
What Lazarus version do you use?
It does not add this unit name here.
> ....
> "
> Is it correct for the unit to "use" itself? If I comment out the
> "ImagesforLazarus" part, and then recompile the unit, it asks to reload file
> from disk and then simply ignore the file I just saved, reverting back to the
> original file somehow. (If I say to ignore the files from disk, it still
> gives me this same error message).
>
The unit is automatically created by the IDE before compiling.
Mattias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20120807/43aed9a3/attachment-0003.html>
More information about the Lazarus
mailing list