Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for building PyV8 on Snow Leopard #57

Closed
GoogleCodeExporter opened this issue Jul 13, 2015 · 5 comments
Closed

Patch for building PyV8 on Snow Leopard #57

GoogleCodeExporter opened this issue Jul 13, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Fixed
  • Added labels: OpSys-OSX

@GoogleCodeExporter
Copy link
Author

Issue 49 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

Thanks :D

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant