[MacPorts] #59512: orc @0.4.30_1: ../orc-0.4.30/orc/orccpu-x86.c:91:7: error: instruction requires: Not 64-bit mode
MacPorts
noreply at macports.org
Tue Oct 29 15:42:02 UTC 2019
#59512: orc @0.4.30_1: ../orc-0.4.30/orc/orccpu-x86.c:91:7: error: instruction
requires: Not 64-bit mode
---------------------+--------------------
Reporter: kencu | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: orc |
---------------------+--------------------
Comment (by kencu):
I just had to build `orc` again and used this trade successfully, as
mentioned above, to force the compiler detection on 10.6.8.
{{{
cpu_family = host_machine.cpu_family()
if cpu_family == 'x86'
- cdata.set('HAVE_I386', true)
+ cdata.set('HAVE_AMD64', true)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59512#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list