[oe] [oe-commits] Khem Raj : eglibc: Add 2.18 recipes

Martin Jansa martin.jansa at gmail.com
Mon Jul 8 12:10:48 UTC 2013


On Fri, Jul 05, 2013 at 02:39:17PM +0000, git at 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 <raj.khem at gmail.com>
> Date:   Wed Jun 26 13:59:01 2013 -0700
> 
> eglibc: Add 2.18 recipes
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> Signed-off-by: Saul Wold <sgw at linux.intel.com>

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<uintptr_t> atomic_uintptr_t;
                ^
./boost/atomic/atomic.hpp:202:25: error: template argument 1 is invalid
 typedef atomic<uintptr_t> atomic_uintptr_t;
                         ^
./boost/atomic/atomic.hpp:202:43: error: invalid type in declaration before ';' token
 typedef atomic<uintptr_t> atomic_uintptr_t;
                                           ^
Adding
#include <stdint.h> in boost/atomic/atomic.hpp solves that, but
#include <cstdint> doesn't, is it right fix?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130708/1303af01/attachment.sig>


More information about the Openembedded-devel mailing list