I'm seeing a V8 build failure with one of the files generated at build
time:

    out/Release/obj/gen/debug-support.cc:45:35: error: 'kArgumentMarker' is
    not a member of 'v8::internal::Oddball'
    int v8dbg_OddballArgumentMarker = Oddball::kArgumentMarker;

I know that kArgumentMarker was recently renamed to kArgumentsMarker via:
                                                             -

    https://codereview.chromium.org/1694403002/patch/100001/110004

but am wondering why my debug-support.cc is not being generated
accordingly.  Am I missing a dependency check?

I'm getting this with a clean checkout (via "fetch v8") and build, and 
it all built fine two days ago.  Version was "4.10.0 (candidate)"

OS is Solaris on x64. 

Thanks,

Peter

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to