I think this is the error you get when you try to run V8's bundled
toolchain, which is built for x64, on a 32-bit system. So you have two
options:
(1) Build on an x64 machine.
(2) Or disable usage of the bundled toolchain and fall back to your system
toolchain: make GYPFLAGS="-Dclang=0" ...


On Wed, Dec 23, 2015 at 2:13 PM, Peter König <koenig....@gmail.com> wrote:

> I became error on installing v8:
>
> make:
>
>
>
>
> # make library=shared i18nsupport=off native
> PYTHONPATH="/tmp/v8/tools/generate_shim_headers:/tmp/v8/build::/tmp/v8/build/gyp/pylib:"
>  \
>         GYP_GENERATORS=make \
>         build/gyp/gyp --generator-output="out" build/all.gyp \
>                       -Ibuild/standalone.gypi --depth=. -S.native  
> -Dcomponent=shared_library -Dv8_enable_backtrace=1 -Dv8_enable_i18n_support=0 
> -Darm_fpu=default -Darm_float_abi=default
> make[1]: Entering directory `/tmp/v8/out'
>   CXX(target) /tmp/v8/out/native/obj.target/v8_base/src/accessors.o
> /tmp/v8/third_party/llvm-build/Release+Asserts/bin/clang++: 1: 
> /tmp/v8/third_party/llvm-build/Release+Asserts/bin/clang++: Syntax error: ")" 
> unexpected
> make[1]: *** [/tmp/v8/out/native/obj.target/v8_base/src/accessors.o] Error 2
> make[1]: Leaving directory `/tmp/v8/out'
> make: *** [native] Error 2
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to