On 8/07/2013 10:10 PM, Martin Jansa wrote:
On Fri, Jul 05, 2013 at 02:39:17PM +0000, [email protected] 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 <[email protected]>
Date: Wed Jun 26 13:59:01 2013 -0700
eglibc: Add 2.18 recipes
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Saul Wold <[email protected]>
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?
Please file a bug report with boost. stdint.h is not always available
(e.g. Microsoft Visual C++ 2008 and older).
Regards,
Jonathan
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel