[mythtv-users] stupid questions?? compiling and urpmi

Jeff Monks mythtv at skunkeye.com
Sat Jun 28 23:58:20 EDT 2003


On Sat, 28 Jun 2003, David-Georges Vitrant wrote:

> then I gave up (couldn't figure it out.. should be straight forward)
> un installed the myth stff.. and downloaded the source.. 
> but when I make it tells me :
> 
> make: *** No rule to make target `/mkspecs/linux-g++/qmake.conf', needed 
> by `Makefile'.  Stop.

You need to set your QTDIR environment variable, like so:

  export QTDIR=/usr/lib/qt3

and add /usr/lib/qt3/bin to your PATH:

  PATH=$PATH:/usr/lib/qt3/bin

Then run "make".



More information about the mythtv-users mailing list