Mailing List Archive

Blah, can't compile...
Yes, I read the FAQ...

[root@studio54 MC]# set| grep QT
QTDIR=/usr/lib/qt3
QT_XFT=0
[root@studio54 MC]#

but when I compile I get...

[root@studio54 MC]# make
make: *** No rule to make target
`/usr/lib/qt3/lib/mkspecs/linux-g++/qmake.conf',
needed by `Makefile'. Stop.
[root@studio54 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
Re: Blah, can't compile... [ In reply to ]
make sure you are in the directory that the main mythtv Makefile is in.



:)


chris
----- Original Message -----
From: Andrew C. Ohnstad
To: mythtv-dev@snowman.net
Sent: Sunday, August 18, 2002 8:11 PM
Subject: [mythtv] Blah, can't compile...


Yes, I read the FAQ...

[root@studio54 MC]# set| grep QT
QTDIR=/usr/lib/qt3
QT_XFT=0
[root@studio54 MC]#

but when I compile I get...

[root@studio54 MC]# make
make: *** No rule to make target
`/usr/lib/qt3/lib/mkspecs/linux-g++/qmake.conf',
needed by `Makefile'. Stop.
[root@studio54 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@snowman.net
http://www.snowman.net/mailman/listinfo/mythtv-dev
Re: Blah, can't compile... [ In reply to ]
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@studio54 mythtv-0.5]# make
cd libavcodec && qmake -o Makefile
/bin/sh: qmake: command not found
make: *** [libavcodec/Makefile] Error 127
[root@studio54 mythtv-0.5]#

Even though it is there...

[root@studio54 MC]# ls
/usr/lib/qt-3.0.4/mkspecs/linux-g++/
linux-g++@ qmake.conf qplatformdefs.h

[root@studio54 MC]# set|grep QT
QTDIR=/usr/lib/qt-3.0.4/
QT_XFT=0
[root@studio54 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@mindspring.com> 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@snowman.net
> Sent: Sunday, August 18, 2002 8:11 PM
> Subject: [mythtv] Blah, can't compile...
>
>
> Yes, I read the FAQ...
>
> [root@studio54 MC]# set| grep QT
> QTDIR=/usr/lib/qt3
> QT_XFT=0
> [root@studio54 MC]#
>
> but when I compile I get...
>
> [root@studio54 MC]# make
> make: *** No rule to make target
> `/usr/lib/qt3/lib/mkspecs/linux-g++/qmake.conf',
> needed by `Makefile'. Stop.
> [root@studio54 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@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
Re: Blah, can't compile... [ In reply to ]
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@snowman.net
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@studio54 mythtv-0.5]# make
cd libavcodec && qmake -o Makefile
/bin/sh: qmake: command not found
make: *** [libavcodec/Makefile] Error 127
[root@studio54 mythtv-0.5]#

Even though it is there...

[root@studio54 MC]# ls
/usr/lib/qt-3.0.4/mkspecs/linux-g++/
linux-g++@ qmake.conf qplatformdefs.h

[root@studio54 MC]# set|grep QT
QTDIR=/usr/lib/qt-3.0.4/
QT_XFT=0
[root@studio54 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@mindspring.com> 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@snowman.net
> Sent: Sunday, August 18, 2002 8:11 PM
> Subject: [mythtv] Blah, can't compile...
>
>
> Yes, I read the FAQ...
>
> [root@studio54 MC]# set| grep QT
> QTDIR=/usr/lib/qt3
> QT_XFT=0
> [root@studio54 MC]#
>
> but when I compile I get...
>
> [root@studio54 MC]# make
> make: *** No rule to make target
> `/usr/lib/qt3/lib/mkspecs/linux-g++/qmake.conf',
> needed by `Makefile'. Stop.
> [root@studio54 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@snowman.net
> 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@snowman.net
http://www.snowman.net/mailman/listinfo/mythtv-dev