E2225 Never-build package '%s' must be recompiled (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)


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.

See Also