On Fri, Jul 05, 2013 at 02:39:17PM +0000, git@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 59ae9fc07a6a89492c001de0b3322ecd6d3956be > URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=59ae9fc07a6a89492c001de0b3322ecd6d3956be > > Author: Khem Raj > Date: Wed Jun 26 13:59:01 2013 -0700 > > eglibc: Add 2.18 recipes > > Signed-off-by: Khem Raj > Signed-off-by: Saul Wold boost is now failing on all architectures ./boost/atomic/atomic.hpp: At global scope: ./boost/atomic/atomic.hpp:202:16: error: 'uintptr_t' was not declared in this scope typedef atomic atomic_uintptr_t; ^ ./boost/atomic/atomic.hpp:202:25: error: template argument 1 is invalid typedef atomic atomic_uintptr_t; ^ ./boost/atomic/atomic.hpp:202:43: error: invalid type in declaration before ';' token typedef atomic atomic_uintptr_t; ^ Adding #include in boost/atomic/atomic.hpp solves that, but #include doesn't, is it right fix?