Status: New
Owner: ----

New issue 1473 by [email protected]: build fails if disassembler=on but objectprint=off
http://code.google.com/p/v8/issues/detail?id=1473

Steps to repeat: build with:


scons arch=x64 snapshot=on disassembler=on console=readline d8

Expected results: it builds, or indicates that I need objectprint=on

Actual results:

...

ccache g++ -o obj/release/objects.o -c -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -fvisibility=hidden -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DV8_FAST_TLS -DENABLE_DEBUGGER_SUPPORT -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -DENABLE_DISASSEMBLER -Isrc src/objects.cc src/objects.cc: In member function 'v8::internal::MaybeObject* v8::internal::JSProxy::SetPropertyWithHandler(v8::internal::String*, v8::internal::Object*, PropertyAttributes, v8::internal::StrictModeFlag)': src/objects.cc:2223:18: warning: variable 'result' set but not used [-Wunused-but-set-variable] src/objects.cc: In member function 'void v8::internal::Code::Disassemble(const char*, FILE*)': src/objects.cc:7062:11: error: 'class v8::internal::DeoptimizationOutputData' has no member named 'DeoptimizationOutputDataPrint' src/objects.cc:7066:11: error: 'class v8::internal::DeoptimizationInputData' has no member named 'DeoptimizationInputDataPrint'
scons: *** [obj/release/objects.o] Error 1
scons: building terminated because of errors.


Suggestion: #ifdef OBJECT_PRINT around paragraph at src/objects.cc:7060.

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

Reply via email to