Re: [OE-core] boost 1.54 compile fail

2013-07-11 Thread Yi Qingliang
On Thursday, July 11, 2013 09:30:30 AM Martin Jansa wrote: > On Thu, Jul 11, 2013 at 09:54:28AM +0800, Yi Qingliang wrote: > > maybe it is the gcc's fault (recently it is updated to 4.8.x in poky) > > > > I can found uintptr_t in cstdint, but it is wrapped by a c99 related > > macro. > > See > ht

Re: [OE-core] boost 1.54 compile fail

2013-07-11 Thread Martin Jansa
On Thu, Jul 11, 2013 at 09:54:28AM +0800, Yi Qingliang wrote: > maybe it is the gcc's fault (recently it is updated to 4.8.x in poky) > > I can found uintptr_t in cstdint, but it is wrapped by a c99 related macro. See http://lists.openembedded.org/pipermail/openembedded-devel/2013-July/091331.htm

Re: [OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
maybe it is the gcc's fault (recently it is updated to 4.8.x in poky) I can found uintptr_t in cstdint, but it is wrapped by a c99 related macro. On Wednesday, July 10, 2013 04:21:02 PM Yi Qingliang wrote: > Hello! > > after update poky to latest git version, I got failure when compiling boost:

[OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
Hello! after update poky to latest git version, I got failure when compiling boost: the main error is: (indeed, and too many warning!) | ./boost/atomic/atomic.hpp:202:16: error: 'uintptr_t' was not declared in this scope | typedef atomic atomic_uintptr_t; | ^ | ./boost/atomic/a