Thanks for the hint about use_sysroot! From there I was able to figure out
a set of flags that make my build work again:

tools/dev/v8gen.py x64.release -- v8_static_library=true use_sysroot=false
use_glib=false use_custom_libcxx=false

-Kenton

On Thu, Sep 28, 2017 at 12:48 PM, Fabio Kaminski <fabiokamin...@gmail.com>
wrote:

> Isnt this because its using "sysroot=.." and pointing to a custom compiler
> build?
>
> If its using sysroot, just turn it off in the gyp files, and make the v8
> compile with your local compiler toolchain.
>
> At least it what i did here, after having some linking problems, and it
> worked fine for me..
>
> I just dont recall in what gyp file is the sysroot var.. but you can also
> switch manually by passing the var when generating the
> ninja files through gyp.. i guess with '-Dvar=value'
>
> I think the gyp var is 'use_sysroot' or something like that
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/v8-users/4B0zxSXulXE/unsubscribe.
> To unsubscribe from this group and all its topics, 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