Hi,
I am running AX-25 suite on PowerMac with LinuxPPC
2000 Q4 and kernel 2.4.8.
Today I tried to update libax25, ax25-apps and -tools.
lib and apps were OK but, tools-0.0.8 gave an error.
---
gcc -DHAVE_CONFIG_H -I. -I. -I.. -
DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX2
5_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c
mkiss.c
mkiss.c: In function `main':
mkiss.c:405: storage size of `timeout' isn't known
mkiss.c:405: storage size of `pollinterval' isn't known
mkiss.c:405: warning: unused variable `pollinterval'
mkiss.c:405: warning: unused variable `timeout'
make[2]: *** [mkiss.o] Error 1
make[2]: Leaving directory `/usr/local/src/ax25-tools-
0.0.8/kiss'
---
I confirmed all of the suite is compiled on Pentium
III with Slackware 8.0 + kernel 2.4.9.
Best wishes,
Ichiro
je1sgh@jarl.com
Logged In: YES
user_id=56295
Hi,
This was solved by myself.
The programs return compile time error are lack of a include file. Just put
a line;
#include <sys/time.h>
to mkiss.c, rip98d.c and netromd.c solve the problem.
I would like coordinators to add the line to the three programs in the
future releases.
Best wishes,
Ichiro JE1SGH