From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O0ZRG-00020Q-Ct for mharc-grub-devel@gnu.org; Sat, 10 Apr 2010 08:05:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0ZRD-0001zP-0s for grub-devel@gnu.org; Sat, 10 Apr 2010 08:05:23 -0400 Received: from [140.186.70.92] (port=37281 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0ZR7-0001mn-K5 for grub-devel@gnu.org; Sat, 10 Apr 2010 08:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0ZKR-0006bC-IS for grub-devel@gnu.org; Sat, 10 Apr 2010 07:58:27 -0400 Received: from mail.gmx.net ([213.165.64.20]:43193) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O0ZKQ-0006ar-Pc for grub-devel@gnu.org; Sat, 10 Apr 2010 07:58:23 -0400 Received: (qmail invoked by alias); 10 Apr 2010 11:58:19 -0000 Received: from 165.126.46.212.adsl.ncore.de (HELO 192.168.2.69) [212.46.126.165] by mail.gmx.net (mp009) with SMTP; 10 Apr 2010 13:58:19 +0200 X-Authenticated: #2145628 X-Provags-ID: V01U2FsdGVkX19BWDtvtmlBuOLE7C2VNWX0bGKzueMJLe2C+2PdgB PjPc2flfnrw7a3 Date: Sat, 10 Apr 2010 13:57:35 +0200 From: "Thomas Schmitt" To: grub-devel@gnu.org References: <4BC05C52.6010000@gmail.com> In-Reply-To: <4BC05C52.6010000@gmail.com> Message-Id: <10636033477393@192.168.2.69> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58999999999999997 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: Re: How to prepare an ISO 9660 CD for booting via GRUB ? 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: Sat, 10 Apr 2010 12:05:24 -0000 Hi, > I've tested it on FreeBSD and grub-mkrescue worked fine with xorrisofs > except: > 1) you need to use gmake instead of make What FreeBSD version is this ? I test building of xorriso on own FreeBSD 8 and remotely on FreeBSD 6. My own ones are quite vanilla. Especially the 8-STABLE. Do you have a proposal how i could care for this by configure.ac ? > libisofs/util.c:116: warning: passing argument 2 of 'libiconv' from > incompatible pointer type > #define ICONV_CONST const Directly in libisofs/util.c ? (Or somewhere else in the autotools jungle ?) I know the complaint. It is harmless. There is code in acinclude.m4 for that. But obviously i forgot to use it in configure.ac. I will check whether i can get that to work. Have a nice day :) Thomas