From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkqMl-0000rG-6J for qemu-devel@nongnu.org; Tue, 21 Jun 2005 17:33:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkqMi-0000qL-N4 for qemu-devel@nongnu.org; Tue, 21 Jun 2005 17:33:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkqLm-0008MO-IN for qemu-devel@nongnu.org; Tue, 21 Jun 2005 17:32:06 -0400 Received: from [209.55.3.82] (helo=mxo2.broadbandsupport.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkqD2-0008Mp-RY for qemu-devel@nongnu.org; Tue, 21 Jun 2005 17:23:05 -0400 Received: from organiza3bfb0e (unknown [209.33.77.51]) by mxo2.broadbandsupport.net (Postfix) with SMTP id 32A9B1FAA30 for ; Tue, 21 Jun 2005 17:20:01 -0400 (EDT) Message-ID: <001701c576a6$f12c53f0$334d21d1@organiza3bfb0e> From: References: <20050619190949.GA14349@jbrown.mylinuxbox.org><001b01c57522$5ad985b0$334d21d1@organiza3bfb0e><20050619235311.GA15841@jbrown.mylinuxbox.org><002c01c57535$60064fb0$334d21d1@organiza3bfb0e><20050620015911.GA17675@jbrown.mylinuxbox.org><001401c57608$bc5bb5b0$334d21d1@organiza3bfb0e><20050621023932.GA12759@jbrown.mylinuxbox.org><000c01c5760d$10edf5d0$334d21d1@organiza3bfb0e><20050621042844.GA13691@jbrown.mylinuxbox.org><002001c5767e$818808a0$334d21d1@organiza3bfb0e><677319879.20050621192059@ena.si><001801c57699$16d32f60$334d21d1@organiza3bfb0e> <214616558.20050621222242@ena.si> Subject: Re: [Qemu-devel] quick gtk2.c update Date: Tue, 21 Jun 2005 16:19:33 -0500 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org "Jernej Simončič" >Hmm, it's been a while since I last tried compiling Qemu, but maybe you'll >need to edit the makefiles to actually include that flag. That's what I did. He sent me the patch to do that. It runs, but there are keyboard problems. >> The gtk libraries are more than 6 meg and would be a little big to >> include >> with qemu. It just doesn't seem right to have the libraries being 8 >> times >> larger than the main program. >I'd say it's worth it, if Qemu gains a usable GUI this way. GTK+ libraries >are ~3,5MB download, and only need to be installed once. Putting libraries like this in a common location is always a bad thing. That means the files whill have to be distributed with qemu And not everybody installs qemu over old versions, so you can't really expect the files to already be there from last time. It just seems fundamentally wrong to have a small emulator with very large libraries, just to satisfy some gui bloat. As for the gui... Well, I haven't seen that yet. What little I see looks the same boring Windows window that qemu always runs in. The gtk version isn't usable yet. I do like the idea of a gui... Really. I'm just saying that I think 6meg is a bit large for a program that's only 780k by itself.