> looking for a tonegen.c file in audacious... If I

http://www.lns.com/papers/tonegen/tonegen.c

[EMAIL PROTECTED] ~/docs/elex $ gcc -lm -o tonegen
tonegen.c
tonegen.c:56:31: machine/soundcard.h: No such file or
directory
tonegen.c: In function `main':
tonegen.c:172: error: `SNDCTL_DSP_GETFMTS' undeclared
(first use in this function)
tonegen.c:172: error: (Each undeclared identifier is
reported only once
tonegen.c:172: error: for each function it appears
in.)
tonegen.c:181: error: `SNDCTL_DSP_STEREO' undeclared
(first use in this function)
tonegen.c:196: error: `SNDCTL_DSP_SPEED' undeclared
(first use in this function)

tonegen wants a machine/soundcard.h which doesn't
exist on my system.

Although:

$ slocate soundcard.h
/usr/src/linux-2.6.12-gentoo-r6/include/linux/soundcard.h
/usr/src/linux-2.6.20-gentoo-r6/include/linux/soundcard.h
/usr/src/linux-2.6.16-gentoo-r3/include/linux/soundcard.h
/usr/include/sys/soundcard.h
/usr/include/linux/soundcard.h

The only 'machine/' on my system is under arch/arm26/.

-mw



      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to