Date: Thu, 29 Jul 1999 09:26:45 +0200 (CEST) From: Andrej Brodnik (Andy) <brodnik@IBC.IskraSistemi.Si> To: freebsd-isdn@FreeBSD.ORG Cc: rich@ruh-bath.swest.nhs.uk (Wood Richard), brian@FreeBSD.org.uk Subject: Strange problems with make depend Message-ID: <199907290726.JAA16428@Dolinca.IBC.IskraSistemi.Si>
next in thread | raw e-mail | index | archive | help
Finally I got to the compilation stage.-) There is one bug in the overuninstall.sh script. Namely it does not unlink/remove the link from "/usr/include/machine/i4b_rbch_ioctl.h". So far nothing strange. The strange part appeared when I tried to "make depend" on a newly configured kernel. It reported: ../../i4b/driver/i4b_rbch.c:72: machine/i4b_rbch_ioctl.h: No such file or directory mkdep: compile failed *** Error code 1 Then I replaced the 72nd line in the "i4b_rbch.c" file: #include <machine/i4b_rbch_ioctl.h> with: #include "/usr/include/machine/i4b_rbch_ioctl.h" and everything went smoothly. Any idea what might be wrong? Thanx! LPA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907290726.JAA16428>