Il 16/09/2014 16:43, Michael S. Tsirkin ha scritto: >> > >> > /root/qemu/tests/test-qdev-global-props.c: In function ‘test_static_prop’: >> > /root/qemu/tests/test-qdev-global-props.c:80:5: error: implicit >> > declaration of function ‘g_test_trap_subprocess’ >> > [-Werror=implicit-function-declaration] >> > /root/qemu/tests/test-qdev-global-props.c:80:5: error: nested extern >> > declaration of ‘g_test_trap_subprocess’ [-Werror=nested-externs] >> > >> > This function was only added in glib 2.38, and our >> > minimum version is 2.12. >> > >> > thanks >> > -- PMM > The following should help? > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
We can still run a smaller suite of tests if subprocesses are not available. That's a better option, and doesn't require build system tests. Paolo