qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Build failure in test-coroutine.c
Date: Mon, 6 Feb 2012 08:29:44 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

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'
...
> address@hidden:~/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 testing infrastructure requires glib 2.16 or later.  It's
trivial to write a replacement g_assert_cmpint() for old systems but
unfortunately you're also missing the core testing framework
(g_test_run() and friends) so it's not that easy to backport.

Which version of distro version are you using?  Which glib version are
you using?

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]