[MacPorts] #59478: Schroedinger 1.0.11 0: fails to compile: duplicate symbol '_OrcTargetPowerPCFlags'
MacPorts
noreply at macports.org
Fri Oct 25 19:44:03 UTC 2019
#59478: Schroedinger 1.0.11 0: fails to compile: duplicate symbol
'_OrcTargetPowerPCFlags'
---------------------------+----------------------
Reporter: yrobbers | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: schroedinger |
---------------------------+----------------------
Comment (by jmroot):
`typedef enum {...} foo;` just defines a type, it doesn't cause any
symbols to be emitted. `enum {...} foo;` declares a variable named foo, so
when it's in the global scope a symbol has to be emitted for it.
--
Ticket URL: <https://trac.macports.org/ticket/59478#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list