Re: [pypy-dev] compilation problem while testing libffi

2016-04-10 Thread Armin Rigo
Hi Petr, On 10 April 2016 at 00:18, Petr Hanousek wrote: > So I found the problem and now everything seems to compile OK. Ok, that's nonsense to just eat and ignore stderr. I fixed it in 418eb4be7f64. A bientôt, Armin. ___ pypy-dev mailing list pyp

Re: [pypy-dev] compilation problem while testing libffi

2016-04-09 Thread Petr Hanousek
So I found the problem and now everything seems to compile OK. I haven't properly set LD_LIBRARY_PATH to my installed libffi. It took me some time to find where is a problem. And it would be very useful to have better clue than just: raise Exception("run_example_code failed!\nlocals = %r" % (locals

[pypy-dev] compilation problem while testing libffi

2016-04-08 Thread Petr Hanousek
Dears, I have tried to compile pypy 5.0.1 according to http://pypy.org/download.html#building-from-source. First compiled libffi-3.2.1 and installed to /software/pypy/5.0.0/gcc and then exported the PKG_CONFIG_PATH to the appropripate directory. Result from "python ../../rpython/bin/rpython -Ojit t