pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-users] Re: OpenSolaris?


From: walt
Subject: [Pan-users] Re: OpenSolaris?
Date: Sat, 17 Jan 2009 16:29:42 -0800
User-agent: Thunderbird/3.0a2pre (X11; 2009011707)

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
};





reply via email to

[Prev in Thread] Current Thread [Next in Thread]