From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KQfy6-00078P-7k for mharc-grub-devel@gnu.org; Wed, 06 Aug 2008 06:10:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQfxz-00077H-Qq for grub-devel@gnu.org; Wed, 06 Aug 2008 06:10:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQfxv-00076Z-BH for grub-devel@gnu.org; Wed, 06 Aug 2008 06:10:01 -0400 Received: from [199.232.76.173] (port=59815 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQfxu-00076B-2C for grub-devel@gnu.org; Wed, 06 Aug 2008 06:09:58 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:51933) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQfxt-0002N3-C2 for grub-devel@gnu.org; Wed, 06 Aug 2008 06:09:57 -0400 Received: from [85.180.21.167] (e180021167.adsl.alicedsl.de [85.180.21.167]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1KQfxn1eTU-0004wO; Wed, 06 Aug 2008 12:09:51 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <20831001.694611218007913773.JavaMail.coremail@bj163app93.163.com> References: <4898B364.2E79F4.20479@m12-69.163.com> <20831001.694611218007913773.JavaMail.coremail@bj163app93.163.com> Content-Type: text/plain Date: Wed, 06 Aug 2008 12:09:59 +0200 Message-Id: <1218017399.4743.1.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+MET2D1eT7nezuVl6Fh5zzSBvMfODgHDrVWBG 2j4y46AEK3C9m00fDmyt2GN4m5A2R55i+m6cF/Fj5Y7DEbMfUo 13bFawZkWHXHLNVTsJb36gFda+F+slE X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: make cycling X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 10:10:05 -0000 Am Mittwoch, den 06.08.2008, 15:31 +0800 schrieb Albert: > hi, > > i check out the latest grub2 from svn, and try to make it, but i > failed: > when i 'configure' it, things are OK. after that, i make it. the > screen shows me it is doing the `configure' again and again. is there > something wrong? > > any suggestion? ( slackware with gcc. i compiled grub2 before on > the same env. ) > I have that somethis too if I just do 'svn up' and then 'make' But I hadn't it yet when I removed everything and did a clean checkout. Maybe it helps when you run ./autogen.sh before running ./configure but then you need to have ruby installed.