i just try to compile eggdrop1.8 CVS with an extra modüle megahal.
i've use this -> megahal.mod.2.7-pseudo i get this from eggwiki CVS 3rd party modules page.
but when i type "make" command while compiling eggdrop i've seen this error on ssh screen :
Code: Select all
.././megahal.mod/megahal.c
.././megahal.mod/megahal.c: In function âdo_megahalâ:
.././megahal.mod/megahal.c:345: error: âSTRIP_REVâ undeclared (first use in this function)
.././megahal.mod/megahal.c:345: error: (Each undeclared identifier is reported only once
.././megahal.mod/megahal.c:345: error: for each function it appears in.)
.././megahal.mod/megahal.c:345: error: âSTRIP_UNDERâ undeclared (first use in this function)
make[2]: *** [../megahal.o] Error 1
make[2]: Leaving directory `/home/heartbroken/eggdrop1.8/src/mod/megahal.mod'
make[1]: *** [megahal.mod_so] Error 2
make[1]: Leaving directory `/home/heartbroken/eggdrop1.8/src/mod'
make: *** [debmodules] Error 2
heartbroken@newelite:~/eggdrop1.8$
thanks..