In file included from js/jsarena.c:49: js/jsbit.h:173: error: size of array 'js_static_assert_line_173' is negative make[1]: *** [js/jsarena.o] Error 1 make: *** [src] Error 2
解决办法:
修改 src/js/jsbit.h 第173行
S_STATIC_ASSERT(sizeof(unsigned long long) == sizeof(JSUword));