From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnxJj-0006c4-L3 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 14:06:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnxJd-0003nt-Jm for qemu-devel@nongnu.org; Thu, 19 Jan 2012 14:06:35 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:64727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnxJd-0003mM-34 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 14:06:29 -0500 Message-ID: <4F1869B6.3040700@rdsoftware.de> Date: Thu, 19 Jan 2012 20:06:30 +0100 From: Erik Rull MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Build failure in test-coroutine.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 [...] CC test-coroutine.o test-coroutine.c: In function 'test_nesting': test-coroutine.c:92: warning: implicit declaration of function 'g_assert_cmpint' test-coroutine.c:92: warning: nested extern declaration of 'g_assert_cmpint' test-coroutine.c:92: error: expected expression before '==' token test-coroutine.c:93: error: expected expression before '==' token test-coroutine.c: In function 'test_yield': test-coroutine.c:122: error: expected expression before '==' token test-coroutine.c: In function 'perf_lifecycle': test-coroutine.c:170: warning: implicit declaration of function 'g_test_timer_start' test-coroutine.c:170: warning: nested extern declaration of 'g_test_timer_start' test-coroutine.c:175: warning: implicit declaration of function 'g_test_timer_elapsed' test-coroutine.c:175: warning: nested extern declaration of 'g_test_timer_elapsed' test-coroutine.c:177: warning: implicit declaration of function 'g_test_message' test-coroutine.c:177: warning: nested extern declaration of 'g_test_message' test-coroutine.c: In function 'main': test-coroutine.c:182: warning: implicit declaration of function 'g_test_init' test-coroutine.c:182: warning: nested extern declaration of 'g_test_init' test-coroutine.c:183: warning: implicit declaration of function 'g_test_add_func' test-coroutine.c:183: warning: nested extern declaration of 'g_test_add_func' test-coroutine.c:188: warning: implicit declaration of function 'g_test_perf' test-coroutine.c:188: warning: nested extern declaration of 'g_test_perf' test-coroutine.c:191: warning: implicit declaration of function 'g_test_run' test-coroutine.c:191: warning: nested extern declaration of 'g_test_run' make: *** [test-coroutine.o] Error 1 erik@debian:~/qemu-test/qemu-kvm$ Any ideas how to fix that? Best regards, Erik