Re: [Qemu-devel] [PATCH] fix qemu build with nas installed

2011-09-27 Thread Christoph Egger
On 09/21/11 12:16, Stefan Hajnoczi wrote: On Wed, Sep 21, 2011 at 10:34 AM, Christoph Egger wrote: When NAS (http://nas.sf.net) is installed then there is an existing audio/audio.h. Then when compiling qemu, #include "audio/audio.h" takes the one from NAS and causes the build to fail. So ren

Re: [Qemu-devel] [PATCH] fix qemu build with nas installed

2011-09-21 Thread Stefan Hajnoczi
On Wed, Sep 21, 2011 at 10:34 AM, Christoph Egger wrote: > > When NAS (http://nas.sf.net) is installed then there > is an existing audio/audio.h. Then when compiling > qemu, #include "audio/audio.h" takes the one from NAS > and causes the build to fail. > > So rename audio/audio.h to audio/qaudio.

[Qemu-devel] [PATCH] fix qemu build with nas installed

2011-09-21 Thread Christoph Egger
When NAS (http://nas.sf.net) is installed then there is an existing audio/audio.h. Then when compiling qemu, #include "audio/audio.h" takes the one from NAS and causes the build to fail. So rename audio/audio.h to audio/qaudio.h and adjust all users. Signed-off-by: Christoph Egger diff --git