Re: [Qemu-devel] [PATCH v2] tests: Fix broken tcg test compilation

2016-09-02 Thread Pranith Kumar
Hi Michal, On Fri, Sep 2, 2016 at 7:49 AM, Michal Privoznik wrote: > The first build error to be seen is that linux-test.c fails to > include cutils.h: > > linux-test.c:42:25: fatal error: qemu/cutils.h: No such file or directory > > This is because toplevel include/ dir is not put onto compiler'

Re: [Qemu-devel] [PATCH v2] tests: Fix broken tcg test compilation

2016-09-02 Thread Peter Maydell
On 2 September 2016 at 12:49, Michal Privoznik wrote: > The first build error to be seen is that linux-test.c fails to > include cutils.h: > > linux-test.c:42:25: fatal error: qemu/cutils.h: No such file or directory > > This is because toplevel include/ dir is not put onto compiler's > command li

[Qemu-devel] [PATCH v2] tests: Fix broken tcg test compilation

2016-09-02 Thread Michal Privoznik
The first build error to be seen is that linux-test.c fails to include cutils.h: linux-test.c:42:25: fatal error: qemu/cutils.h: No such file or directory This is because toplevel include/ dir is not put onto compiler's command line. After that: qemu.git/include/qemu/cutils.h:171:1: error: unkno