[MacPorts] #55247: py27-pyqt4-4.12.1_0+phonon: fatal error: 'abstractaudiooutput.h' file not found

MacPorts noreply at macports.org
Tue Nov 7 02:13:57 UTC 2017


#55247: py27-pyqt4-4.12.1_0+phonon: fatal error: 'abstractaudiooutput.h' file not
found
-----------------------+-----------------------
  Reporter:  mcmara    |      Owner:  michaelld
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  sierra
      Port:  py-pyqt4  |
-----------------------+-----------------------

Comment (by kencu):

 Yep, I get the same error. The file is trying to include
 {{{
 #include <abstractaudiooutput.h>
 }}}
 but as per your and my systems, it should be trying to include
 {{{
 #include <phonon/abstractaudiooutput.h>
 }}}

 Probably the easiest thing to do is add the ```${prefix}/include/phonon```
 directory to the system search path with something like
 {{{
 configure.cppflags-append -I ${prefix}/include/phonon
 }}}

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


More information about the macports-tickets mailing list