From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkBae-0000og-El for qemu-devel@nongnu.org; Sun, 19 Jun 2005 22:00:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkBab-0000nN-Oa for qemu-devel@nongnu.org; Sun, 19 Jun 2005 22:00:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkBab-0000nK-MA for qemu-devel@nongnu.org; Sun, 19 Jun 2005 22:00:41 -0400 Received: from [128.8.10.163] (helo=po1.wam.umd.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkBbj-0003vK-M2 for qemu-devel@nongnu.org; Sun, 19 Jun 2005 22:01:52 -0400 Date: Sun, 19 Jun 2005 21:59:11 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] quick gtk2.c update Message-ID: <20050620015911.GA17675@jbrown.mylinuxbox.org> References: <20050619190949.GA14349@jbrown.mylinuxbox.org> <001b01c57522$5ad985b0$334d21d1@organiza3bfb0e> <20050619235311.GA15841@jbrown.mylinuxbox.org> <002c01c57535$60064fb0$334d21d1@organiza3bfb0e> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002c01c57535$60064fb0$334d21d1@organiza3bfb0e> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jeebs@yango.us Cc: qemu-devel@nongnu.org On Sun, Jun 19, 2005 at 08:13:55PM -0500, jeebs@yango.us wrote: > > If that one doesn't work, try this one. (The only different is that I > > include > > instead of ) > > > I also attach a gdkprivate-win32.h in case yours is missing (google seems > > to > > I'm not getting any errors about that. But maybe the build isn't getting > that far. I'll go ahead and drop it into the qemu directory just in case. > If you are not getting any errors about it, then you don't need it. Dropping it into the qemu directory probably wouldn't help at all. Shouldn't mess anything up, though. > Okay... In gdk_set_window_pointer.c, you include > #include > > For my mingw / msys enviornment, that should be > #include > > Fixing that, I do get a sucessful build. > Ok. I've seen it done both ways so I wasn't sure which was correct for current GTK-win32. > However, it doesn't run. > > Qemu, as usual, doesn't print out anything that could possibly be of any use > to somebody having trouble. > > So, I dropped down to the command line and ran it again. > > This time I got a number of Windows errors saying it couldn't find the > proper gtk etc. libraries. > > So I copied about 6 meg of library files to my qemu test directory. > Strange. I'm not too familiar with the Windows equivulent of LD_LIBRARY_PATH. I did find a GTK Windows tutorial at http://wolfpack.twu.net/docs/gtkwin32/, but that says to install the dlls to the System folder. > This time it stopped complaining, but after a couple seconds, a Windows box > poped up saying an error occured and that it was shutting qemu down. > > I don't have any further information to give you. Sorry. > I could make a modified gtk2.c which would printf() more debugging information. One that would print out enough information to tell me exactly which part of the code was causing the error and what the error was. If you are willing to help me do the debugging, I'll email you the modified code as well as detailed instructions and wait back for the results. This will have a slightly higher time commitment though. Thanks for helping me get this far. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.