Why, when executing the Package-Use-Install menu, does an error appear that the file does not exist, although the complete compilation of the package proceeds without errors?
I created a Run-Time+Design-Time package.
The package compiles without errors.
But when I run the Package-Use-Install command, I get an error that
DBGridEhFindDlgs.pas(85,12) Error: Can't find unit DBGridEhFindDlgs used by DBGridEh
Although the file exists in the folder
C:\RADStudio\lazarus\EhLib.12_0\Src\Vcl
I also don't understand why when I try to install a package the system tries to recompile it.