[mythtv] Compile Problem

Bruce Markey mythtv-dev@snowman.net
Tue, 17 Dec 2002 17:25:10 -0800


Jason Starner wrote:

> make: *** No rule to make target 
> `usr/lib/qt3/mkspecs/linux-g++/qmake.conf',
--^^
Should be `/usr...

> ...  Now when I run set, I get
> the following for my path and QTDIR:
> 
> QTDIR=usr/lib/qt3
-------^^

Here it is. This should be:

   QTDIR=/usr/lib/qt3
-------^^

Try:

   export QTDIR=/usr/lib/qt3
   make

--  bjm