Mailing List archive

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

[linux-dvb] Re: more warnings in apps/ and driver/



thanks, applied.

Holger


jpulz@frm2.tu-muenchen.de wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> hi,
> 
> i found some more warnings/problems, but only minor ones..
> 
> in apps/scan/Makefile
> there should be:
> 
> CFLAGS = -g -Wall -O0 -I$(KERNEL_LOCATION)/include -I../../include
> 
> to get the linux/dvb includes..
> 
> in apps/mpegtools/Makefile
> there should be:
> 
> - -include .depend
> 
> to generate the .depend file first. there is a "no such file..." warning,
> if it isn't generated first..
> 
> in apps/av7110_loadkeys/evtest.c
> there is a missing #include <stdlib.h> for the exit-function
> 
> in driver/av7110/fdump.c
> there is a missing #include <stdlib.h> for the exit-function
> 
> in the main Makefile
> there should be:
> 
> dvb:
>         (cd driver; make)
>         (cd libdvb; make)
>         (cd apps/av7110_loadkeys; make)
> 	(cd apps/mpegtools; make)
> 	(cd apps/scan; make)
> 	(cd apps/szap; make)
> 	(cd apps/test; make)
> 	@echo
> 	@echo "-----------------------------------------------------------------
> - ---------------"
> 	@echo "            ***You should build "apps/tuxzap" manually ***
>                "
> 	@echo "-----------------------------------------------------------------
> - ---------------"
> 
> clean:
>         -rm -f *~ */*~ */\#*\#
>         (cd apps/test; make clean)
> 	(cd apps/szap; make clean)
> 	(cd apps/scan; make clean)
> 	(cd apps/mpegtools; make clean)
> 	(cd apps/av7110_loadkeys; make clean)
>         (cd libdvb; make clean)
>         (cd driver; make clean)
> 	@echo
> 	@echo "-----------------------------------------------------------------
> - ---------------"
> 	@echo "            ***You should clean "apps/tuxzap" manually ***
>                "
> 	@echo "-----------------------------------------------------------------
> - ---------------"
> 
> because in apps is NO Makefile, and tuxzap has to be configure'd, and
> somebody without GTK and X installed didn't want to build it..
> 
> okay, thats all for the moment..
> 
> there some more things to fix in apps/mpegtools.. like backward-warnings
> with GCC-3.2 and the use of 'tempnam' instead of 'mkstemp'..
> 
> i will try to fix this later, and provide the changes here.
> again: these are no real problems, but i want to "help" a little bit..
> 
> joerg
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE9q9JPSPOsGF+KA+MRArO+AJ0frXld+hxpkdMkr+fKxcaol8C90wCgpryA
> WN+ncSCCwCCUpstVTMZQ9vo=
> =yU4E
> -----END PGP SIGNATURE-----
> 
> 
> 
> 



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index