Hallo!

I'm trying to compile ax25-utils 2.1.42a, but not compile, I have the folowing
error...
----------------------------cut--------------------------------------------
make[1]: Entering directory
`/usr/local/src/ax25-utils-2.1.42a/ax25-utils-2.1.42a/lib'
gcc -Wall -Wstrict-prototypes -O2 -c -o axconfig.o axconfig.c
In file included from axconfig.c:14:
/usr/include/linux/netdevice.h:79: parse error before `__u8'
/usr/include/linux/netdevice.h:79: warning: no semicolon at end of struct or
union
/usr/include/linux/netdevice.h:83: parse error before `}'
make[1]: *** [axconfig.o] Error 1
make[1]: Leaving directory
`/usr/local/src/ax25-utils-2.1.42a/ax25-utils-2.1.42a/lib'
make: *** [all] Error 2
-----------------------------cut--------------------------------------------
The file netdevice.h on line 79 have a struct definition, like there...
---------------------------cut---------------------------------------
struct dev_mc_list
{
        struct dev_mc_list      *next;
        __u8                    dmi_addr[MAX_ADDR_LEN];
        unsigned char           dmi_addrlen;
        int                     dmi_users;
        int                     dmi_gusers;
};
--------------------------cut----------------------------------
__u8 it isn't defined as a data type on struct?

Could anybody help me?

            Your sincerality
                                    \\\!///
Saludos cordiales,                 \  - -  /
 Moisés                            (  o O  )
 /-------------------------oOOo------(_)------oOOo----------------------/              
         
(    Telde, Ciudad de los Faycanes   -     Public Pgp key available    (  
 \  e-mail: [EMAIL PROTECTED]  -  Canal #coleccionismo  -  numis on Irc   \
  ) miembro de http://www.areasoft.com/elcolumnario y http://www.gulic.org )
 (_______________________ I s l a s   C a n a r i a s _____________________/

Reply via email to