[oe] [oe-commits] Stefan Schmidt : llvm2.7_2.7: Add patch for build errors on newer gcc / glibc combinations

Stefan Schmidt stefan at datenfreihafen.org
Mon May 16 08:36:13 UTC 2011


Hello.

On Mon, 2011-05-16 at 10:14, Henning Heinold wrote:
> On Mon, May 16, 2011 at 08:09:15AM +0000, git version control wrote:
> > +Index: llvm-2.7/include/llvm/ADT/SmallVector.h
> > +===================================================================
> > +--- llvm-2.7.orig/include/llvm/ADT/SmallVector.h	2011-05-08 17:07:09.000000000 +0200
> > ++++ llvm-2.7/include/llvm/ADT/SmallVector.h	2011-05-08 17:07:25.000000000 +0200
> > +@@ -19,6 +19,7 @@
> > + #include <cassert>
> > + #include <cstring>
> > + #include <memory>
> > ++#include <stddef.h>
> > + 
> 
> Please use #include <cstddef> we are in c++ code here.

Thats why I send the patch to ml before to gather some review. :)

Will update the patch and test with your suggestion.

regards
Stefan Schmidt




More information about the Openembedded-devel mailing list