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

Jonathan Liu net147 at gmail.com
Tue Jul 9 09:43:44 UTC 2013


On 8/07/2013 10:10 PM, Martin Jansa wrote:
> 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?
Please file a bug report with boost. stdint.h is not always available 
(e.g. Microsoft Visual C++ 2008 and older).

Regards,
Jonathan



More information about the Openembedded-devel mailing list