Status: New
Owner: ----

New issue 718 by arno.lepisk: Can't compile without debugger
http://code.google.com/p/v8/issues/detail?id=718

When trying to compile V8 2.2.11 without debuggersupport it fails:

src/compiler.cc: In function ‘v8::internal::Handle<v8::internal::Code>
v8::internal::MakeCode(v8::internal::Handle<v8::internal::Context>,
v8::internal::CompilationInfo*)’:
src/compiler.cc:132: error: incomplete type ‘v8::internal::Debugger’ used
in nested name specifier

The code seems to want to use the Debugger-class although it isn't compiled in.

The attached patch makes it work (at least for me :) )

/A

Attachments:
        compiler_cc.patch  691 bytes

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to