Date: Sat, 15 Dec 2001 02:52:09 -0800 From: "Crist J . Clark" <cjc@FreeBSD.ORG> To: Chris Thomas <resopmok@gramsc1.dyndns.org> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: missing header file Message-ID: <20011215025209.F3473@blossom.cjclark.org> In-Reply-To: <200112150703.fBF73Y4Z000487@gramsc1.dyndns.org>; from resopmok@gramsc1.dyndns.org on Sat, Dec 15, 2001 at 02:03:31AM -0500 References: <200112150703.fBF73Y4Z000487@gramsc1.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 15, 2001 at 02:03:31AM -0500, Chris Thomas wrote:
> I was attempting to compile sound into my kernel when...
>
> In file included from /usr/src/sys/dev/sound/pcm/sound.h:103,
> from /usr/src/sys/dev/sound/isa/sbc.c:30:
> /usr/src/sys/dev/sound/pcm/channel.h:66: channel_if.h: No such file or
> directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/WIED.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> su-2.05# cd /usr/src/sys/dev/sound/pcm/
> su-2.05# grep "channel_if.h" channel.h
> #include "channel_if.h"
> su-2.05# ls
> ac97.c channel.c fake.c feeder_rate.c sound.c
> ac97.h channel.h feeder.c mixer.c sound.h
> ac97_if.m channel_if.m feeder.h mixer.h vchan.c
> buffer.c dsp.c feeder_fmt.c mixer_if.m vchan.h
> buffer.h dsp.h feeder_if.m sndstat.c
> su-2.05#
>
> as one can see, channel_if.h seems to be missing from the source tree..
> perhaps it was accidently blow away?
I believe you have a stale object tree.
# rm -rf /usr/obj/usr/src/sys/WIED
And then try again.
--
"It's always funny until someone gets hurt. Then it's hilarious."
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011215025209.F3473>
