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
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).
Thanks for the info. This was sort of a personal side project to see
if I could use Cygwin to replace my test VMWare VM for development of
Linux FastCGI programs. Notes in the just released Cygwin 1.7 gave me
hope that it might work, but I am hitting a lot of road blocks along
the way (V8 was just one). So for now I am abandoning this effort.
--
Bryan White
From: Bryan White <nickt...@gmail.com>
Date: 2009年12月27日, 下午9時10分
Subject: Compile V8 on Cygwin
To: v8-users
2009/12/26 Søren Gjesse <sgje...@chromium.org>:
> There is no support for building V8 in acygwinenvironment. If you want to
> use GCC on Windows it should be possible to use the MinGW environment.
> Building on MinGW is not tested on a regular basis, so support for it might
> be broken. Please note that using MinGW on a Windows installation with
> Visual Studio installed will probably cause some problems. You can search
> the postings on this list for more information. Also see Also see Issue 64.
> Regards,
> Søren
Thanks for the info. This was sort of a personal side project to see
if I could useCygwinto replace my test VMWare VM for development of
Linux FastCGI programs. Notes in the just releasedCygwin1.7 gave me