Compiling Jack

Brooks Davis brooks at one-eyed-alien.net
Mon Jan 5 07:31:47 PST 2004


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 
> expects to #include <stdint.h> but there is no such file.  Is there some 
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20040105/fbeb55ad/attachment.bin


More information about the freebsd-multimedia mailing list