Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Clark, Matthew C (FL51)" To: "'Bobby McNulty'" , cygwin AT cygwin DOT com Subject: RE: SOUND on cygwin Date: Tue, 17 Jul 2001 13:34:45 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Thanks for the pointer. I tried adding windows.h, mmsystem, and soundcard, but it balked because the code couldn't find defintions for audio_open() (and other functions) and the Audio_hdr struct. These were found in the audio_device.h header on Solaris. How did you handle these references? Matt > -----Original Message----- > From: Bobby McNulty [mailto:bmj2001 AT bellsouth DOT net] > Sent: Wednesday, July 18, 2001 1:12 AM > To: Clark, Matthew C (FL51); cygwin AT cygwin DOT com > Subject: Re: SOUND on cygwin > > > use mmsystem.h. > #include will include all the needed files. > > BTW I noticed the cywin now has /usr/include/sys/soundcard.h > I needed this some time back. > > ----- Original Message ----- > From: "Clark, Matthew C (FL51)" > To: > Sent: Tuesday, July 17, 2001 7:13 AM > Subject: SOUND on cygwin > > > > > > I'm trying to port an application from a Solaris > environment to the cygwin > > shell, but a support module seems to be referencing some of > the solaris > > multimedia include/libs, such as /usr/demo/SOUND/include. > Cygwin doesn't > > have these, as far as I can tell, so I get: > > > > alarm.cc:31: stropts.h: No such file or directory > > alarm.cc:36: sys/audioio.h: No such file or directory > > alarm.cc:38: sys/filio.h: No such file or directory > > alarm.cc:45: multimedia/libaudio.h: No such file or directory > > alarm.cc:46: multimedia/audio_device.h: No such file or directory > > alarm.cc:47: multimedia/audio_encode.h: No such file or directory > > make: *** [alarm.o] Error 1 > > > > Is there a cygwin equivalent for /usr/demo/SOUND, either a port, or > possibly > > some adaptation like DirectX? > > > > Thanks. > > > > Matt Clark > > matthew DOT c DOT clark AT honeywell DOT com > > > > -- > > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > Bug reporting: http://cygwin.com/bugs.html > > Documentation: http://cygwin.com/docs.html > > FAQ: http://cygwin.com/faq/ > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/