Hi, On Jun 24, 2:16 am, Søren Gjesse <[email protected]> wrote: > The reason for that error is most likely that g++ is not installed. > Seehttp://code.google.com/p/v8/issues/detail?id=99. > > Regards, > Søren
Interesting. I wish SCons would look for tools (and terminate with errors if it can't find them) before trying to use them. In my "src/ SConscript" I used: env.Replace(CXX = '/usr/gnu/bin/g++') Now I'm finally seeing code related errors! Thank you Søren, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
