[DVB][Kernel 2.4.16][Slackware 8.0] Euh probleme DVB
Euh probleme DVB [DVB][Kernel 2.4.16][Slackware 8.0] - Linux et OS Alternatifs
MarshPosté le 03-12-2001 à 15:28:56
Voila, j'ai une carte DVB Hauppauge que j'essaye de mettre sous linux. Mais a la compilation, j'ai un proleme, il me met
saa7146_core.c:874: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' saa7146_core.c:874: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' saa7146_core.c:874: warning: data definition has no type or storage class
et a cette ligne la au fait j'ai
EXPORT_SYMBOL( ... )
et EXPORT_SYMBOL est defini qq part dans les header du kernel avec this_object_must....._int_theMakefile
Marsh Posté le 03-12-2001 à 15:28:56
Voila, j'ai une carte DVB Hauppauge que j'essaye de mettre sous linux. Mais a la compilation, j'ai un proleme, il me met
saa7146_core.c:874: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile'
saa7146_core.c:874: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile'
saa7146_core.c:874: warning: data definition has no type or storage class
et a cette ligne la au fait j'ai
EXPORT_SYMBOL( ... )
et EXPORT_SYMBOL est defini qq part dans les header du kernel avec this_object_must....._int_theMakefile
Comment on corrige ca ?