I'm trying to compile QEMU on Mac OS X 10.3.9, and I'm getting the following error message:

<snip>
/Users/stealthdave/Source/qemu/qemu/audio/coreaudio.c: In function `coreaudio_init_out': /Users/stealthdave/Source/qemu/qemu/audio/coreaudio.c:378: error: `freq' undeclared (first use in this function)

Line 378 is
coreaudio_logerr2 (status, typ, "Could not set samplerate %d\n", freq);

I'm pretty sure it should say "as->freq" rather than just "freq". It compiled when I made that change anyway. ;)

HTH,
Josh


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to