From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Goirand Subject: Qemu-dm compiling error with SDL Date: Tue, 22 Dec 2009 17:07:01 +0800 Message-ID: <4B308C35.80801@goirand.fr> References: <4B2717A1.2030503@goirand.fr> <20091215180228.GA20772@wavehammer.waldi.eu.org> <20091215183258.GC4982@const.bordeaux.inria.fr> <20091215190444.GA22269@wavehammer.waldi.eu.org> <20091215193311.GA4962@const.famille.thibault.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20091215193311.GA4962@const.famille.thibault.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Samuel Thibault , "xen-devel@lists.xensource.com" , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Doing the following: cp -f /usr/share/misc/config.sub . cp -f /usr/share/misc/config.guess ./configure --audio-drv-list=3D"oss alsa sdl pa esd" \ --audio-card-list=3D"ac97 es1370 sb16 cs4231a adlib gus" --enable-mixemu $(MAKE) install DESTDIR=3Ddebian/$(PKG_NAME) generates the following error: CC sdl.o sdl.c: In function =91sdl_update_caption=92: sdl.c:499: error: =91domain_name=92 undeclared (first use in this functio= n) sdl.c:499: error: (Each undeclared identifier is reported only once sdl.c:499: error: for each function it appears in.) make[1]: *** [sdl.o] Error 1 make[1]: Leaving directory `/usr/src/xen/xen-qemu-dm-3.4' make: *** [install] Error 2 dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2 this did NOT happen with the Debian source package from Bastian, and it still does this when I apply the debian/patches from him So I'm wondering what's going on here. Does anyone know? Note that this happens in both Lenny and SID. Thomas