Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2001 23:24:48 +0200 (CEST)
From:      Salvo Bartolotta <bartequi@neomedia.it>
To:        Tommy Rump Andersen <tnokker@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Message-ID:  <987283488.3ad8c0204e284@webmail.neomedia.it>

next in thread | raw e-mail | index | archive | help
> Getting this problem while I try to "make depend"

> ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory
> ../../pci/if_dc.c:129: miibus_if.h: No such file or directory
> In file included from ../../dev/ata/ata-all.c:60:
> ../../isa/isavar.h:36: isa_if.h: No such file or directory
> mkdep: compile failed
> *** Error code 1



<wild guess>

You seem to have left out necessary config lines.

Probable culprit(s):

device miibus
device card

Please have a look at LINT for more info.

Hmm... have you correctly included isa & ata support in your kerbel config file?

</wild guess>

-- Salvo

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?987283488.3ad8c0204e284>