<div>Hi Everybody<br></div><div><br></div><div>When I want to compile (and install) the ImagesforLazarus package, I get an error: Error: Duplicate identifier "IMAGESFORLAZARUS"<br></div><div>I am trying to install the glScene package and need this package to be installed first. Any ideas why?</div>
<div><br></div><div>In the source code I see this:</div><div>"</div><div>{ This file was automatically created by Lazarus. Do not edit!<br>  This source is only used to compile and install the package.<br> }<br><br>unit ImagesforLazarus; <br>
<br>interface<br><br>uses<br>  IS THIS CORRECT?->ImagesforLazarus, LazBMP, LazJPG, LazPNG, LazPNM, LazTGA, LazXPM,<br>  LazarusPackageIntf;    </div><div>....</div><div>"</div><div>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).</div>
<div><br></div><div>Thanks</div><div>Chavoux</div>