From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O1j88-0001Ta-V1 for mharc-grub-devel@gnu.org; Tue, 13 Apr 2010 12:38:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1j86-0001SV-N8 for grub-devel@gnu.org; Tue, 13 Apr 2010 12:38:26 -0400 Received: from [140.186.70.92] (port=60709 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1j85-0001SH-AZ for grub-devel@gnu.org; Tue, 13 Apr 2010 12:38:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1j83-0005ps-Cl for grub-devel@gnu.org; Tue, 13 Apr 2010 12:38:25 -0400 Received: from mail.gmx.net ([213.165.64.20]:53263) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O1j83-0005pW-0R for grub-devel@gnu.org; Tue, 13 Apr 2010 12:38:23 -0400 Received: (qmail invoked by alias); 13 Apr 2010 16:38:12 -0000 Received: from 165.126.46.212.adsl.ncore.de (HELO 192.168.2.69) [212.46.126.165] by mail.gmx.net (mp008) with SMTP; 13 Apr 2010 18:38:12 +0200 X-Authenticated: #2145628 X-Provags-ID: V01U2FsdGVkX18rtfsYYwUrvX5iAHcr9lm2NOGmtfO4cfMKPCKk1l 1wgfE4VectLXAc Date: Tue, 13 Apr 2010 18:37:28 +0200 From: "Thomas Schmitt" To: grub-devel@gnu.org References: <4BC48E12.6070506@zetam.org> In-Reply-To: <4BC48E12.6070506@zetam.org> Message-Id: <106336843611168@192.168.2.69> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.56999999999999995 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: Re: Compilation error of xorriso on MacOSX X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 16:38:27 -0000 Hi, Yves Blusseau wrote: > http://www.mail-archive.com/autoconf@gnu.org/msg13241.html > there a VL_LIB_READLINE macro Ahum. A whole family of libraries. Not only libreadline but also libedit, and libeditline. This can become as interesting as the situation with iconv. But to our luck, libreadline is only nice to have, not essential as is iconv. So i now rather run a test build of all the desired libreadline functions and the <*.h> files. If that fails, then i flatly disable readline. (acinclude.m4 : LIBBURNIA_ASSERT_READLINE) The new configure test for suitable libreadline is ready and uploaded as xorriso-0.5.3.tar.gz. Version timestamp : 2010.04.13.154201 (or later) > I will make a MacPorts file so that xorriso can be build without problems on > OSX. Please wait with publishing until version 0.5.4 gets released. I am currently working through the list of minor problems. This should be done within a few days. (In general version 0.X.even is for production whereas 0.X.odd is merry development. Next development cycle will be 0.5.4 and 0.5.5.) Have a nice day :) Thomas