[PyQt] Compiling PyQt 4.10.3 with SIP 4.15.4

Phil Thompson phil at riverbankcomputing.com
Sat Feb 8 22:54:34 GMT 2014


On 08-02-2014 12:18 pm, Jonathan Prater wrote:
> I'm using Python 3.3 on Slackware-64 current. I'm trying to install
> PyQt 4.10.3, and make keeps failing with errors saying I'm missing a
> file abstractaudiooutput.h:
>
> 
> /tmp/SBo/PyQt-x11-gpl-4.10.3/sip/phonon/abstractaudiooutput.sip:33:33:
> fatal error: abstractaudiooutput.h: No such file or directory
>
>  #include <abstractaudiooutput.h>
>
>  ^
>
> compilation terminated.
>
> make[1]: *** [sipphononPhononBackendCapabilities.o] Error 1
>
> make[1]: Leaving directory `/tmp/SBo/PyQt-x11-gpl-4.10.3/phonon'
>
> make: *** [sub-phonon-make_default-ordered] Error 2
>
> I think, based on other things I've found, that I need to install an
> updated version of phonon. However, I'm having great difficulty
> finding an updated phonon anywhere. I appear to already have phonon
> 4.6.0 (for x86_64) installed. Any thoughts?
>
> Jon

PyQt only supports the version of phonon included with Qt.

Phil


More information about the PyQt mailing list