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 | [EMAIL PROTECTED]
| [EMAIL PROTECTED]
http://people.freebsd.org/~cjc/ | [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message