You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See http://code.google.com/p/pyv8/issues/detail?id=49 for detailed discussion.
Note that this has only been tested on Snow Leopard. It's possibly it may break
builds on Leopard.
I built V8 with:
scons arch=x64 library=static
Note that you have to force x64 because Snow Leopard's native Python is 64-bit.
Then PyV8 with:
export V8_HOME=/path/to/v8
python setup.py build
Everything worked as expected.
Original issue reported on code.google.com by alecatho...@gmail.com on 23 Aug 2010 at 2:54
Original issue reported on code.google.com by
alecatho...@gmail.com
on 23 Aug 2010 at 2:54Attachments:
The text was updated successfully, but these errors were encountered: