I am attempting to compile V8 in a Cygwin environment.

I installed SCons with no obvious problems.

When I run 'scons mode=release library=static snapshot=on' I get:

scons: Reading SConscript files ...
TypeError: cannot concatenate 'str' and 'NoneType' objects:
  File "/home/bryan/v8/SConstruct", line 587:
    'help': 'the os to build for (' + OS_GUESS + ')'

This is the just released cygwin 1.7.1.
GCC/G++ 4.3 is installed

Poking around in the SConstruct file I see this:

OS_GUESS = utils.GuessOS()

which seems to be returning a non-string result (I am unfamiliar with
Python or have only used SCons to compile v8 on other platforms).

-- 
Bryan White

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to