qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: malc <av1474@comtv.ru>
To: "J. B. Rainsberger" <jbrainsberger@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Please help, building from HEAD on Mac OS 10.6.1
Date: Wed, 16 Sep 2009 05:23:14 +0400 (MSD)	[thread overview]
Message-ID: <Pine.LNX.4.64.0909160522320.2274@linmac.oyster.ru> (raw)
In-Reply-To: <f12373d0909150437k7fa1277ewfb2b21c278ea3bfb@mail.gmail.com>

On Tue, 15 Sep 2009, J. B. Rainsberger wrote:

> Hello, folks.
> 
> I'm new here and I'm just trying to get lcdproc to work, so please
> don't hurt me. :)
> 
> In the process of trying to build lcdproc, I found myself googling
> around like mad trying to find kvm.h. I have made it here and am
> trying to build qemu so that I can have kvm.h instead of trying to
> fool the lcdproc build into thinking that it doesn't need kvm.h.
> 
> I finally found the git repository for the project and am trying to
> build off commit ffabf0371832aa398f647bc18b4d3c50609c1493. Configure
> passes, but make fails, and I hope you will help me fix the problem. I
> promise you, I've spent well over a day scouring the web for answers.
> When I found the instruction "search the archives for Mac OS X
> patches" I was hoping I could take advantage of your collective memory
> to point me to the right patches at the right time. I hope you don't
> find this lazy on my part.
> 
> I've included the output from configure and make below so you can
> comment on them. Please help. I'm trying to get an LCD working for a
> test-driven development course I teach: I use as a sample application
> scanning barcodes and having the price show up on a cash register
> display, and while I have the barcode, I want to get a cooler display
> working than just the console.

Foes following fix it?

diff --git a/audio/mixeng.h b/audio/mixeng.h
index cac0569..4af1dd9 100644
--- a/audio/mixeng.h
+++ b/audio/mixeng.h
@@ -27,7 +27,7 @@
 #ifdef FLOAT_MIXENG
 typedef float mixeng_real;
 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; };
-struct mixeng_sample { mixeng_real l; mixeng_real r; };
+struct st_sample { mixeng_real l; mixeng_real r; };
 #else
 struct mixeng_volume { int mute; int64_t r; int64_t l; };
 struct st_sample { int64_t l; int64_t r; };


[..snip..]

-- 
mailto:av1474@comtv.ru

  reply	other threads:[~2009-09-16  1:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-15 11:37 [Qemu-devel] Please help, building from HEAD on Mac OS 10.6.1 J. B. Rainsberger
2009-09-16  1:23 ` malc [this message]
2009-09-17  7:27 ` Robin Randhawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0909160522320.2274@linmac.oyster.ru \
    --to=av1474@comtv.ru \
    --cc=jbrainsberger@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).