walt wrote:
Kevin Monceaux wrote:
Pan Fans,

...
and am trying to compile pan. I tried versions 0.132 and 0.133 and get:
 > ...
text-match.h:111: error: expected identifier before numeric constant
text-match.h:111: error: expected `}' before numeric constant...

Pure guesswork on my part, but just for laughs try reformatting the enum
statement on line 111 to match the similar on on line 37, like this:

enum PcreState {
NEED_COMPILE,
COMPILED,
ERR
};

Heh.  And if that doesn't work, then try doing what I said and not what
I did:

enum PcreState
{
 NEED_COMPILE,
 COMPILED,
 ERR
};



_______________________________________________
Pan-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to