From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NWoJa-0004LJ-4M for mharc-grub-devel@gnu.org; Mon, 18 Jan 2010 04:54:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWoJY-0004LE-TY for grub-devel@gnu.org; Mon, 18 Jan 2010 04:54:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWoJU-0004Ky-8m for grub-devel@gnu.org; Mon, 18 Jan 2010 04:54:28 -0500 Received: from [199.232.76.173] (port=59398 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWoJU-0004Kv-4A for grub-devel@gnu.org; Mon, 18 Jan 2010 04:54:24 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:61712) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWoJT-0000aI-FK for grub-devel@gnu.org; Mon, 18 Jan 2010 04:54:23 -0500 Received: from [192.168.100.121] (xdsl-78-34-140-20.netcologne.de [78.34.140.20]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MAkmJ-1NiaYc0itf-00BPEw; Mon, 18 Jan 2010 10:54:17 +0100 Message-ID: <4B542FC4.10209@web.de> Date: Mon, 18 Jan 2010 10:54:12 +0100 From: edgar.soldin@web.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V01U2FsdGVkX1+MdgGsuG6GKd1g8yroT4ZEai72fLMC00s2SMQ hPaRD3udbx7tBxVD48gnawWRV2X+mBWlczg4aFd+bzbOSomP5N X97JlA0mzRoavlUZH21cw== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: compile trunk with lua and gfxmenu 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: Mon, 18 Jan 2010 09:54:29 -0000 over the weekend I tried to figure out how to compile gfxmenu and lua together with grub from trunk. I didn't find an easy way. I tried to make an extra package similar to lua out of gfxmenu but stopped as I didn't knew how to integrate the missing header files. My knowledge so far is how to check out, build grub trunk with grub-extras (incl. lua). How to checkout experimental including gfxmenu and build it. Trying to build experimental with grub-extras/lua results in an grub sprintf not found error. Is there a way I missed, a documentation I overlooked? Thank´s ede