From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSqNt-0001qE-Lq for qemu-devel@nongnu.org; Tue, 03 May 2005 01:55:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSqIu-0000Aa-I5 for qemu-devel@nongnu.org; Tue, 03 May 2005 01:50:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSqIZ-0008Al-Oi for qemu-devel@nongnu.org; Tue, 03 May 2005 01:50:23 -0400 Received: from [195.129.94.187] (helo=srv94-187.ip-tech.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DSq7c-0006bc-PB for qemu-devel@nongnu.org; Tue, 03 May 2005 01:39:05 -0400 Message-ID: <42770D4F.6070909@kberg.ch> Date: Tue, 03 May 2005 07:34:07 +0200 From: Mike Kronenberg MIME-Version: 1.0 Subject: Re: [Qemu-devel] 2 Questions [Cocoa Driver] References: <42724CE7.50109@kberg.ch> <42760D09.5020007@kberg.ch> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 [ snip ] Pierre d'Herbemont wrote: > Very nice ;) Hope you'll produce a patch, that'll get merged in cvs ;) Yes, but first, the code needs some major cleanup. > > However when I try to launch your test app here is what I get: > iBook:~/Desktop/cocoaqemu.app/Contents steg$ ./MacOS/cocoaqemu > ZeroLink: could not load .o file: > /Users/mike/cocoaqemu/build/cocoaqemu.build/cocoaqemu.build/Objects- > normal/ppc/main.ob > ZeroLink: could not load .o file: > /Users/mike/cocoaqemu/build/cocoaqemu.build/cocoaqemu.build/Objects- > normal/ppc/qemuController.ob > ZeroLink: unknown symbol '_main' > Abort trap > > I bet you use nib files and so on... In this case you'll have to > bypass the use of Xcode, by creating the appropriate Makefiles which > will build the qemu.app, I have an almost clean patch [1] that you > may want to use as a base. Tell me is you want more infos. > Yes, it was mainly a setup for an Interface Test, I did in Interface Builder. I rewrote - well I wrote the real code without the nibs yesterday. I will put a diff on my website, but I consider the code not yet suitable for submitting. > Pierre. > > [1] [snap] Mike