[mythtv-users] CVS compiles now failing

Joseph A. Caputo jcaputo1 at comcast.net
Fri May 30 12:12:07 EDT 2003


The directory '$(QTDIR)/mkspecs/default' should be a symbolic link to your
chosen platform/compiler, in this case, probably 'linux-g++'.  I thought the
Qt compile/install process (or package) was supposed to make this link, but
apparently not in your case.  You can create it with:

	cd $QTDIR/mkspecs
	ln -s linux-g++ default

(You may need to be root to do this)

-JAC

> -----Original Message-----
> From: mythtv-users-bounces at snowman.net
> [mailto:mythtv-users-bounces at snowman.net]On Behalf Of Kirby Vandivort
> Sent: Friday, May 30, 2003 10:38 AM
> To: mythtv-users at snowman.net
> Subject: [mythtv-users] CVS compiles now failing
>
>
> I updated CVS last night and things no longer compiling.
> (should i be sending this to dev instead?)
>
> I'm now getting the error:
>
> make: *** No rule to make target
> `/usr/qt/3/mkspecs/default/qmake.conf', needed by `Makefile'.  Stop.
>
>
> I'm on gentoo with the latest stuff, btw..
>
>
> Anyway, from browsing the cvs commits, it looks like one of jdanner's
> changes last night was in the Makefile:
>
> old (that compiled for me):
>
> Makefile: mythtv.pro  $(QTDIR)/mkspecs/linux-g++/qmake.conf
> 	$(QMAKE) -o Makefile mythtv.pro
>
> new:
>
> Makefile: mythtv.pro  $(QTDIR)/mkspecs/default/qmake.conf
> 	$(QMAKE) -o Makefile mythtv.pro
>
>
> Anyway, is this an error that I need to fix in my own setup, or what?
>
> Thanks,
>
> K



More information about the mythtv-users mailing list