Hi, I've gotten building to go a bit further, but I recently started getting the following errors:
$ scons [...Building...] src/jsregexp.cc:383: error: prototype for 'v8::internal::RegExpImpl::IrregexpResult v8::internal::RegExpImpl::IrregexpExecOnce(v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal::Vector<int>)' does not match any in class 'v8::internal::RegExpImpl' src/jsregexp.h:114: error: candidate is: static v8::internal::RegExpImpl::IrregexpResult v8::internal::RegExpImpl::IrregexpExecOnce(v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal:Vector<long int>) src/jsregexp.cc: In static member function 'static v8::internal::Handle<v8::internal::Object> v8::internal::RegExpImpl::IrregexpExec(v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal::Handle<v8::internal::JSArray>)': src/jsregexp.cc:485: error: no matching function for call to 'v8::internal::RegExpImpl::IrregexpExecOnce(v8::internal::Handle<v8::internal::JSRegExp>&, v8::internal::Handle<v8::internal::String>&, int&, v8::internal::Vector<int>)' src/jsregexp.h:114: note: candidates are: static v8::internal::RegExpImpl::IrregexpResult v8::internal::RegExpImpl::IrregexpExecOnce(v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal::Vector<long int>) scons: *** [obj/release/jsregexp.o] Error 1 scons: building terminated because of errors. I'm not sure if this is an issue with V8 or between MINIX and GCC. There's a possibility it's related to GCC using older C and C++ standards (prior to C99 & C++0x/1x), but I'm not sure (would I check SCons' build settings for that?). Thank you, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
