[IRCServices] Make Errors...
Craig McLure
Craig at chatspike.net
Thu Jul 3 18:22:24 PDT 2003
I'm not sure if this has been covered before, was trying to compile .20, patching from 18 to 20 (yes, i included 19), went to compile and got the following:
~/ircservices-5.0.0$ make
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -c actions.c -o actions.o
In file included from services.h:103,
from actions.c:10:
extern.h:147: warning: conflicting types for built-in function `log'
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -c channels.c -o channels.o
In file included from services.h:103,
from channels.c:10:
extern.h:147: warning: conflicting types for built-in function `log'
got that for (almost?) every file in the compile..
Then during make install (this occurs during make too):
touch .stamp
make[2]: Leaving directory `/home/chatspike/ircservices-5.0.0/modules/httpd'
/bin/sh: line 1: -f: command not found
touch .stamp
make[2]: Entering directory `/home/chatspike/ircservices-5.0.0/modules/loveserv'
/bin/sh: line 1: -f: command not found
touch .stamp
make[2]: Leaving directory `/home/chatspike/ircservices-5.0.0/modules/loveserv'
/bin/sh: line 1: -f: command not found
touch .stamp
make[2]: Entering directory `/home/chatspike/ircservices-5.0.0/modules/mail'
/bin/sh: line 1: -f: command not found
touch
for every file / module
any ideas?
/******************************************
* Craig "FrostyCoolSlug" McLure
************** - Spam Box - **************
* InspIRCd - http://www.inspircd.org
* ChatSpike - http://www.chatspike.net
* WinBot - http://www.winbot.co.uk
******************************************/