[Pixman] Pixman not building on MacOS X 10.11

2015-10-10 Thread Andrea Canciani
It looks like the latest XCode cannot build pixman: $ clang --version Apple LLVM version 7.0.0 (clang-700.0.72) Target: x86_64-apple-darwin14.5.0 Thread model: posix pixman-mmx.c:100:20: error: constraint 'K' expects an integer constant expression : "y" (__A), "K" (__N)

Re: [Pixman] Pixman not building on MacOS X 10.11

2015-10-10 Thread Jeremy Huddleston Sequoia
This is not a bug in clang. It isn't a case of "the asm constraints we need are not implemented" it is a case of the code not being valid. The error printed by clang is correct. See this post for more details: https://code.google.com/p/nativeclient/issues/detail?id=4201#c5 Or the description

Re: [Pixman] Pixman not building on MacOS X 10.11

2015-10-10 Thread Siarhei Siamashka
On Sat, 10 Oct 2015 16:03:53 -0700 Jeremy Huddleston Sequoia wrote: > > On Oct 10, 2015, at 13:48, Andrea Canciani wrote: > > > > It looks like the latest XCode cannot build pixman: > > > > $ clang --version > > Apple LLVM version 7.0.0

Re: [Pixman] Pixman not building on MacOS X 10.11

2015-10-10 Thread Siarhei Siamashka
On Sun, 11 Oct 2015 04:53:08 +0300 Siarhei Siamashka wrote: > On Sat, 10 Oct 2015 16:03:53 -0700 > Jeremy Huddleston Sequoia wrote: > > > > On Oct 10, 2015, at 13:48, Andrea Canciani wrote: > > > The attached hack gets