Hey hi, i am also stuck with the same error on Maverick and with xcode 5.0.2. Did you find any solutions. Please let me know. Thank you.
On Sunday, October 27, 2013 8:18:35 AM UTC-4, 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 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
