On 02.11.2013 08:58, Beeblebrox wrote: > /usr/include/machine/_types.h:65: error: expected '=', ',', ';', 'asm' > or '__attribute__' before '__double_t' > /usr/include/machine/_types.h:66: error: expected '=', ',', ';', 'asm' > or '__attribute__' before '__float_t' You system headers do something stupid: they use float/double in standalone headers we use option -Dfloat=__grub_poison and -Ddouble=__grub_poison to check that we don't use any float/double. Unfortunately such stupidity is more widespread that it should be. I'll remove poisonin of float/double in trunk.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel