From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EbnW3-0002ue-My for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:13:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EbnW2-0002s4-2l for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:13:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EbnW1-0002ro-S2 for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:13:33 -0500 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EbnW1-0005JY-M9 for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:13:33 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qemu and svn Date: Mon, 14 Nov 2005 23:13:29 +0000 References: <200511141805.50386.dfeustel@verizon.net> In-Reply-To: <200511141805.50386.dfeustel@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511142313.30169.paul@codesourcery.com> 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, dfeustel@mindspring.com On Monday 14 November 2005 23:05, Dave Feustel wrote: > I just checked the qemu source for 0.7.2 into svn > and then checked out the source. When I tried > to build the source, the build failed because the > symbolic link in i386-softmmu was no longer valid. > Any chance of not using links to files so this error > cannot happen? (Suggestions for workarounds > welcome :-) ). The i386-softmmu directory is not part of the source tree. It is created by the build process, so should not be under version control. Paul