I am new to Linux and after struggling through setting up MythTV with Kubuntu Dapper using wireless networking and SATA II HDD, I am having problems installing torrentocracy, a MythTV plugin. I get the following error message trying to execute 'make' (I have already sucessfully executed 'qmake' on the torrentocracy.pro file to generat a Makefile):
sh-3.1$ make
cd torrentocracy && make -f Makefile
make[1]: Entering directory `/home/mythtv/torrentocracy-0.0.11/torrentocracy'
make[1]: *** No rule to make target `/usr/lib/qt-3.3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
make[1]: Leaving directory `/home/mythtv/torrentocracy-0.0.11/torrentocracy'
make: *** [sub-torrentocracy] Error 2
The installation doccumentation http://torrentocracy.com/mediawiki/i.../InstallReadMe refers to this problem, but I do not understand how to fix it, I don't know how to set an environment variable, and I am not sure if I have all of the libraries in place to perform the make in any case. Have tried to install the qt3 and qt4 packages that I thought relevant using Synaptic, but I am stuck at this point. I am sure it is a basic Linux concept that I just don't know about yet. I have a /usr/lib/qt3 directory, but no /usr/lib/qt-3.3 directory
sh-3.1$ make
cd torrentocracy && make -f Makefile
make[1]: Entering directory `/home/mythtv/torrentocracy-0.0.11/torrentocracy'
make[1]: *** No rule to make target `/usr/lib/qt-3.3/mkspecs/default/qmake.conf', needed by `Makefile'. Stop.
make[1]: Leaving directory `/home/mythtv/torrentocracy-0.0.11/torrentocracy'
make: *** [sub-torrentocracy] Error 2
The installation doccumentation http://torrentocracy.com/mediawiki/i.../InstallReadMe refers to this problem, but I do not understand how to fix it, I don't know how to set an environment variable, and I am not sure if I have all of the libraries in place to perform the make in any case. Have tried to install the qt3 and qt4 packages that I thought relevant using Synaptic, but I am stuck at this point. I am sure it is a basic Linux concept that I just don't know about yet. I have a /usr/lib/qt3 directory, but no /usr/lib/qt-3.3 directory
Comment