Revision 20209 introduced the following build errors on my FreeBSD Unix
machine. I'm using pcre 6.7.
ftype-pcre.c: In function `pcre_tuple_new':
ftype-pcre.c:52: warning: implicit declaration of function `ep_malloc'
ftype-pcre.c:52: warning: assignment makes pointer from integer without a cast
ftype-pcre.c:63: error: invalid application of `sizeof' to incomplete type `/usr/local/include/pcre.h'
ftype-pcre.c:64: error: invalid application of `sizeof' to incomplete type `/usr/local/include/pcre.h'
ftype-pcre.c:64: warning: statement with no effect
On Sat, Dec 23, 2006 at 09:17:33PM +0000, sahlberg@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20209
>
> User: sahlberg
> Date: 2006/12/23 09:17 PM
>
> Log:
> make the PCRE ftype use ep allocated memory instead of g_malloced memory
>
> Directory: /trunk/epan/ftypes/
> Changes Path Action
> +20 -37 ftype-pcre.c Modified