[Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-07 Thread Nigel Horne
Thanks for the fix. I've done as you suggested, and the latest version now compiles. Please close. ** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

Re: [Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-05 Thread Jordan Justen
On Fri, Nov 4, 2011 at 10:22, Stefan Weil 885...@bugs.launchpad.net wrote: Did you try compilation in a tree with old generated files from previous compilations? If there are several qmp-commands.h in subdirectories, you have such old files. There must be only one qmp-commands.h in the build

[Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-05 Thread Stefan Weil
'make clean' won't remove the old qmp-commands.h files. I think it did remove them before commit e3193601c84558c303b1773379da76fce80c0a56, so if you always had run 'make clean' before 'git pull', it would have worked. Removing files which were build with older QEMU versions is not required, so

[Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-04 Thread Nigel Horne
I forgot to add that my configure flags are ./configure --enable-linux-aio --enable-kvm and that my CFLAGS are -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic

[Qemu-devel] [Bug 885213] Re: Latest GIT version fails to compile on Linux cris-softmmu/pci-stub.c

2011-11-04 Thread Stefan Weil
Did you try compilation in a tree with old generated files from previous compilations? If there are several qmp-commands.h in subdirectories, you have such old files. There must be only one qmp-commands.h in the build root. The old files start with {, the new files start with comment lines. The