Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Building 3.7.1 errors

I do not know where to ask this since I got the code from :

https://2.na.dl.wireshark.org/src/wireshark-3.7.1.tar.xz

Had to build PCRE2 on my platform because it wasn't offered and that went fine.

Getting this error during make.

lpcre2.c:450:26: error: ‘PCRE2_INFO_HASBACKSLASHC’ undeclared (first use in this function); did you mean ‘PCRE2_INFO_BACKREFMAX’? SET_INFO_FIELD (L, ud, PCRE2_INFO_HASBACKSLASHC, "HASBACKSLASHC", uint32_t)

Building 3.7.1 errors

I do not know where to ask this since I got the code from :

https://2.na.dl.wireshark.org/src/wireshark-3.7.1.tar.xz

Had to build PCRE2 on my platform because it wasn't offered and that went fine.

Getting this error during make.

lpcre2.c:450:26: error: ‘PCRE2_INFO_HASBACKSLASHC’ undeclared (first use in this function); did you mean ‘PCRE2_INFO_BACKREFMAX’?
   SET_INFO_FIELD (L, ud, PCRE2_INFO_HASBACKSLASHC,       "HASBACKSLASHC",       uint32_t)

uint32_t)