Re: [Qemu-devel] Build failure in test-coroutine.c

2012-02-07 Thread Stefan Hajnoczi
On Tue, Feb 7, 2012 at 9:23 AM, Erik Rull wrote: > > On February 6, 2012 at 9:29 AM Stefan Hajnoczi wrote: > >> On Thu, Jan 19, 2012 at 08:06:30PM +0100, Erik Rull wrote: >> > test-coroutine.c:92: warning: implicit declaration of function >> > 'g_assert_cmpint' >> ... >> > erik@debian:~/qemu-test

Re: [Qemu-devel] Build failure in test-coroutine.c

2012-02-07 Thread Erik Rull
On February 6, 2012 at 9:29 AM Stefan Hajnoczi wrote: > On Thu, Jan 19, 2012 at 08:06:30PM +0100, Erik Rull wrote: > > test-coroutine.c:92: warning: implicit declaration of function > > 'g_assert_cmpint' > ... > > erik@debian:~/qemu-test/qemu-kvm$ > > This must be an old Debian box. Debian stab

Re: [Qemu-devel] Build failure in test-coroutine.c

2012-02-06 Thread Stefan Hajnoczi
On Thu, Jan 19, 2012 at 08:06:30PM +0100, Erik Rull wrote: > test-coroutine.c:92: warning: implicit declaration of function > 'g_assert_cmpint' ... > erik@debian:~/qemu-test/qemu-kvm$ This must be an old Debian box. Debian stable has a new enough glib that provides g_assert_cmpint(). The glib te

[Qemu-devel] Build failure in test-coroutine.c

2012-01-19 Thread Erik Rull
Hi all, I just got a copy of the current qemu-kvm but there is a build failure in test-coroutine.c: erik@debian:~/qemu-test/qemu-kvm$ make [...] CCtest-coroutine.o test-coroutine.c: In function 'test_nesting': test-coroutine.c:92: warning: implicit declaration of function 'g_assert_cmpi