qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Erik Rull <erik.rull@rdsoftware.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Build failure in test-coroutine.c
Date: Mon, 6 Feb 2012 08:29:44 +0000	[thread overview]
Message-ID: <20120206082944.GA354@stefanha-thinkpad.localdomain> (raw)
In-Reply-To: <4F1869B6.3040700@rdsoftware.de>

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	other threads:[~2012-02-06  9:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19 19:06 [Qemu-devel] Build failure in test-coroutine.c Erik Rull
2012-02-06  8:29 ` Stefan Hajnoczi [this message]
2012-02-07  9:23   ` Erik Rull
2012-02-07 10:19     ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120206082944.GA354@stefanha-thinkpad.localdomain \
    --to=stefanha@gmail.com \
    --cc=erik.rull@rdsoftware.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).