Status: New
Owner: ----
New issue 1241 by [email protected]: Fixes for compilation errors
http://code.google.com/p/v8/issues/detail?id=1241
In building V8, I got two categories of compile errors:
"#if FOO" would lead to "error: FOO is not defined", which could be fixed
by changing the code to "#if defined(FOO)".
Also, I needed to build this on a version of Linux that does not have
PR_SET_NAME in /usr/include/linux/prctl.h. Adding a simple #ifdef allowed
this to work.
All fixes are in the attached patch, made against SVN trunk r7111.
Attachments:
v8-compile-fixes.patch 29.9 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev