Closed GoogleCodeExporter closed 8 years ago
FYI, tested on Ubuntu, and that also fails:
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
Ada/C/ObjC but not for C++
In file included from src/Engine.cpp:12:
src/AST.h: In member function ‘boost::python::api::object
CAstVariableDeclaration::GetFunction() const’:
src/AST.h:228: error: ‘class v8::internal::VariableDeclaration’ has no
member named ‘fun’
src/AST.h: In member function ‘virtual void
CAstVisitor::VisitFunctionDeclaration(v8::internal::FunctionDeclaration*)’:
src/AST.h:687: error: ‘CAstFunctionDeclaration’ was not declared in this
scope
src/AST.h: In member function ‘virtual void
CAstVisitor::VisitImportDeclaration(v8::internal::ImportDeclaration*)’:
src/AST.h:687: error: ‘CAstImportDeclaration’ was not declared in this scope
src/AST.h: In member function ‘virtual void
CAstVisitor::VisitExportDeclaration(v8::internal::ExportDeclaration*)’:
src/AST.h:687: error: ‘CAstExportDeclaration’ was not declared in this scope
src/AST.h: In member function ‘virtual void
CAstObjectCollector::VisitFunctionDeclaration(v8::internal::FunctionDeclaration*
)’:
src/AST.h:697: error: ‘CAstFunctionDeclaration’ was not declared in this
scope
src/AST.h: In member function ‘virtual void
CAstObjectCollector::VisitImportDeclaration(v8::internal::ImportDeclaration*)’
:
src/AST.h:697: error: ‘CAstImportDeclaration’ was not declared in this scope
src/AST.h: In member function ‘virtual void
CAstObjectCollector::VisitExportDeclaration(v8::internal::ExportDeclaration*)’
:
src/AST.h:697: error: ‘CAstExportDeclaration’ was not declared in this scope
src/AST.h: In member function ‘virtual void
CAstListCollector::VisitFunctionDeclaration(v8::internal::FunctionDeclaration*)�
��:
src/AST.h:718: error: ‘CAstFunctionDeclaration’ was not declared in this
scope
src/AST.h: In member function ‘virtual void
CAstListCollector::VisitImportDeclaration(v8::internal::ImportDeclaration*)’:
src/AST.h:718: error: ‘CAstImportDeclaration’ was not declared in this scope
src/AST.h: In member function ‘virtual void
CAstListCollector::VisitExportDeclaration(v8::internal::ExportDeclaration*)’:
src/AST.h:718: error: ‘CAstExportDeclaration’ was not declared in this scope
error: command 'gcc' failed with exit status 1
Original comment by aeld...@gmail.com
on 29 Feb 2012 at 8:13
Original comment by flier...@gmail.com
on 5 Mar 2012 at 4:59
Issue 120 has been merged into this issue.
Original comment by flier...@gmail.com
on 5 Mar 2012 at 5:00
Please verify it with PyV8 SVN trunk code after r433, thanks
Original comment by flier...@gmail.com
on 5 Mar 2012 at 6:34
Original comment by flier...@gmail.com
on 6 Mar 2012 at 4:50
Original issue reported on code.google.com by
aeld...@gmail.com
on 29 Feb 2012 at 8:02