Mailing List archive

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

[linux-dvb] unable to make apps/scan in HEAD



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

i have a problem to build apps/scan

the following errors occur..

gcc -M -g -Wall -O0 scan.c dump.c > .depend
gcc -g -Wall -O0 -c scan.c -o scan.o
scan.c: In function `find_or_alloc_entry_by_id':
scan.c:176: warning: implicit declaration of function `memset'
scan.c: In function `parse_network_name_descriptor':
scan.c:203: warning: implicit declaration of function `memcpy'
scan.c: In function `read_filters':
scan.c:787: warning: implicit declaration of function `list_for_each_safe'
scan.c:787: parse error before '{' token
scan.c:791: `s' undeclared (first use in this function)
scan.c:791: (Each undeclared identifier is reported only once
scan.c:791: for each function it appears in.)
scan.c: At top level:
scan.c:805: parse error before '}' token
make: *** [scan.o] Error 1

looks like there is an #include <string.h> missing..
i've modified this, but i'm not a progammer so i couldn't fix the implicit
declaration of `list_for_each_safe' and the undeclared `s'

can somebody please fix this, and add a short description (README) for
this application??

regards
joerg

p.s. i'm using gcc-3.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9pspGSPOsGF+KA+MRAsQHAJ9RCW4SPNMRZHmxPr121Gtq3yZx7ACeLFza
pjEFrUlzKrVD70icqKxz53I=
=+w3G
-----END PGP SIGNATURE-----




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



Home | Main Index | Thread Index