Re: [v8-users] clang++ error

2016-05-29 Thread Tom Liu
Hi, Do you get this issue fixed? I meet this same error 在 2015年5月13日星期三 UTC+8上午12:11:59,Jason Josephy写道: > > I did follow those instructions and fetch did not bring down clang. I'm > going to nuke today and try again. -- -- v8-users mailing list v8-users@googlegroups.com

Re: [v8-users] clang++ error

2015-05-12 Thread Jakob Kummerow
Which instructions have you been following? Probably not these: https://code.google.com/p/v8-wiki/wiki/UsingGit, because those would have told you to run fetch v8, which would have downloaded clang. You don't need to install clang manually. On Mon, May 11, 2015 at 11:58 PM, Jason Josephy

Re: [v8-users] clang++ error

2015-05-12 Thread Jason Josephy
I did follow those instructions and fetch did not bring down clang. I'm going to nuke today and try again. -- -- 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

[v8-users] clang++ error

2015-05-11 Thread Jason Josephy
Hi - i am trying to build V8 and am running into a error when i run make: ake[1]: /home/jjosephy/source/v8/third_party/llvm-build/Release+Asserts/bin/clang++: Command not found i have followed all of the instructions and thought i did everything correctly, and have ensure clang is installed.

[v8-users] clang++ Error during build

2015-03-27 Thread Maximilian Tschirschnitz
Hi Together, Im trying to compile the v8 engine now for some time and always get stuck when it tries to execute the clang++ binary in the third_party folder: Command doesnt exist I checked after that error and was not able to find any llvm/clang folders in third party. So i rerun gclient sync