|
News Archive
Eggdrop 1.6.16 Compile Issues posted by Wcc on 10 June 2004 @ 06:44 pm CDT
A few people have had some issues compiling Eggdrop 1.6.16 with Tcl 8.0.
If you get an error compiling Eggdrop, similar to this:
...
botmsg.c: In function `tandout_but':
botmsg.c:50: `va_list' undeclared (first use in this function)
botmsg.c:50: (Each undeclared identifier is reported only once
botmsg.c:50: for each function it appears in.)
botmsg.c:50: parse error before "va"
...
There is a simple fix. Simply add the following line to "config.h" in
the eggdrop1.6.16 directory AFTER running ./configure:
#define HAVE_STDARG_H 1
And then continue compiling Eggdrop normally. This should fix the
problem.
Sorry for any inconvenience.
|