[ create a new paste ] login | about

Link: http://codepad.org/4zly3oI9    [ raw code | fork ]

Plain Text, pasted on Oct 6:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
running install
running build
running build_py
running build_ext
building '_PyV8' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -DV8_NATIVE_REGEXP -DENABLE_DISASSEMBLER -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -DV8_TARGET_ARCH_X64 -I/home/hari/bin/v8/include -I/home/hari/bin/v8 -I/home/hari/bin/v8/src -I/usr/include/python2.6 -c src/Exception.cpp -o build/temp.linux-x86_64-2.6/src/Exception.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
src/Exception.cpp: In static member function ‘static void ExceptionTranslator::Construct(PyObject*, boost::python::converter::rvalue_from_python_stage1_data*)’:
src/Exception.cpp:262: warning: unused variable ‘cpp_err’

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -DV8_NATIVE_REGEXP -DENABLE_DISASSEMBLER -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -DV8_TARGET_ARCH_X64 -I/home/hari/bin/v8/include -I/home/hari/bin/v8 -I/home/hari/bin/v8/src -I/usr/include/python2.6 -c src/Context.cpp -o build/temp.linux-x86_64-2.6/src/Context.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DBOOST_PYTHON_STATIC_LIB -DV8_NATIVE_REGEXP -DENABLE_DISASSEMBLER -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -DV8_TARGET_ARCH_X64 -I/home/hari/bin/v8/include -I/home/hari/bin/v8 -I/home/hari/bin/v8/src -I/usr/include/python2.6 -c src/Engine.cpp -o build/temp.linux-x86_64-2.6/src/Engine.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
src/Engine.cpp: In member function ‘boost::shared_ptr<CScript> CEngine::Compile(const std::string&, std::string, int, int, boost::python::api::object)’:
src/Engine.cpp:357: error: no matching function for call to ‘v8::ScriptData::New(unsigned int*, long unsigned int)’
/home/hari/bin/v8/include/v8.h:537: note: candidates are: static v8::ScriptData* v8::ScriptData::New(const char*, int)
error: command 'gcc' failed with exit status 1


Create a new paste based on this one


Comments: