RE: Kernel 2.6.4-52 compile...?
"Dick St.Peters" <[email protected]> Mon, 26 Jul 2004 13:47:30 -0400
| Newsgroups | gmane.comp.encryption.cipe |
|---|---|
| Message-ID | <[email protected]> |
Mark Boris Johst writes: > Yes, thanks, I've got it, but I have a new error... > > At Compiling the last Makefile in "/linux-2.6.5..." device.c:630: error: > conflicting types for 'netdev_event' > Include/linux/netdevice.h:937: error: previous declaration of 'netdev_event' > > ??? What could I do? Your SUSE header files must differ from the stock kernel header files, which do not contain the string "netdev_event". I do not have a SUSE distribution to examine. In cipe/device.c, netdev_event occurs in 3 places. Try changing them to cipe_netdev_event. This will match the usage for other xxxx_netdev_event's. -- Dick St.Peters, [email protected] -- Message sent by the [email protected] mailing list. Unsubscribe: mail [email protected], "unsubscribe cipe-l" in body Other commands available with "help" in body to the same address. CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>