Date: Mon, 5 Jan 2004 07:31:41 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: Jim Ramsay <i.am@jimramsay.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: Compiling Jack Message-ID: <20040105153141.GA21942@Odin.AC.HMC.Edu> In-Reply-To: <btbt2n$tnf$1@sea.gmane.org> References: <btbt2n$tnf$1@sea.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <stdint.h> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040105153141.GA21942>