Skip to content

Instantly share code, notes, and snippets.

@phstc
Created April 13, 2014 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phstc/10585949 to your computer and use it in GitHub Desktop.
Save phstc/10585949 to your computer and use it in GitHub Desktop.
# _/Users/pablo/go/src/github.com/phstc/putsreq/v8.go/src/github.com/idada/v8.go
../../v8_wrap.cc:291:40: error: too many arguments to function call, expected 0, have 1
../../v8_wrap.cc:55:27: note: expanded from macro 'PREV_CONTEXT_SLOT'
/usr/local/include/v8.h:6418:1: note: 'GetData' declared here
../../v8_wrap.cc:295:38: error: too many arguments to function call, expected single argument 'data', have 2 arguments
/usr/local/include/v8.h:6412:1: note: 'SetData' declared here
../../v8_wrap.cc:307:38: error: too many arguments to function call, expected single argument 'data', have 2 arguments
/usr/local/include/v8.h:6412:1: note: 'SetData' declared here
../../v8_wrap.cc:311:32: error: too many arguments to function call, expected 0, have 1
../../v8_wrap.cc:55:27: note: expanded from macro 'PREV_CONTEXT_SLOT'
/usr/local/include/v8.h:6418:1: note: 'GetData' declared here
../../v8_wrap.cc:314:76: error: too many arguments to function call, expected 0, have 1
../../v8_wrap.cc:55:27: note: expanded from macro 'PREV_CONTEXT_SLOT'
/usr/local/include/v8.h:6418:1: note: 'GetData' declared here
../../v8_wrap.cc:318:32: error: too many arguments to function call, expected 0, have 1
../../v8_wrap.cc:55:27: note: expanded from macro 'PREV_CONTEXT_SLOT'
/usr/local/include/v8.h:6418:1: note: 'GetData' declared here
../../v8_wrap.cc:321:51: error: too many arguments to function call, expected 0, have 1
../../v8_wrap.cc:55:27: note: expanded from macro 'PREV_CONTEXT_SLOT'
/usr/local/include/v8.h:6418:1: note: 'GetData' declared here
../../v8_wrap.cc:346:11: error: no member named 'ThrowException' in 'v8::Isolate'
../../v8_wrap.cc:449:4: error: no matching function for call to 'New'
/usr/local/include/v8.h:1936:25: note: candidate function not viable: no known conversion from 'v8::Isolate *' to 'int32_t' (aka 'int') for 1st argument
/usr/local/include/v8.h:1934:25: note: candidate function not viable: requires single argument 'value', but 2 arguments were provided
../../v8_wrap.cc:525:3: error: no matching function for call to 'New'
/usr/local/include/v8.h:1936:25: note: candidate function not viable: no known conversion from 'v8::Isolate *' to 'int32_t' (aka 'int') for 1st argument
/usr/local/include/v8.h:1934:25: note: candidate function not viable: requires single argument 'value', but 2 arguments were provided
../../v8_wrap.cc:704:53: error: too many arguments to function call, expected single argument 'time', have 2 arguments
/usr/local/include/v8.h:2832:3: note: 'New' declared here
../../v8_wrap.cc:721:46: error: too many arguments to function call, expected 0, have 1
/usr/local/include/v8.h:2279:3: note: 'New' declared here
../../v8_wrap.cc:739:54: error: too many arguments to function call, expected single argument 'value', have 2 arguments
/usr/local/include/v8.h:3011:3: note: 'New' declared here
../../v8_wrap.cc:927:52: error: too many arguments to function call, expected at most single argument 'length', have 2 arguments
/usr/local/include/v8.h:2307:3: note: 'New' declared here
../../v8_wrap.cc:928:57: error: too many arguments to function call, expected single argument 'value', have 2 arguments
/usr/local/include/v8.h:3011:3: note: 'New' declared here
../../v8_wrap.cc:929:56: error: too many arguments to function call, expected single argument 'value', have 2 arguments
/usr/local/include/v8.h:3011:3: note: 'New' declared here
../../v8_wrap.cc:930:56: error: too many arguments to function call, expected single argument 'value', have 2 arguments
/usr/local/include/v8.h:3011:3: note: 'New' declared here
../../v8_wrap.cc:931:59: error: too many arguments to function call, expected single argument 'value', have 2 arguments
/usr/local/include/v8.h:3011:3: note: 'New' declared here
../../v8_wrap.cc:932:36: error: no matching function for call to 'New'
/usr/local/include/v8.h:1936:25: note: candidate function not viable: no known conversion from 'v8::Isolate *' to 'int32_t' (aka 'int') for 1st argument
/usr/local/include/v8.h:1934:25: note: candidate function not viable: requires single argument 'value', but 2 arguments were provided
fatal error: too many errors emitted, stopping now [-ferror-limit=]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment