Hi, I got V8 to compile the its library on a version of MINIX 3, but that version of MINIX didn't have PThreads.
So, I literally copied my changes to a version of MINIX that does have PThreads. Unfortunately, on this version of MINIX V8 compilation fails: In file included from src/objects-inl.h:40, from src/v8.h:63, from src/accessors.cc:28: src/conversions-inl.h: In function 'double v8::internal::DoubleToInteger(double)': src/conversions-inl.h:78: error: 'isnan' was not declared in this scope src/conversions-inl.h:79: error: 'isfinite' was not declared in this scope src/conversions-inl.h: In function 'int32_t v8::internal::DoubleToInt32(double)': src/conversions-inl.h:101: error: 'isfinite' was not declared in this scope scons: *** [obj/release/accessors.o] Error 1 scons: building terminated because of errors. I've tried some "hacky" approaches to fixing the problems in V8, but they aren't real solutions and the real difference appears to be in MINIX's recent changes. That said, I haven't gotten any response on this topic from people on the MINIX side of things. Is there anything I could be missing? Thank you, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
