All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Khem Raj : eglibc: Add 2.18 recipes
       [not found] <20130705143917.C20B35040C@opal>
@ 2013-07-08 12:10 ` Martin Jansa
  2013-07-09  9:43   ` Jonathan Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2013-07-08 12:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]

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 <raj.khem@gmail.com>
> Date:   Wed Jun 26 13:59:01 2013 -0700
> 
> eglibc: Add 2.18 recipes
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Saul Wold <sgw@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?

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [oe-commits] Khem Raj : eglibc: Add 2.18 recipes
  2013-07-08 12:10 ` [oe-commits] Khem Raj : eglibc: Add 2.18 recipes Martin Jansa
@ 2013-07-09  9:43   ` Jonathan Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Liu @ 2013-07-09  9:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-commits

On 8/07/2013 10:10 PM, Martin Jansa wrote:
> 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 <raj.khem@gmail.com>
>> Date:   Wed Jun 26 13:59:01 2013 -0700
>>
>> eglibc: Add 2.18 recipes
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> Signed-off-by: Saul Wold <sgw@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-09  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130705143917.C20B35040C@opal>
2013-07-08 12:10 ` [oe-commits] Khem Raj : eglibc: Add 2.18 recipes Martin Jansa
2013-07-09  9:43   ` Jonathan Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.