I'm getting the following error trying to compile v8 on OSX Lion:
sh-3.2# scons
scons: *** No SConstruct file found.
File "/usr/local/lib/scons-2.3.0/SCons/Script/Main.py", line 905, in _main
I've installed scons using Homebrew.
I'm getting the following error trying to compile v8 on OSX Lion:
sh-3.2# scons
scons: *** No SConstruct file found.
File "/usr/local/lib/scons-2.3.0/SCons/Script/Main.py", line 905, in _main
I've installed scons using Homebrew.
Either cd to the directory that contains the SConstruct file, or use the -f flag to tell scons where it is. It works like "make", which needs to find a "Makefile" or it can't build anything.