[mythtv] QMake Error on Compile

Ray mythtv-dev@snowman.net
Thu, 12 Dec 2002 20:39:45 -0700


On Thu, Dec 12, 2002 at 06:35:10PM -0600, Nathan Ziarek wrote:
> I already have that added to the mythtv.sh file - should it be added
> somewhere else as well?
> 
> When I type set I get this:
> 
> PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/lo
> cal/sbin
> 
> Which doesn't mention /usr/lib/qt3/bin like the HOW-Tos say it should
> (PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/usr/lib/qt
> 3/bin:/home/mythtv/bin:/usr/lib/qt3/bin)
> 
> I've been following the How-To step by step, and I've gone back over it
> a couple of times now, but I don't know how to get my Path= the same as
> the one in the How to...

To add /usr/lib/qt3/bin to your path do this:

export PATH=${PATH}:/usr/lib/qt3/bin

That only applies to the xterm that you type it in so you'll want to compile
from there as well.

-- 
Ray