Moin,

am / On Sat, 10 Jul 1999 22:11:38 -0400, schriebst Du / you wrote:

>[root@i686 ax25spyd-0.20pre]# make dep
>gcc -E -M -Wall -Wstrict-prototypes -O2 -I/usr/include/ncurses -I/usr/local/lib 
>-DAX25SPY_VERSION=\"0.20pre\" -DAX25VARDIR=\"/var/ax25\" -DAX25CONFDIR=\"/etc/ax25\" 
>*.c > .depend
>monixd.c:53: axconfig.h: No such file or directory
>monixd.c:54: version.h: No such file or directory
>monixd.c:55: daemon.h: No such file or directory
>make: *** [dep] Error 1

ups. i do not have a diff handy, but maxbe this helps:
monixd.c line 53-55 before:
  #include <ax25/axconfig.h>
  #include <ax25/version.h> 
  #include <ax25/daemon.h>
after: 
  #include <netax25/axconfig.h>
  #include <netax25/daemon.h>

Gruss,
  Walter
-- 
Walter Koch                         Hochdahl am Neandertal
http://www.hsp.de/~koch/            qrv:db0iz-9
[EMAIL PROTECTED]                     ham:dg9ep@db0iz
[EMAIL PROTECTED]

Reply via email to