I've just created a project that compiles several packages for my application. I'm having trouble compiling one of the packages. FB reports that
Error: E2466 Never-build package '.' requires always-build package ''
I've checked the .dpk files, and in both implicitbuild is set to ON, so I'm not sure how thinks it's an always-build package. I've duplicated the compile action, and set the first one to ignore failure. Everything compiles fine.
I'm not sure what to make of this, or how to start debugging. FB doesn't have the Package Options that Delphi provides for a package (specifically the Build Control property in the case).
Or is this something to do with Delphi and my work around is the only way to fix it?
Thanks,
Paul