Re: [pypy-dev] Trouble building pypy

2011-05-14 Thread Jay Parlar
On Sat, May 14, 2011 at 4:51 PM, Leonardo Santagada wrote: > Maybe you are using macports? > > If I get that error there is a problem finding gettext 64bits. IIRC > pypy on osx doesn't use gettext at all. > > You can try to install a universal (or at least 64bit) gettext like > the one from rudix[

Re: [pypy-dev] Trouble building pypy

2011-05-14 Thread Leonardo Santagada
Maybe you are using macports? If I get that error there is a problem finding gettext 64bits. IIRC pypy on osx doesn't use gettext at all. You can try to install a universal (or at least 64bit) gettext like the one from rudix[1][2], but I think your problem is in your python, try to use the apple

Re: [pypy-dev] Trouble building pypy

2011-05-14 Thread Armin Rigo
Hi Jay, On Sat, May 14, 2011 at 10:20 PM, Jay Parlar wrote: > I've been trying on-and-off to build PyPy for a few days now, and keep > running into various issues. I was hoping someone on the list could > give me some pointers as to what I'm doing wrong. As usual it looks like some obscure sub-p

[pypy-dev] Trouble building pypy

2011-05-14 Thread Jay Parlar
I've been trying on-and-off to build PyPy for a few days now, and keep running into various issues. I was hoping someone on the list could give me some pointers as to what I'm doing wrong. I'm working on an i7 iMac, latest Snow Leopard with 12GB of RAM. I used the official 1.5 release to try to bu