Status: New
Owner: ----
New issue 899 by [email protected]: V8 build fails with
debuggersupport=off, profilesupport=off
http://code.google.com/p/v8/issues/detail?id=899
(this is 2.4.9.1 on x64, but 2.4.3 also fails)
Looks like d8 fails to link while turning off debuggersupport,
profilesupport - which by the sound of it doesn't seem unlikely, but should
d8 really be built at all then?
Here's the traceback:
g++ -o obj/release/d8-debug.os -c -O2 -pipe -fno-strict-aliasing -Wall -W
-Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -fomit-frame-pointer
-fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions
-fvisibility=hidden -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor
-pedantic
-m64 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fPIC
-DV8_TARGET_ARCH_X64 -DV8_SHARED -Isrc src/d8-debug.cc
In file included from src/d8-debug.cc:30:
src/d8-debug.h:39: error: variable or field 'HandleDebugEvent' declared void
src/d8-debug.h:39: error: 'DebugEvent' was not declared in this scope
src/d8-debug.h:40: error: expected primary-expression before 'exec_state'
src/d8-debug.h:41: error: expected primary-expression before 'event_data'
src/d8-debug.h:42: error: expected primary-expression before 'data'
src/d8-debug.cc:43: error: variable or field 'HandleDebugEvent' declared
void
src/d8-debug.cc:43: error: 'DebugEvent' was not declared in this scope
src/d8-debug.cc:44: error: expected primary-expression before 'exec_state'
src/d8-debug.cc:45: error: expected primary-expression before 'event_data'
src/d8-debug.cc:46: error: expected primary-expression before 'data'
src/d8-debug.cc:356: error: expected '}' at end of input
scons: *** [obj/release/d8-debug.os] Error 1
scons: building terminated because of errors.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev