27 Mar
2008
27 Mar
'08
12:18 p.m.
Breuer Nicolas wrote:
I've an error on compilation : ... ./configure --without-threads --with-mysql-lib-dir=/usr/lib64/
Hmm... the --without-threads option is not what I normally use.
event.c:2305: error: 'argval' undeclared (first use in this function) event.c:2305: error: (Each undeclared identifier is reported only once event.c:2305: error: for each function it appears in.)
Hmm... just define "argval" as an "int" in that function, and it should work. I'll commit a fix for 2.0.4. Alan DeKok.