Delphi Compiler Error
E2225 Never-build package ‘%s’ must be recompiled
Reason for the Error & Solution
This occurs in two cases:
- The package referenced in the message was compiled as a never-build package, but it requires another package to which interface changes have been made. The named package cannot be used without recompiling because it was linked with a different interface of the required package.
- Another dependent package is using a version of the mentioned package with a different version of the source.
The only solution to this error is to manually recompile the offending package. Be sure to specify the never-build switch, if it is still desired.