Hi All, I am building pypy 2.6.0 from source on a oel 6.3 with gcc:
-bash-4.1$ gcc --version gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4) I am failing the compile_c task and doing a make: -bash-4.1$ make gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -I/tmp/pypy260/lib/libffi-3.0.13/include -O3 -g -fPIC -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DPy_BUILD_CORE -frandom-seed=testing_1.c -o testing_1.s -S testing_1.c -I"/home/roshan/python/pypy-2.6.0/rpython"/translator/c -I/home/roshan/python/pypy-2.6.0/pypy/module/cpyext/include -I.. -I/home/roshan/python/pypy-2.6.0/pypy/module/_vmprof/src -I/home/roshan/python/pypy-2.6.0/pypy/module/_cffi_backend/src -I/home/roshan/python/pypy-2.6.0/pypy/module/_multibytecodec -I/home/roshan/python/pypy-2.6.0/pypy/module/operator -I/tmp/pypy260/lib/libffi-3.0.13/include In file included from testing_1.c:4: forwarddecl.h:94137: error: expected declaration specifiers or ‘...’ before ‘EC_KEY’ In file included from testing_1.c:4: forwarddecl.h:131517: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token forwarddecl.h:131518: error: expected ‘)’ before ‘*’ token forwarddecl.h:131520: error: expected declaration specifiers or ‘...’ before ‘EC_KEY’ In file included from testing_1.c:4: forwarddecl.h:155867: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token make: *** [testing_1.gcmap] Error 1 Could you please help? Thanks, -Roshan
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev