Date: Sat, 15 Dec 2001 02:03:31 -0500 From: Chris Thomas <resopmok@gramsc1.dyndns.org> To: freebsd-stable@freebsd.org Subject: missing header file Message-ID: <200112150703.fBF73Y4Z000487@gramsc1.dyndns.org>
next in thread | raw e-mail | index | archive | help
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?
-chris
p.s., please send relevant replies directly to me, as i am not subsribed to
the list.
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?200112150703.fBF73Y4Z000487>
