On Sunday, 27 October 2013 14:38:28 UTC, Gianfranco Palumbo  wrote:
> On Sunday, 27 October 2013 12:18:35 UTC, Brion Vibber  wrote:
> 
> > On Sat, Oct 26, 2013 at 2:31 PM, Gianfranco Palumbo <[email protected]>wrote:
> 
> > 
> 
> > 
> 
> > 
> 
> > > But now i'm getting this. Any ideas?
> 
> > 
> 
> > >
> 
> > 
> 
> > [snip]
> 
> > 
> 
> > 
> 
> > 
> 
> > > frameworks/base/include/utils/Unicode.h:25:18: error: typedef redefinition
> 
> > 
> 
> > > with different types ('uint32_t' (aka 'unsigned int') vs 'char32_t')
> 
> > 
> 
> > > typedef uint32_t char32_t;
> 
> > 
> 
> > >                  ^
> 
> > 
> 
> > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__config:192:20:
> 
> > 
> 
> > > note: previous definition is here
> 
> > 
> 
> > > typedef __char32_t char32_t;
> 
> > 
> 
> > >                    ^
> 
> > 
> 
> > > In file included from frameworks/base/tools/aapt/FileFinder.cpp:9:
> 
> > 
> 
> > > In file included from frameworks/base/include/utils/String8.h:22:
> 
> > 
> 
> > > frameworks/base/include/utils/Unicode.h:26:18: error: typedef redefinition
> 
> > 
> 
> > > with different types ('uint16_t' (aka 'unsigned short') vs 'char16_t')
> 
> > 
> 
> > > typedef uint16_t char16_t;
> 
> > 
> 
> > >                  ^
> 
> > 
> 
> > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__config:191:20:
> 
> > 
> 
> > > note: previous definition is here
> 
> > 
> 
> > > typedef __char16_t char16_t;
> 
> > 
> 
> > >                    ^
> 
> > 
> 
> > > 2 errors generated.
> 
> > 
> 
> > >
> 
> > 
> 
> > 
> 
> > 
> 
> > I see the same trying to build on 10.9. :(
> 
> > 
> 
> > 
> 
> > 
> 
> > What I can tell you works is building on Ubuntu 13.10 64-bit in a virtual
> 
> > 
> 
> > machine (I tested under Parallels 9 with 4 CPU cores and 3GB of RAM
> 
> > 
> 
> > assigned)... It'll eat a lot of disk space, of course.
> 
> > 
> 
> > 
> 
> > 
> 
> > -- brion
> 
> 
> 
> That's what I've been trying to do now. I think my 12.04 ubuntu has some 
> issues.
> 
> I'll try doing it all again on a 13.04 box :)

Speaking of compiling in virtual machines. Is there an Amazon EC2 AMI I can 
spin up and immediately give 8 cores or more to compile it quickly and shut it 
down after?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to