On Wed, Aug 27, 2014 at 10:07 PM, Fernando Iwamoto - Plannej <[email protected]> wrote: > There's any fix on this? Couldn't find any single of help to fix... > > > CXX(target) > /Users/fernando/v8/out/native/obj.target/v8_libplatform/src/libplatform/task-queue.o > ../third_party/icu/linux/icudtl_dat.S:2:20: error: unexpected token in > '.section' directive > .section .note.GNU-stack,"",%progbits > ^ > ../third_party/icu/linux/icudtl_dat.S:3:18: error: unexpected token in > '.section' directive > .section .rodata > ^ > ../third_party/icu/linux/icudtl_dat.S:6:2: error: unknown directive > .hidden icudt52_dat > ^ > ../third_party/icu/linux/icudtl_dat.S:8:2: error: unknown directive > .type icudt52_dat,%object > ^ > CXX(target) > /Users/fernando/v8/out/native/obj.target/v8_libplatform/src/libplatform/worker-thread.o > CXX(target) > /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/atomicops_internals_x86_gcc.o > CXX(target) > /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/cpu.o > CXX(target) > /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/logging.o > CXX(target) > /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/once.o > make[1]: *** > [/Users/fernando/v8/out/native/obj.target/icudata/third_party/icu/linux/icudtl_dat.o] > Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [native] Error 2
Looks like ICU is misdetecting your platform. If i18n is not a requirement for you, try `make i18nsupport=off`. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
