Status: New
Owner: ----

New issue 2913 by h0x91b: debuggersupport=off, broken again (error: no type named 'Socket' in namespace 'v8::internal')
http://code.google.com/p/v8/issues/detail?id=2913

OS X 10.8.5
v8 (git checkout 3.22.2)

without flag debuggersupport=off everything is fine...

$ make native -j 4 debuggersupport=off werror=no
produce following errors:

CXX(target) /Users/h0x91b/Dropbox/GitHub/redis-v8/redis/deps/v8/out/native/obj.target/cctest/test/cctest/gay-shortest.o
In file included from ../src/d8.cc:64:
../src/d8-debug.h:77:6: error: no type named 'Socket' in namespace 'v8::internal'; did you mean 'Locker'?
  i::Socket* conn() { return conn_; }
  ~~~^~~~~~
     Locker
../src/../include/v8.h:5181:17: note: 'Locker' declared here
class V8_EXPORT Locker {
                ^
In file included from ../src/d8.cc:64:
../src/d8-debug.h:81:6: error: no type named 'Socket' in namespace 'v8::internal'; did you mean 'Locker'?
  i::Socket* conn_;  // Connection to debugger agent in debugged V8.
  ~~~^~~~~~
     Locker
../src/../include/v8.h:5181:17: note: 'Locker' declared here
class V8_EXPORT Locker {
                ^
In file included from ../src/d8-posix.cc:42:
../src/d8-debug.h:77:6: error: no type named 'Socket' in namespace 'v8::internal'; did you mean 'Locker'?
  i::Socket* conn() { return conn_; }
  ~~~^~~~~~
     Locker
../src/../include/v8.h:5181:17: note: 'Locker' declared here
class V8_EXPORT Locker {
                ^
In file included from ../src/d8-posix.cc:42:
../src/d8-debug.h:81:6: error: no type named 'Socket' in namespace 'v8::internal'; did you mean 'Locker'?
  i::Socket* conn_;  // Connection to debugger agent in debugged V8.
  ~~~^~~~~~
     Locker
../src/../include/v8.h:5181:17: note: 'Locker' declared here
class V8_EXPORT Locker {
                ^
2 errors generated.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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/groups/opt_out.

Reply via email to