[realtek] Compilation problem

B. Atashband batashband@mail.arc.nasa.gov
Fri, 08 Sep 2000 09:58:34 -0700


Hello All

In an attempt to get the nic EN1207D-TX in my HP Pavilion 6740C to work, I 
am trying to compile the rtl8139.c on my SuSE6.4 installation.

Hope this is the right forum for this kind of questions and thanks in 
advance for any help.

command
linux:/tmp:# gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c rtl8139.c

produces the following messages that I do not know what to do with

In file included from rtl8139.c:123:
kern_compat.h:164: parse error before `0'
kern_compat.h:168: warning: type defaults to `int' in declaration of `mark_bh'
kern_compat.h:168: warning: parameter names (without types) in function 
declaration
kern_compat.h:168: conflicting types for `mark_bh'
/usr/include/asm/softirq.h:101: previous declaration of `mark_bh'
kern_compat.h:168: warning: data definition has no type or storage class
kern_compat.h:168: parse error before `}'
gcc: Internal compiler error: program cc1 got fatal signal 11



any words of wisdom are appreciated.

Thanks, Barry