Hello,
See the comments at the bottom of the wiki page:
https://code.google.com/p/pdfium/wiki/Buildme@pc(2:1122):pdfium$ make CXXFLAGS="-std=c++11"
CXX(host) out/Debug/obj.host/v8_base/v8/src/accessors.o
In file included from v8/src/allocation.h:8:0,
from v8/src/v8.h:32,
from v8/src/accessors.cc:5:
v8/src/globals.h: In function ‘bool v8::internal::IsValidFunctionKind(v8::internal::FunctionKind)’:
v8/src/globals.h:784:18: error: ‘FunctionKind’ is not a class or namespace
return kind == FunctionKind::kNormalFunction ||
... ^
v8/src/globals.h: In function ‘bool v8::internal::IsConciseMethod(v8::internal::FunctionKind)’:
v8/src/globals.h:806:17: error: ‘FunctionKind’ is not a class or namespace
return kind & FunctionKind::kConciseMethod;
^
make: *** [out/Debug/obj.host/v8_base/v8/src/accessors.o] Error 1
gcc 4.8.3, fedora 64-bit.
may be the CXXFLAGS argument for make is not passed to the v8 build?
V8 alone builds fine.
regards,
Detlef