From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 5 07:31:47 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EEDE16A4CE for ; Mon, 5 Jan 2004 07:31:47 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC68143D31 for ; Mon, 5 Jan 2004 07:31:45 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i05FVgA7023241; Mon, 5 Jan 2004 07:31:42 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i05FVfZg023240; Mon, 5 Jan 2004 07:31:41 -0800 Date: Mon, 5 Jan 2004 07:31:41 -0800 From: Brooks Davis To: Jim Ramsay Message-ID: <20040105153141.GA21942@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-multimedia@freebsd.org Subject: Re: Compiling Jack X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 15:31:47 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 05, 2004 at 08:41:26AM -0600, Jim Ramsay wrote: > But the build fails... so far the first problem I've seen is that it=20 > expects to #include but there is no such file. Is there some= =20 > sort of equivalent in FreeBSD? We've got a stdint.h in 5.x. It declares the C99 fixed with ints (int32_t, uint32_t, int_least32_t, uint_least32_t, int_fast32_t, uint_fast32_t, etc.). sys/types.h is a partial replacement, but some things such as intmax_t and the least/fast variants aren't implemented in 4.x so if you need those, you're in for some pain. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/+YNcXY6L6fI4GtQRAquZAJ0XCs6Ps6CFw9c+2XUQ3PmtUkyr7ACeMrHW 7utqvPIYwsRaUPmXG9XZQRc= =C4iU -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--