[pypy-dev] pypy 2.6.0 failing with compile errors

Armin Rigo arigo at tunes.org
Sat Jun 13 08:58:34 CEST 2015


Hi Roshan,

On 13 June 2015 at 03:48, Roshan Cherian <cherian.rosh at gmail.com> wrote:
> In file included from testing_1.c:4:
>
> forwarddecl.h:94137: error: expected declaration specifiers or ‘...’ before
> ‘EC_KEY’

My guess is that you didn't show us the complete output.  The first
error message you got should be about not finding some #include.  It's
probably pointing to <openssl/ssl.h> or something similar.  Make sure
you install the dependencies:
http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies


A bientôt,

Armin.


More information about the pypy-dev mailing list