Am Son, 08 Aug 1999 hast Du geschrieben:
> Hello,
> 
> I'm running RedHat Linux 6.0 & ax25-utils-2.1.42a-3.i386.rpm
> One month ago I compilled LinKT-0.6.0 successfully.
> Now, tried to compile LinKT-0.6.1 and I've got following errors:
> 
> make[3]: Entering directory `/root/linkt-0.6.1/linkt'
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include/qt
> -I/usr/X11R6/include     -O2 -Wall -c ax25k.cpp
> ax25k.cpp: In method `void ax25_polling::poll()':
> ax25k.cpp:629: `ax25_info_struct' undeclared (first use this function)
> ax25k.cpp:629: (Each undeclared identifier is reported only once
> ax25k.cpp:629: for each function it appears in.)
> ax25k.cpp:629: parse error before `;'
> ax25k.cpp:641: `SIOCAX25GETINFO' undeclared (first use this function)
> ax25k.cpp:641: `axinfo' undeclared (first use this function)
> ax25k.cpp:643: confused by earlier errors, bailing out

Redhat 6.0 comes with new glibc2.1.1
Actually we have the same problem with TNT. I don�t know why, but
<net/ax25.h> is gone to <netax25/ax25.h> (also net/netrom.h and
net/rose.h).

I cannot say if it works with Linkt, but try to insert an
#include <netax25/ax25.h>
in "ax25k.cpp"-file on the "right"-place.

Matthias
-- 
\"""\\"""\\""/----------------------------------------------------------
 \   \\   \\/  WSPse / Matthias Hensler  -  [EMAIL PROTECTED]  -  ICQ: 24719025
  \  / \  / My Linux/PR/C64-Page: http://excelsior.kullen.rwth-aachen.de
   \/   \/--------------------------------------------------------------

Reply via email to