ironm73 / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

svn r225 does not build with v8 svn r365 #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
gauss@pmain:~/Projects/pyv8$ python setup.py bdist
running bdist
running bdist_dumb
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_IA32 -
I/home/gauss/Projects/v8/include -I/home/gauss/Projects/v8 -
I/home/gauss/Projects/v8/src -I/usr/include/python2.6 -c src/PyV8.cpp -o 
build/temp.linux-i686-2.6/src/PyV8.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for 
Ada/C/ObjC but not for C++
In file included from /home/gauss/Projects/v8/src/objects-inl.h:40,
                 from /home/gauss/Projects/v8/src/v8.h:66,
                 from src/AST.h:4,
                 from src/PyV8.cpp:8:
/home/gauss/Projects/v8/src/conversions-inl.h: In function 'double 
v8::internal::DoubleToInteger(double)':
/home/gauss/Projects/v8/src/conversions-inl.h:64: error: 'isfinite' was not 
declared in this scope
/home/gauss/Projects/v8/src/conversions-inl.h: In function 'int32_t 
v8::internal::DoubleToInt32(double)':
/home/gauss/Projects/v8/src/conversions-inl.h:86: error: 'isfinite' was not 
declared in this scope
error: command 'gcc' failed with exit status 1

Original issue reported on code.google.com by gauss...@gmail.com on 25 Jan 2010 at 7:40

GoogleCodeExporter commented 8 years ago
Forgot to mention that v8 build ok.

Original comment by gauss...@gmail.com on 25 Jan 2010 at 7:42

GoogleCodeExporter commented 8 years ago
Sorry for the broken build, because I'm hard working on the AST related 
features, there 
are a lot of code changes :)

I will fixed it soon, thanks

Original comment by flier...@gmail.com on 26 Jan 2010 at 1:59

GoogleCodeExporter commented 8 years ago
Please verify it with SVN code after r226, thanks

Original comment by flier...@gmail.com on 26 Jan 2010 at 4:25

GoogleCodeExporter commented 8 years ago
verified, it's ok now.

Original comment by gauss...@gmail.com on 26 Jan 2010 at 7:24

GoogleCodeExporter commented 8 years ago
Thanks

Original comment by flier...@gmail.com on 27 Jan 2010 at 2:12