Hard anyone got the emulator building on Mavericks yet? I tried a few of
the above fixes and got to

/usr/local/Cellar/gcc-4.6/4.6.3/gcc/lib/gcc/x86_64-apple-darwin13.0.1/4.6.3/include-fixed/stdint.h:27:32:
fatal error: sys/_types/_int8_t.h: No such file or directory

Opened a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=935776



On 28 October 2013 04:27, Gianfranco Palumbo <[email protected]> wrote:

> On Sunday, 27 October 2013 16:03:11 UTC, Gianfranco Palumbo  wrote:
> > 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?
>
> Oops. I forgot the part where you need to run ./flash.sh or adb  :) so
> doing it from a remote server won't be useful at all :P
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to