
kleeschu at mindspring
Aug 18, 2002, 9:20 PM
Post #4 of 4
(1508 views)
Permalink
|
yeah alter your PATH environment variable to include $QTDIR/bin like this: export PATH=$PATH:$QTDIR/bin qmake should be in there **this assumes that you still have a correctly set your $QTDIR chris ----- Original Message ----- From: Andrew C. Ohnstad To: mythtv-dev [at] snowman Sent: Sunday, August 18, 2002 8:45 PM Subject: Re: [mythtv] Blah, can't compile... Yeah... it turned out I was missing the 'devel' RPM for qt3. With that installed and a different QT path I get a different problem with compiling... [root [at] studio5 mythtv-0.5]# make cd libavcodec && qmake -o Makefile /bin/sh: qmake: command not found make: *** [libavcodec/Makefile] Error 127 [root [at] studio5 mythtv-0.5]# Even though it is there... [root [at] studio5 MC]# ls /usr/lib/qt-3.0.4/mkspecs/linux-g++/ linux-g++@ qmake.conf qplatformdefs.h [root [at] studio5 MC]# set|grep QT QTDIR=/usr/lib/qt-3.0.4/ QT_XFT=0 [root [at] studio5 MC]# I'm too tired to mess with it any more tonight.. any ideas for when I start messing with it tommrrow? Thanks! --- Chris Kleeschulte <kleeschu [at] mindspring> wrote: > make sure you are in the directory that the main > mythtv Makefile is in. > > > > :) > > > chris > ----- Original Message ----- > From: Andrew C. Ohnstad > To: mythtv-dev [at] snowman > Sent: Sunday, August 18, 2002 8:11 PM > Subject: [mythtv] Blah, can't compile... > > > Yes, I read the FAQ... > > [root [at] studio5 MC]# set| grep QT > QTDIR=/usr/lib/qt3 > QT_XFT=0 > [root [at] studio5 MC]# > > but when I compile I get... > > [root [at] studio5 MC]# make > make: *** No rule to make target > `/usr/lib/qt3/lib/mkspecs/linux-g++/qmake.conf', > needed by `Makefile'. Stop. > [root [at] studio5 MC]# > > Any ideas? > > Probably something really stupid. This is on a > brand > new install on a Mandrake 8.2 system > > Thanks! > > Andrew > > __________________________________________________ > Do You Yahoo!? > HotJobs - Search Thousands of New Jobs > http://www.hotjobs.com > _______________________________________________ > mythtv-dev mailing list > mythtv-dev [at] snowman > http://www.snowman.net/mailman/listinfo/mythtv-dev > __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com _______________________________________________ mythtv-dev mailing list mythtv-dev [at] snowman http://www.snowman.net/mailman/listinfo/mythtv-dev
|