Status: New
Owner: ----
New issue 1089 by [email protected]: Problems build macos 10.5
http://code.google.com/p/v8/issues/detail?id=1089
I've downloaded the stable version and I got this error:
dereferencing type-punned pointer will break strict-aliasing rules
To fix this, I've edited the SConstruct file and I've changed this:
'os:macos': {
'WARNINGFLAGS': ['-pedantic']
},
To this;
'os:macos': {
'WARNINGFLAGS': ['-pedantic','-Wno-strict-aliasing']
},
I supose that I've fixed the problem, but I think that is a goog idea to
check if this fix is correct,
Thanks!!!
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev