On Mon, Nov 03, 2014 at 04:14:15PM -0700, Stephen Fisher wrote:
> I haven't done Wireshark development in a while, so I'm not familiar
> with some of the new code, such as wsutil/ws_mempbrk_sse42.c. On
> FreeBSD 10.0-RELEASE on amd64 (with clang as the new default
> compiler), I'm getting this error on my initial build:
>
> Making all in wsutil
> gmake[2]: Entering directory '/usr/local/src/wireshark/wsutil'
> CC libwsutil_sse42_la-ws_mempbrk_sse42.lo
> ws_mempbrk_sse42.c:49:14: error: unknown type name 'int8_t'; did you mean
> '__int8_t'?
I resolved this by changing int8_t to gint in commit
79e4da4d638f4abe1f2969a69327f1cfcaaeb446