[New-bugs-announce] [issue29264] sparc/ffi.c:440 error: 'asm' undeclared

Brian Vandenberg report at bugs.python.org
Fri Jan 13 12:27:39 EST 2017


New submission from Brian Vandenberg:

When building pythong 3.6.0 on solaris 10/sparc I'm seeing the following error:

Modules/_ctypes/libffi/src/sparc/ffi.c:440:8: error: 'asm' undeclared (first use in this function)
(...)

If I force it to use -std=gnu99 then it seems to compile fine.

----------
components: ctypes
messages: 285428
nosy: phantal
priority: normal
severity: normal
status: open
title: sparc/ffi.c:440 error: 'asm' undeclared
type: compile error
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29264>
_______________________________________


More information about the New-bugs-announce mailing list