Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Fw: Re: VDR make failure



Hello!

Am Montag, 15. April 2002 15:33 schrieb Stefaan Coddé:

> When switching to DVB directory , then make results in this error message:
>
>      make[1]: Leaving directory '/usr/local/src/DVB/apps/mpegtools'
>      (cd tuxzap; make)
>      make[1]: Entering directory '/usr/local/src/DVB/apps/tuxzap'
>      make[1]: *** No targets specified and no makefile found. Stop
>      make[1]: Leaving directory '/usr/local/src/DVB/apps/tuxzap'
>      make: ***[all] Error 2
>
> and..back to bash prompt.
> Tuxzap is the last directory in the apps directory

Quickfix: If you don't need tuxzap (because you wanna use vdr) you could 
deactivate it in the Makefile:

Edit /usr/local/src/DVB/apps/Makefile like this:

-snip-----------------------------------
all:
	(cd mpegtools; make)
#	(cd tuxzap; make)

clean:
	- rm -f *.o *~
	- (cd mpegtools; make clean)
#	- (cd tuxzap; make clean)
-snap-----------------------------------

Note the "#" hash marks! Do the make-thing again.



Andi

-- 
Web:   http://www.flood-net.de/
Mail:  flood@flood-net.de
Phone: +49-(0)-30-680577-44
Windows sucks, Linux rules :-) http://srom.zgp.org/



Home | Main Index | Thread Index