<div dir="ltr"><div>Using Lazarus 1.0.10 on Windows 7 64-bit. The IDE appears to be running as a 32-bit application in case that makes a difference.</div><div><br></div><div>I am working on my first package and it compiles fine but whenever I attempt to install it using either the "Installed Packages" or "Package Editor" dialogs I get the following message</div>
<div><br></div><div>PPU Loading ..\ideextensions\lib\i386-win32\ideextensions.ppu</div><div>PPU Source: ideextensions.pas not found</div><div>Recompiling ideextensions, checksum changed for ide</div><div>(1,1) Fatal: Can not find ideextensions used by Lazarus, ppu=..\ideextensions\lib\i386-win32\ideextensions.ppu, package ideextensions</div>
<div><br></div><div>I shortened the path to '..' for brevity's sake. The actual path in the error message is a subfolder in my Windows user profile. The unit it's looking for (ideextensions.pas) appears to be created and maintained by the IDE whenever you add or remove dependencies using the package editor. I am certain it exists exactly where the IDE put it.</div>
<div><br></div><div>This is a brand new package with all package options set at the default. What could be causing this? Can anyone else reproduce this behavior?</div></div>