home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / amiga / 2038 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  901 b 

  1. Path: sparky!uunet!wupost!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ames!agate!cogsci.Berkeley.EDU!ag
  2. From: ag@cogsci.Berkeley.EDU (Keith Gabryelski)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: /dev/audio
  5. Message-ID: <17ju33INN13s@agate.berkeley.edu>
  6. Date: 28 Aug 92 01:04:35 GMT
  7. References: <1992Aug27.003017.1267@mhs.oz.au>
  8. Organization: Institute of Cognitive Studies, U.C. Berkeley
  9. Lines: 11
  10. NNTP-Posting-Host: cogsci.berkeley.edu
  11.  
  12. In article <1992Aug27.003017.1267@mhs.oz.au> jimbo@mhs.oz.au (James Davidson) writes:
  13. >I've tried to compile the audio driver but I am missing one of the 
  14. >include files, amigahr.h .  Does anyone know where I can find it?
  15.  
  16. The program is a device driver.  It must be compiled and linked with
  17. the kernel in /usr/sys/amiga/driver.  The Makefile in that directory
  18. should have things setup correctly to include ../inc.
  19.  
  20. amigahr.h resides in /usr/sys/amiga/inc.
  21.  
  22. Pax, Keith
  23.