[MacPorts] #55417: faac @1.29.9.2: error: use of undeclared identifier 'bit_SSE2'

MacPorts noreply at macports.org
Mon Nov 27 20:46:22 UTC 2017


#55417: faac @1.29.9.2: error: use of undeclared identifier 'bit_SSE2'
---------------------+-------------------
  Reporter:  RobK88  |      Owner:
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.4.2
Resolution:          |   Keywords:  lion
      Port:  faac    |
---------------------+-------------------

Comment (by kencu):

 You could try a new compiler, given this: `warning: redefinition of
 typedef 'int32_t' is a C11 feature`. It may not work to fix the build, but
 it's easy to try.

 Just add this near the top of the Portfile:
 {{{
 PortGroup cxx11 1.1
 }}}

 Then `sudo port clean faac` and `sudo port -v install faac` and see where
 you wind up.

 if you don't know how to find the Portfile, do this (or use whatever
 editor you like):
 {{{
 bbedit `port file faac`
 }}}

 Another thing you might do is try to find out where `__cpuid` is declared
 (some header file somewhere in `/usr/include`) and see if you can
 establish that it's actually getting included on Lion. Things change in
 systems as years go by, and definitions move around from one header to
 another sometimes.

 Perhaps you can join some us in becoming a `legacy systems` enabler!

--
Ticket URL: <https://trac.macports.org/ticket/55417#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list