Stefano Corti wrote: > > I tried to compile the ax25-utilities-2.1.42a with kernel 2.2.1 & slackware > 3.5 libraries. As you already should know I found lot of problems. > > After spending some time and changing some include file now I get almost > everything compiled & working, with the exception of 'node' application. > > I have errors on 'gateway.c', who knows the hints to get all compiled ? > > IZ0BBZ - Stefano Corti You must put the file 'linux/include/asm-i386/checksum.h' from kernel2.0.36 sources in the 'ax25-utilities-2.1.42a/node' director. Then you must modify in file gateway.c the corespondent line: #include <asm/checksum.h> to #include "checksum.h" After that you must add the file 'linux/include/linux/pi2.h' from kernel2.0.36 sources to kernel2.2.1 souces because is missing !!! -- ################################################################### # Minta Adrian - YO3GIH phone: 04+092451899 # # mailto:[EMAIL PROTECTED] http://www.csit-sun.pub.ro/~gygy/ # ###################################################################
