Issue 80: r350 SConstruct fails with SCons 1.0.1
http://code.google.com/p/v8/issues/detail?id=80
Comment #2 by patterner:
--- SConstruct (revision 353)
+++ SConstruct (working copy)
@@ -379,6 +379,7 @@
if not key in options:
options[key] = value
else:
+ print "Key=%s; Value=%s;" % (key, value)
options[key] = options[key] + value
def ConfigureObject(self, env, input, **kw):
1> scons
scons: Reading SConscript files ...
Key=CXXFLAGS; Value=['$CCFLAGS', '-fno-rtti', '-fno-exceptions'];
TypeError: cannot concatenate 'str' and 'list' objects:
[...]
1> svnversion .
353M
(according to the subject, the previous version was 350)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---