New issue 2369: PyPy does not compile FreeBSD/PowerPC https://bitbucket.org/pypy/pypy/issues/2369/pypy-does-not-compile-freebsd-powerpc
David Naylor: After applying the attached patches PyPy successfully translates, but fails in compiling one of the generated C files: ``` data_rpython_jit_metainterp.c:54770:2: error: 'pypy__is_nonnull_longdouble' undeclared here (not in a function) pypy__is_nonnull_longdouble, /* 1466 */ ^ gmake[1]: *** [Makefile:890: data_rpython_jit_metainterp.o] Error 1 ``` pypy__is_nonnull_longdouble appears to come from pypy/module/_cffi_backend/misc.py, unless pypy__is_nonnull_longdouble means something else in a different context. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue