Skip to content

Instantly share code, notes, and snippets.

Created September 12, 2013 19:40
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 anonymous/6542788 to your computer and use it in GitHub Desktop.
Save anonymous/6542788 to your computer and use it in GitHub Desktop.
make: d8: Command not found
g++ -DPLV8_VERSION='""' -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -I ../v8/include -fPIC -c -o plv8.o plv8.cc
In file included from plv8.cc:4:0:
plv8.h:132:51: error: âArgumentsâ in namespace âv8â does not name a type
plv8.h:132:66: error: ISO C++ forbids declaration of âargsâ with no type [-fpermissive]
plv8.cc: In function âDatum common_pl_call_handler(FunctionCallInfo, bool)â:
plv8.cc:225:15: error: no matching function for call to âv8::HandleScope::HandleScope()â
plv8.cc:225:15: note: candidates are:
In file included from plv8.h:4:0,
from plv8.cc:4:
../v8/include/v8.h:786:3: note: v8::HandleScope::HandleScope(const v8::HandleScope&)
../v8/include/v8.h:786:3: note: candidate expects 1 argument, 0 provided
../v8/include/v8.h:759:3: note: v8::HandleScope::HandleScope(v8::Isolate*)
../v8/include/v8.h:759:3: note: candidate expects 1 argument, 0 provided
plv8.cc:231:52: error: could not convert âproc->plv8_proc::cache->plv8_proc_cache::functionâ from âv8::Persistent<v8::Function, v8::NonCopyablePersistentTraits<v8::Function> >â to âv8::Handle<v8::Function>â
plv8.cc: In function âDatum common_pl_inline_handler(FunctionCallInfo, bool)â:
plv8.cc:275:17: error: no matching function for call to âv8::HandleScope::HandleScope()â
plv8.cc:275:17: note: candidates are:
In file included from plv8.h:4:0,
from plv8.cc:4:
../v8/include/v8.h:786:3: note: v8::HandleScope::HandleScope(const v8::HandleScope&)
../v8/include/v8.h:786:3: note: candidate expects 1 argument, 0 provided
../v8/include/v8.h:759:3: note: v8::HandleScope::HandleScope(v8::Isolate*)
../v8/include/v8.h:759:3: note: candidate expects 1 argument, 0 provided
plv8.cc: In function âDatum CallFunction(FunctionCallInfo, plv8_exec_env*, int, plv8_type*, plv8_type*)â:
plv8.cc:331:35: error: conversion from âv8::Persistent<v8::Context>â to non-scala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment