Wild guess: Python 3.x? Try again with 2.x

That said, the shared library build seems to be broken on Mac. A workaround
is i18nsupport=off.


On Thu, Feb 20, 2014 at 6:04 AM, Jane Chen <jxche...@gmail.com> wrote:

> This is what I did:
>
> > svn co http://v8.googlecode.com/svn/branches/3.24 v8
> > cd v8
> > make dependencies
> > make -j8 x86.debug library=shared werror=no
>   LIBTOOL-STATIC /space/v8/out/x64.debug/libicudata.a
>   LIBTOOL-STATIC
> /space/v8/out/x64.debug/obj.host/third_party/icu/libicudata.a
>   TOUCH /space/v8/out/x64.debug/obj.host/tools/gyp/js2c.stamp
>   CXX(host)
> /space/v8/out/x64.debug/obj.host/v8_nosnapshot.x64/gen/libraries.o
>   CXX(host)
> /space/v8/out/x64.debug/obj.host/v8_nosnapshot.x64/gen/experimental-libraries.o
>   CXX(host)
> /space/v8/out/x64.debug/obj.host/v8_nosnapshot.x64/gen/trig-table.o
>   File "./gyp-mac-tool", line 507
>     return {k: self._ExpandVariables(data[k], substitutions) for k in data}
>                                                                 ^
> SyntaxError: invalid syntax
>   CXX(host)
> /space/v8/out/x64.debug/obj.host/v8_nosnapshot.x64/src/snapshot-empty.o
>   CXX(target)
> /space/v8/out/x64.debug/obj.target/v8_nosnapshot.x64/gen/libraries.o
> make[1]: *** [/space/v8/out/x64.debug/libicudata.a] Error 1
> make[1]: *** Waiting for unfinished jobs....
>   File "./gyp-mac-tool", line 507
>     return {k: self._ExpandVariables(data[k], substitutions) for k in data}
>                                                                ^
> SyntaxError: invalid syntax
> make[1]: ***
> [/space/v8/out/x64.debug/obj.host/third_party/icu/libicudata.a] Error 1
> make: *** [x64.debug] Error 2
>
> Please advise what I need to do to fix this.
>
> Thanks in advance.
>
> Jane
>
> --
> --
> 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/groups/opt_out.
>

-- 
-- 
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/groups/opt_out.

Reply via email to