Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1

2011-08-09 Thread Stefan Hajnoczi
On Tue, Aug 9, 2011 at 4:01 PM, Michael Roth <816...@bugs.launchpad.net> wrote: > Take a look at Gerd Hoffmann's comment: it looks like Spice server 0.8.2 > pulls in some ALSA includes that contain a error.h which ends up > clobbering the error.h that that particular C file is trying to pull in. W

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1

2011-08-09 Thread Michael Roth
On 08/08/2011 11:46 PM, rowa wrote: > This Bug is not fixed in QEMU 0.15.0 > :-( > Hi Rowa, Take a look at Gerd Hoffmann's comment: it looks like Spice server 0.8.2 pulls in some ALSA includes that contain a error.h which ends up clobbering the error.h that that particular C file is trying to p

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1

2011-08-09 Thread Michael Roth
On 08/09/2011 07:02 AM, rowa wrote: Hi Stefan, here is the file qapi-visit-core.txt: http://pastebin.com/6sG5PdXQ Robert This seems to confirm ALSA's error.h is the culprit: # # 375 "./qemu-common.h" 2 # # 18 "./qapi/qapi-types-core.h" 2 # # 1 "/usr/include/alsa/error.h" 1 # # 45 "/usr/inc

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1

2011-08-09 Thread Stefan Hajnoczi
On Thu, Aug 4, 2011 at 4:52 PM, rowa <816...@bugs.launchpad.net> wrote: > Now it is possible to build qemu 0.15.0-rc1 with --disable-spice option > on Ubuntu 10.10 „Maverick Meerkat“ . > > -- > You received this bug notification because you are a member of qemu- > devel-ml, which is subscribed to Q

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1

2011-08-04 Thread Gerd Hoffmann
On 08/04/11 10:54, Alon Levy wrote: On Thu, Aug 04, 2011 at 08:33:21AM -, Marcel Hnilka wrote: Well, I tried to build it with your configuration. It ended with the same result as I posted, but I found that building was successfull with option --disable-spice. Sould you try to build it with

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1

2011-08-04 Thread Alon Levy
On Thu, Aug 04, 2011 at 08:33:21AM -, Marcel Hnilka wrote: > Well, I tried to build it with your configuration. It ended with the > same result as I posted, but I found that building was successfull with > option --disable-spice. > > Sould you try to build it with --disable-spice option? > >

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0

2011-08-03 Thread Michael Roth
On 08/01/2011 05:39 AM, rowa wrote: This error is not fixed in QEMU 0.15.0-rc1 :-( ** Summary changed: - compile error in QEMU 0.15.0-rc0 + compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1 I set up an Ubuntu 10.10 64-bit guest (GA, no updates) to test the build, but I can't seem to reprodu

Re: [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0

2011-07-26 Thread Michael Roth
On 07/26/2011 12:02 PM, rowa wrote: I've tryed to compile this on qemu.git origin/master with the same error: git clone git://git.qemu.org/qemu.git qemu.git cd qemu.git ./configure --prefix=/usr --enable-spice --audio-card-list=ac97,es1370,sb16,adlib,gus,cs4231a&& make ... CCqapi/qapi-v