This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

make errors

Old posts that have not been replied to for several years.
Locked
T
TheMadSmurf

Post by TheMadSmurf »

everything configures fine, but when i try and make it does this:
modules.c:516: `strcasecmp' undeclared here (not in a function)
modules.c:516: initializer element is not constant
modules.c:516: (near initialization for `global_table[255]')
modules.c: In function `module_register':
modules.c:601: warning: implicit declaration of function `strcasecmp'
modules.c: In function `add_hook':
modules.c:939: `strcasecmp' undeclared (first use in this function)
modules.c:939: (Each undeclared identifier is reported only once
modules.c:939: for each function it appears in.)
modules.c: In function `do_module_report':
modules.c:1049: `strcasecmp' used prior to declaration
make[1]: *** [modules.o] Error 1
make[1]: Leaving directory `/usr/eggdrop1.6.8/src'
make: *** [modegg] Error 2

what am i missing?

oh btw im running linux mandrake 2.4.3-20 on an amd k6-2 400.

<font size=-1>[ This Message was edited by: TheMadSmurf on 2002-01-31 01:51 ]</font>
Locked