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
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
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
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