From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EToHQ-0006As-Vn for mharc-grub-devel@gnu.org; Sun, 23 Oct 2005 18:25:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EToHO-00069D-NZ for grub-devel@gnu.org; Sun, 23 Oct 2005 18:25:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EToHM-00066D-TR for grub-devel@gnu.org; Sun, 23 Oct 2005 18:25:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EToHM-000664-OG for grub-devel@gnu.org; Sun, 23 Oct 2005 18:25:24 -0400 Received: from [64.246.60.36] (helo=orange.8dg.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EToHM-00081x-Q2 for grub-devel@gnu.org; Sun, 23 Oct 2005 18:25:24 -0400 Received: from p66-178.acedsl.com ([66.114.66.178] helo=[192.168.186.39]) by orange.8dg.net with esmtp (Exim 4.44) id 1EToGp-0005kK-R3 for grub-devel@gnu.org; Sun, 23 Oct 2005 18:24:51 -0400 Message-ID: <435C0DCE.8010603@bartgrantham.com> Date: Sun, 23 Oct 2005 18:25:18 -0400 From: Bart Grantham User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orange.8dg.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bartgrantham.com X-Source: X-Source-Args: X-Source-Dir: Subject: stdint.h & non-GNU portability 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: Sun, 23 Oct 2005 22:25:27 -0000 I'm now at the point where I need to build grub to start integrating the OF work I've been doing, but I can't get the most recent CVS to make. I am using OpenBSD 3.5 on an Ultra5, and it needs stdint.h, which is not installed on my system. My understanding is that stdint.h is part of libc6 and I wanted to confirm this. I'm not sure if it's a deficiency of OpenBSD in general, of OpenBSD 3.5, or of the Sparc port but I wanted to point it out in case maintaining non-GNU build portability is something that is important to the project. And if someone could provide me with some pointers off-list on how I can get my toolchain up to speed (short of installing a different OS ;)), it'd be much appreciated. BG