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