qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] QEMU 1.7 PPA


From: Alexandre LAURENT
Subject: Re: [Qemu-discuss] QEMU 1.7 PPA
Date: Tue, 8 Apr 2014 14:45:59 +0200

Hello,

Is you problem is this one :

/tmp/qemu-1.7.1/linux-user/ioctls.h:188:1: error: ‘SNDCTL_DSP_MAPINBUF’ undeclared here (not in a function)
/tmp/qemu-1.7.1/linux-user/ioctls.h:189:1: error: ‘SNDCTL_DSP_MAPOUTBUF’ undeclared here (not in a function)
/tmp/qemu-1.7.1/linux-user/ioctls.h:244:1: error: ‘SOUND_MIXER_ACCESS’ undeclared here (not in a function)

In such case, it exists a solution :
Replace this line :
#include <linux/soundcard.h>
by :
#include <linux/soundcard.h.oss3>
in the linux-user/syscall.c file.

And the compilation will go fine. This problem seems to be related to Debian and I am not sure who should fix this one.
I hope it will help you to get QEMU compiled.

Best regards,

Alexandre


2014-04-08 7:47 GMT+02:00 Daniel <address@hidden>:
Does anybody know where I can get a .deb file of PPA for QEMU 1.7 stable

I am having trouble building it myself from git.

Thanks,

Dan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]