On 22 April 2013 11:01, Alexey Kardashevskiy <a...@ozlabs.ru> wrote: > On 04/22/2013 07:00 PM, Peter Maydell wrote: >> NB that this compile failure only happens if you configure >> with --enable-profiler. > > > I also thought I can enable/disable it via ./configure but in fact I cannot: > > alexey@ka1:~/pcipassthru/qemu-impreza$ ./configure --help | grep prof > alexey@ka1:~/pcipassthru/qemu-impreza$
--enable-profiler exists but it is undocumented (ie not mentioned in the --help text). In fact I have no idea how you tripped over this missing include if you don't know about --enable-profiler, since configure's default is to not enable this code. thanks -- PMM