Re: [pypy-dev] A few notes trying to compile pypy

2013-10-29 Thread Christian Tismer
On 26/10/13 16:35, Armin Rigo wrote: Hi, On Sat, Oct 26, 2013 at 10:25 AM, Maciej Fijalkowski fij...@gmail.com wrote: about libffi.h - Apple removed /usr/include and moved it somewhere else, no clue where. I also don't have access to Mavericks so I can't fix it. Ooooh. Traditionally,

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-27 Thread Alex Gaynor
It's only applicable (as far as I know) when upgrading from 10.8 to 10.9, so our docs don't really seem like the right place for it. Alex On Sun, Oct 27, 2013 at 12:11 AM, Armin Rigo ar...@tunes.org wrote: Hi Alex, On Sat, Oct 26, 2013 at 5:25 PM, Alex Gaynor alex.gay...@gmail.com wrote:

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-27 Thread Rami Chowdhury
On Sun, Oct 27, 2013 at 2:05 PM, Alex Gaynor alex.gay...@gmail.com wrote: It's only applicable (as far as I know) when upgrading from 10.8 to 10.9, so our docs don't really seem like the right place for it. Having had a look, the PyPy install documentation (pypy/doc/getting-started-python.rst)

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Maciej Fijalkowski
Hi Kevin, thanks for the feedback! Do you have maybe an idea how to improve the docs? about libffi.h - Apple removed /usr/include and moved it somewhere else, no clue where. I also don't have access to Mavericks so I can't fix it. On Sat, Oct 26, 2013 at 7:18 AM, Kevin Burke k...@inburke.com

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Armin Rigo
Hi, On Sat, Oct 26, 2013 at 10:25 AM, Maciej Fijalkowski fij...@gmail.com wrote: about libffi.h - Apple removed /usr/include and moved it somewhere else, no clue where. I also don't have access to Mavericks so I can't fix it. Ooooh. Traditionally, libffi.h was put in unexpectedly varying

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Kevin Burke
A few more problems I ran into: - package.py lists these options: package.py root-pypy-dir [--nostrip] [--without-tk] [name-of-archive] [name-of-pypy-c] [destination-for-tarball] [pypy-c-path] Running in this order package.py ../../.. --without-tk means the --without-tk option doesn't get

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Armin Rigo
Hi Kevin, Thanks for this report ! A quick note though: On Sat, Oct 26, 2013 at 7:18 AM, Kevin Burke k...@inburke.com wrote: - Once I got it installled I didn't realize there was an additional step after pypy-c was created. Note that this step, package.py, is not required to run the pypy-c

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Kevin Burke
Hi Maciej, I should note - I'm on Mountain Lion so libffi.h is not the issue at the moment - currently trying to compile this on Centos get the #include sqlite3.h in _sqlite3.py to find my custom sqlite3.h and not the one in /usr/lib. Here is the compile script I am using:

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Taavi Burns
On Mavericks: $ sudo find / -type f -name \*ffi.h /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/ffi/ffi.h /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/ffi/ffi.h

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Alex Gaynor
Yup, if you run `xcode-select --install` everything fixes itself. Alex On Sat, Oct 26, 2013 at 8:14 AM, Taavi Burns taavi.bu...@gmail.com wrote: On Mavericks: $ sudo find / -type f -name \*ffi.h

[pypy-dev] A few notes trying to compile pypy

2013-10-25 Thread Kevin Burke
Hey everyone, I was trying to compile pypy and made the following mistakes: - On this page: http://pypy.org/download.html I couldn't figure out whether I was supposed to run all three of these commands: pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get the JIT version