I'm having trouble building MythMPD on a new Mythbuntu installation. I changed all versions of qt3 to qt4 in mythmpd/Makefile which fixed my first build issue (Qt 3 is not used on this system). However, now I'm receiving the following build error when running make:
make[1]: Entering directory `/home/trey/mackers-mythmpd-45d11eb/mythmpd'
make[1]: *** No rule to make target `/usr/share/qt4/lib/libqt-mt.prl', needed by `Makefile'. Stop.
make[1]: Leaving directory `/home/trey/mackers-mythmpd-45d11eb/mythmpd'
make: *** [sub-mythmpd-make_default] Error 2
It looks like the directory structure may have changed between Qt 3 and Qt 4. My /usr/share/qt4 directory has the following subdirectories:
MythTV and Qt version information
MythTV Version : v0.24-243-g9ba3ece
MythTV Branch : fixes/0.24
Network Protocol : 63
Library API : 0.24.20101129-1
QT Version : 4.7.2
I'm having trouble building MythMPD on a new Mythbuntu installation. I changed all versions of qt3 to qt4 in
mythmpd/Makefilewhich fixed my first build issue (Qt 3 is not used on this system). However, now I'm receiving the following build error when runningmake:It looks like the directory structure may have changed between Qt 3 and Qt 4. My
/usr/share/qt4directory has the following subdirectories:MythTV and Qt version information
MythTV Version : v0.24-243-g9ba3ece
MythTV Branch : fixes/0.24
Network Protocol : 63
Library API : 0.24.20101129-1
QT Version : 4.7.2