Re: [Qemu-devel] Compile error on FC17

2013-03-10 Thread Peter Maydell
On 10 March 2013 19:36, Gerhard Wiesinger wrote: > On 10.03.2013 18:04, Peter Maydell wrote: >> This is an example of a longstanding problem we have, where the >> makefile's dependency rules aren't able to cope with changes to the project >> source file structure, and so clean, distclean and incre

Re: [Qemu-devel] Compile error on FC17

2013-03-10 Thread Gerhard Wiesinger
On 10.03.2013 18:04, Peter Maydell wrote: Oh, right. Tracing functions moved from trace.h to the files in the trace/ subdirectory. This means that if you didn't do a make clean or distclean before doing the git update then the new makefile knows nothing about the old trace.h file and so won't d

Re: [Qemu-devel] Compile error on FC17

2013-03-10 Thread Laszlo Ersek
On 03/10/13 18:04, Peter Maydell wrote: > On 10 March 2013 15:15, Gerhard Wiesinger wrote: >> Tried make clean and make distclean already before I reported the issue. >> >> If I'm suppressing "warning as errors" I'm still getting errors: >> >> hw/usb/hcd-xhci.c: In function ‘xhci_set_ep_dequeue’:

Re: [Qemu-devel] Compile error on FC17

2013-03-10 Thread Peter Maydell
On 10 March 2013 15:15, Gerhard Wiesinger wrote: > Tried make clean and make distclean already before I reported the issue. > > If I'm suppressing "warning as errors" I'm still getting errors: > > hw/usb/hcd-xhci.c: In function ‘xhci_set_ep_dequeue’: > hw/usb/hcd-xhci.c:1471:5: error: too many arg

Re: [Qemu-devel] Compile error on FC17

2013-03-10 Thread Gerhard Wiesinger
On 10.03.2013 14:20, Peter Maydell wrote: On 10 March 2013 20:28, Gerhard Wiesinger wrote: Hello, qemu is currently not compile clean: CC util/hbitmap.o util/hbitmap.c: In function ‘hbitmap_iter_skip_words’: util/hbitmap.c:138:5: error: implicit declaration of function ‘trace_hbitmap_iter_skip

Re: [Qemu-devel] Compile error on FC17

2013-03-10 Thread Peter Maydell
On 10 March 2013 20:28, Gerhard Wiesinger wrote: > Hello, > > qemu is currently not compile clean: > CC util/hbitmap.o > util/hbitmap.c: In function ‘hbitmap_iter_skip_words’: > util/hbitmap.c:138:5: error: implicit declaration of function > ‘trace_hbitmap_iter_skip_words’ [-Werror=implicit-functi

[Qemu-devel] Compile error on FC17

2013-03-10 Thread Gerhard Wiesinger
Hello, qemu is currently not compile clean: CC util/hbitmap.o util/hbitmap.c: In function ‘hbitmap_iter_skip_words’: util/hbitmap.c:138:5: error: implicit declaration of function ‘trace_hbitmap_iter_skip_words’ [-Werror=implicit-function-declaration] util/hbitmap.c:138:5: error: nested extern de