* [Qemu-devel] Qemu-devel Digest, Vol 61, Issue 99 [not found] <480E8F40.4CAA93.21463@m12-53.163.com> @ 2008-04-23 2:47 ` polaris_20060504 [not found] ` <200804222233.44418.computers57@hotmail.com> 0 siblings, 1 reply; 3+ messages in thread From: polaris_20060504 @ 2008-04-23 2:47 UTC (permalink / raw) To: qemu-devel [-- Attachment #1: Type: text/plain, Size: 1517 bytes --] Hi I am installing the qemu with --enable-dsound.But it is has error.The error : audio/dsoundaudio.c:36:21: warning: windows.h: No such file or directory audio/dsoundaudio.c:37:22: warning: mmsystem.h: No such file or directory audio/dsoundaudio.c:38:21: warning: objbase.h: No such file or directory audio/dsoundaudio.c:39:20: warning: dsound.h: No such file or directory audio/dsoundaudio.c:68: error: syntax error before "LPDIRECTSOUND" audio/dsoundaudio.c:68: warning: no semicolon at end of struct or union audio/dsoundaudio.c:69: warning: type defaults to `int' in declaration of `dsound_capture' audio/dsoundaudio.c:69: warning: data definition has no type or storage class audio/dsoundaudio.c:70: error: syntax error before "dsound_primary_buffer" audio/dsoundaudio.c:70: warning: type defaults to `int' in declaration of `dsound_primary_buffer' audio/dsoundaudio.c:70: warning: data definition has no type or storage class audio/dsoundaudio.c:72: error: syntax error before '}' token audio/dsoundaudio.c:72: warning: type defaults to `int' in declaration of `dsound' ............... audio/dsoundaudio.c:1011: warning: implicit declaration of function `IDirectSoundCapture_Initialize' audio/dsoundaudio.c: In function `dsound_logerr': audio/dsoundaudio.c:243: error: `va_start' used in function with fixed args audio/dsoundaudio.c: In function `dsound_logerr2': audio/dsoundaudio.c:260: error: `va_start' used in function with fixed args make: *** [audio/dsoundaudio.o] Error 1 Please help me.Thanks ! [-- Attachment #2: Type: text/html, Size: 1881 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <200804222233.44418.computers57@hotmail.com>]
* Re: [Qemu-devel] Qemu-devel Digest, Vol 61, Issue 99 [not found] ` <200804222233.44418.computers57@hotmail.com> @ 2008-04-23 4:33 ` C.W. Betts 2008-04-23 11:42 ` Ben Taylor 0 siblings, 1 reply; 3+ messages in thread From: C.W. Betts @ 2008-04-23 4:33 UTC (permalink / raw) To: qemu-devel; +Cc: polaris_20060504 [-- Attachment #1: Type: text/plain, Size: 1766 bytes --] On Tuesday 22 April 2008 08:47:35 pm polaris_20060504@163.com wrote: > Hi > I am installing the qemu with --enable-dsound.But it is has error.The > error : > > > audio/dsoundaudio.c:36:21: warning: windows.h: No such file or directory > audio/dsoundaudio.c:37:22: warning: mmsystem.h: No such file or directory > audio/dsoundaudio.c:38:21: warning: objbase.h: No such file or directory > audio/dsoundaudio.c:39:20: warning: dsound.h: No such file or directory > audio/dsoundaudio.c:68: error: syntax error before "LPDIRECTSOUND" > audio/dsoundaudio.c:68: warning: no semicolon at end of struct or union > audio/dsoundaudio.c:69: warning: type defaults to `int' in declaration of > `dsound_capture' audio/dsoundaudio.c:69: warning: data definition has no > type or storage class audio/dsoundaudio.c:70: error: syntax error before > "dsound_primary_buffer" audio/dsoundaudio.c:70: warning: type defaults to > `int' in declaration of `dsound_primary_buffer' audio/dsoundaudio.c:70: > warning: data definition has no type or storage class > audio/dsoundaudio.c:72: error: syntax error before '}' token > audio/dsoundaudio.c:72: warning: type defaults to `int' in declaration of > `dsound' ............... > audio/dsoundaudio.c:1011: warning: implicit declaration of function > `IDirectSoundCapture_Initialize' audio/dsoundaudio.c: In function > `dsound_logerr': > audio/dsoundaudio.c:243: error: `va_start' used in function with fixed args > audio/dsoundaudio.c: In function `dsound_logerr2': > audio/dsoundaudio.c:260: error: `va_start' used in function with fixed args > make: *** [audio/dsoundaudio.o] Error 1 > > Please help me.Thanks ! --enable-dsound only works on Windows, and only if you have the DirectX headers installed. [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 194 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Qemu-devel Digest, Vol 61, Issue 99 2008-04-23 4:33 ` C.W. Betts @ 2008-04-23 11:42 ` Ben Taylor 0 siblings, 0 replies; 3+ messages in thread From: Ben Taylor @ 2008-04-23 11:42 UTC (permalink / raw) To: qemu-devel On Wed, Apr 23, 2008 at 12:33 AM, C.W. Betts <computers57@hotmail.com> wrote: > > On Tuesday 22 April 2008 08:47:35 pm polaris_20060504@163.com wrote: > > Hi > > I am installing the qemu with --enable-dsound.But it is has error.The > > error : > > > > > > audio/dsoundaudio.c:36:21: warning: windows.h: No such file or directory > > audio/dsoundaudio.c:37:22: warning: mmsystem.h: No such file or directory > > audio/dsoundaudio.c:38:21: warning: objbase.h: No such file or directory > > audio/dsoundaudio.c:39:20: warning: dsound.h: No such file or directory > > audio/dsoundaudio.c:68: error: syntax error before "LPDIRECTSOUND" > > audio/dsoundaudio.c:68: warning: no semicolon at end of struct or union > > audio/dsoundaudio.c:69: warning: type defaults to `int' in declaration of > > `dsound_capture' audio/dsoundaudio.c:69: warning: data definition has no > > type or storage class audio/dsoundaudio.c:70: error: syntax error before > > "dsound_primary_buffer" audio/dsoundaudio.c:70: warning: type defaults to > > `int' in declaration of `dsound_primary_buffer' audio/dsoundaudio.c:70: > > warning: data definition has no type or storage class > > audio/dsoundaudio.c:72: error: syntax error before '}' token > > audio/dsoundaudio.c:72: warning: type defaults to `int' in declaration of > > `dsound' ............... > > audio/dsoundaudio.c:1011: warning: implicit declaration of function > > `IDirectSoundCapture_Initialize' audio/dsoundaudio.c: In function > > `dsound_logerr': > > audio/dsoundaudio.c:243: error: `va_start' used in function with fixed args > > audio/dsoundaudio.c: In function `dsound_logerr2': > > audio/dsoundaudio.c:260: error: `va_start' used in function with fixed args > > make: *** [audio/dsoundaudio.o] Error 1 > > > > Please help me.Thanks ! > > --enable-dsound only works on Windows, and only if you have the DirectX > headers installed. I never knew what it was before. Perhaps enable-dsound should only get enabled when on windows? Ben ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-23 11:42 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <480E8F40.4CAA93.21463@m12-53.163.com> 2008-04-23 2:47 ` [Qemu-devel] Qemu-devel Digest, Vol 61, Issue 99 polaris_20060504 [not found] ` <200804222233.44418.computers57@hotmail.com> 2008-04-23 4:33 ` C.W. Betts 2008-04-23 11:42 ` Ben Taylor
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).