|
From: | Andrey Borzenkov |
Subject: | error.h missing on mingw (grub-core/kern/emu/misc.c fails to compile) |
Date: | Thu, 26 Dec 2013 23:54:47 +0400 |
I'm not sure how to fix it. It is pulled in by build-grub-pep2elf and build-grub-pe2elf. Those are build time programs and so use BUILD_CPPFLAGS; adding CPPFLAGS_GNULIB is probably not appropriate. It compiles just fine with error.h commented out. May be something like #if !defined(GRUB_BUILD) || defined(HAVE_ERROR_H)
[Prev in Thread] | Current Thread | [Next in Thread] |