Re: KVM-88 fails to build with esd or pulseaudio

2009-07-14 Thread Frederic Bezies

On 13/07/2009 11:18, Avi Kivity wrote:

On 07/13/2009 10:47 AM, Pelle van der Heide wrote:

Hi,

When running '$ ./configure --audio-drv-list=oss,alsa,sdl,esd,pa
make -j2' the build fails, with both esdaudio.o and paaudio.o
complaining about undefined references to audio_pt_* functions.
The complete build output is attached.



Try changing the line

audio-obj-$(AUDIO_PT_INT) += audio_pt_int.o

to

audio-obj-y += audio_pt_int.o

in Makefile.

What version of make are you using?



Same problem for me, under archlinux 64 bits.

fred ~/download/kvm $ yaourt -Qi make
Nom   : make
Version   : 3.81-4
URL   : http://www.gnu.org/software/make
Licences  : GPL
Groupes   : base-devel
Fournit   : --
Dépend de : glibc  bash
Dépendances opt.  : --
Requis par: --
Incompatible avec : --
Remplace  : --
Taille (installé) : 1448,00 K
Paqueteur : Andreas Radke andy...@archlinux.org
Architecture  : x86_64
Compilé le: mar. 17 mars 2009 12:42:18 CET
Installé le   : dim. 03 mai 2009 16:50:58 CEST
Motif d'installation  : Explicitement installé
Script d'installation : Oui
Description   : GNU make utility to maintain groups of programs

Hope it helps ;)



--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: KVM-88 fails to build with esd or pulseaudio

2009-07-14 Thread Daniel Gollub
On Tuesday 14 July 2009 10:31:25 am Frederic Bezies wrote:
[...]
 Same problem for me, under archlinux 64 bits.

Try this patch/commit:

commit c6a5a71a3a1886afad5eeb214eb6e8785f4e0319
Author: Anthony Liguori aligu...@us.ibm.com
Date:   Wed Jul 1 10:07:16 2009 -0500

Fix build for ESD audio

Signed-off-by: Anthony Liguori aligu...@us.ibm.com



http://git.kernel.org/?p=virt/kvm/qemu-
kvm.git;a=commitdiff;h=c6a5a71a3a1886afad5eeb214eb6e8785f4e0319

Best Regards,
Daniel

-- 
Daniel GollubGeschaeftsfuehrer: Ralph Dehner
FOSS Developer   Unternehmenssitz:  Vohburg
B1 Systems GmbH  Amtsgericht:   Ingolstadt
Mobil: +49-(0)-160 47 73 970 Handelsregister:   HRB 3537
EMail: gol...@b1-systems.de  http://www.b1-systems.de

Adresse: B1 Systems GmbH, Osterfeldstraße 7, 85088 Vohburg
http://pgpkeys.pca.dfn.de/pks/lookup?op=getsearch=0xED14B95C2F8CA78D
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: KVM-88 fails to build with esd or pulseaudio

2009-07-14 Thread Frederic Bezies

On 14/07/2009 11:46, Daniel Gollub wrote:

On Tuesday 14 July 2009 10:31:25 am Frederic Bezies wrote:
[...]

Same problem for me, under archlinux 64 bits.


Try this patch/commit:

commit c6a5a71a3a1886afad5eeb214eb6e8785f4e0319
Author: Anthony Liguorialigu...@us.ibm.com
Date:   Wed Jul 1 10:07:16 2009 -0500

 Fix build for ESD audio

 Signed-off-by: Anthony Liguorialigu...@us.ibm.com



http://git.kernel.org/?p=virt/kvm/qemu-
kvm.git;a=commitdiff;h=c6a5a71a3a1886afad5eeb214eb6e8785f4e0319

Best Regards,
Daniel



I will try it asap, but modifying Makefile was a working trick. When I 
need to build again KVM, I will use your patch.


--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: KVM-88 fails to build with esd or pulseaudio

2009-07-13 Thread Avi Kivity

On 07/13/2009 10:47 AM, Pelle van der Heide wrote:

Hi,

When running '$ ./configure --audio-drv-list=oss,alsa,sdl,esd,pa
make -j2' the build fails, with both esdaudio.o and paaudio.o
complaining about undefined references to audio_pt_* functions.
The complete build output is attached.

   


Try changing the line

  audio-obj-$(AUDIO_PT_INT) += audio_pt_int.o

to

  audio-obj-y += audio_pt_int.o

in Makefile.

What version of make are you using?

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html