tychota / pyv8

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

Patch for building PyV8 on Snow Leopard #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
I should note that I created a new issue because I couldn't attach the file to 
#49.

Original comment by alecatho...@gmail.com on 24 Aug 2010 at 3:37

GoogleCodeExporter commented 8 years ago
Please verify the issues with SVN trunk after r276, thanks for your patch :)

Original comment by flier...@gmail.com on 9 Sep 2010 at 6:11

GoogleCodeExporter commented 8 years ago
Issue 49 has been merged into this issue.

Original comment by flier...@gmail.com on 9 Sep 2010 at 6:12

GoogleCodeExporter commented 8 years ago
I can confirm this works for me on Snow Leopard 10.6.4. Thanks!

Original comment by a...@google.com on 23 Sep 2010 at 11:33

GoogleCodeExporter commented 8 years ago
Thanks :D

Original comment by flier...@gmail.com on 23 Sep 2010 at 1:19