Status: New
Owner: ----

New issue 1039 by [email protected]: v8 build fails on OS X
http://code.google.com/p/v8/issues/detail?id=1039

I am trying to build Node.js (which I assume tries to build v8) and it fails with the following output:

obj/release/libraries.cc:35: error: expected initializer before '-' token
obj/release/libraries.cc:37: error: expected initializer before '-' token
obj/release/libraries.cc:39: error: expected initializer before '-' token
obj/release/libraries.cc:47: error: no member function 'GetDelayCount' declared in 'v8::internal::NativesCollection<CORE>' obj/release/libraries.cc: In static member function 'static v8::internal::Vector<const char> v8::internal::NativesCollection<type>::GetScriptSource(int) [with v8::internal::NativeType type = CORE]': obj/release/libraries.cc:83: error: 'liveedit' was not declared in this scope obj/release/libraries.cc:83: error: 'debugger' was not declared in this scope
obj/release/libraries.cc:84: error: 'mirror' was not declared in this scope
obj/release/libraries.cc:84: error: 'debugger' was not declared in this scope
obj/release/libraries.cc:85: error: 'debug' was not declared in this scope
obj/release/libraries.cc:85: error: 'debugger' was not declared in this scope
scons: *** [obj/release/libraries.o] Error 1
scons: building terminated because of errors.
Waf: Leaving directory `/Users/anton/code/node/build'
Build failed:  -> task failed (err #2):
        {task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1

People from #node.js told me that it might be a v8 bug.

OS version: OS X 10.6.6 (build 10J567)
GCC version: i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)

Full output attached to this issue.


Attachments:
        nodebuild.txt  98.8 KB

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

Reply via email to