> Feel free to delete the offending function 
> (in test/cctest/compiler/graph-builder-tester.h:171-173), it doesn't seem 
> to be used (which is presumably why clang doesn't complain here).
>

Sure, I did it and build continues, but isn't this supposed to be fixed 
upstream? I though V8 is buildable with both Clang and GCC.
 

> I'm trying to build V8 with the following command:
>

Sorry, cloned from the source repository like this 
<https://gist.github.com/leobalter/aa8953b9a317e2ae9696#file-v8-md>:

$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
$ export PATH=`pwd`/depot_tools:"$PATH"
$ fetch v8

Because cloning directly V8 from GitHub as shown below results in error 
about missing third party software:

$ git clone 'https://github.com/v8/v8.git'
$ time make V=1 ia32.release GYPFLAGS='-Dclang=0 -Dwerror= 
-Dcomponent=shared_library'
make: *** No rule to make target 'third_party/icu/icu.gypi', needed by 
'out/Makefile.ia32.release'.  Stop.

-- 
-- 
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.

Reply via email to