http://www.eggheads.org/support/egghtml ... g.html#cg5
I get some weird error on my screen.
Not sure what it's saying. I think it is telling me it can't find tchar.h, but I'm not sure. Any help would be grateful. The only reason I'm comping my own is because every time I run the logs2html module it crashes my eggdrop. Some one here a while back suggested I compile my own. So, I finally am. Not sure if it matters but I've installed latest version of Cygwin on Windows XP Professional 32Bit Operating System.eggdrop@slasher ~/eggdrop1.6.20
$ make eggdrop
make[1]: Entering directory `/home/eggdrop/eggdrop1.6.20/src'
This may take a while. Go get some runts.
gcc -mwin32 -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
In file included from /usr/local/include/tcl.h:2253,
from ../lush.h:4,
from main.h:33,
from bg.c:27:
/usr/local/include/tclPlatDecls.h:30:22: error: tchar.h: No such file or directo
ry
In file included from /usr/local/include/tcl.h:2253,
from ../lush.h:4,
from main.h:33,
from bg.c:27:
/usr/local/include/tclPlatDecls.h:33: error: expected `=', `,', `;', `asm' or `_
_attribute__' before `TCHAR'
/usr/local/include/tclPlatDecls.h:48: error: expected `=', `,', `;', `asm' or `_
_attribute__' before `*' token
/usr/local/include/tclPlatDecls.h:54: warning: type defaults to `int' in declara
tion of `TCHAR'
/usr/local/include/tclPlatDecls.h:54: error: expected `;', `,' or `)' before `*'
token
/usr/local/include/tclPlatDecls.h:82: error: expected specifier-qualifier-list b
efore `TCHAR'
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/home/eggdrop/eggdrop1.6.20/src'
make: *** [modegg] Error 2
eggdrop@slasher ~/eggdrop1.6.20