Home > Error Never Build

Error Never Build

error never-build package requires always-build package

Error Never-build Package Requires Always-build Package p change at anytime and since giving the no-build flag instructs the compiler to assume that a package is up-to-date each no-build package can only require other packages that are also marked no-build Copy Code package Base end IMPLICITBUILD OFF package NoBuild requires Base end In this example the NoBuild package requires a package which was compiled in the always-build compiler state Copy Code IMPLICITBUILD OFF package Base end IMPLICITBUILD OFF package NoBuild requires Base end The solution used in this example was to turn Base into a never-build package Another viable option would

 - 1