On 25.06.2014 09:01, pulkomandy@xxxxxxxxxxxxx wrote:
6bcbdcc: Use current Errors.h when building libbe_build This allows adding new error codes to the libbe_build without breaking the build on older Haiku versions. Fixes the build for the newly introduced B_PARTIAL_READ and B_PARTIAL_WRITE.
Strictly speaking this is not correct. The error codes are a libroot feature, which is used from the host. Since only functions like strerror() and perror() are affected, it shouldn't harm, though. Without also emulating libroot there isn't a good solution, I'm afraid.
Unless I'm much mistaken, the file can as well be removed. Its only purpose was to shadow the header in headers/build/os/support/.
CU, Ingo