Hullos.
New to the forum, so, see above firstly! ^
Attempted to try out cs_fantasy on a test server, had absolutely no luck thus far. Not... entirely sure why. Been away from *nix for quite a while ("relearning" sucks :/), so the fault is likely entirely mine. >.>
Anyway, when I attempt to "make modules", I get...
(cd lang ; make 'CFLAGS=-pipe -g -O2 -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=' 'BINDEST=/home/dagorath/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/dagorath/services' 'RUNGROUP=' 'MODULE_PATH=/home/dagorath/services/modules/' 'RDB=' 'MYSQL=' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all language.h ; ) `language.h' is up to date. (cd include ; make 'CFLAGS=-pipe -g -O2 -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=' 'BINDEST=/home/dagorath/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/dagorath/services' 'RUNGROUP=' 'MODULE_PATH=/home/dagorath/services/modules/' 'RDB=' 'MYSQL=' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' ) *** Building src gcc -pipe -g -O2 -export-dynamic -fPIC -DPIC -shared -I../include/ -c mod_version.c gcc -pipe -g -O2 -export-dynamic actions.o base64.o botserv.o channels.o chanserv.o commands.o compat.o config.o datafiles.o encrypt.o events.o helpserv.o hostserv.o init.o ircd.o language.o list.o log.o mail.o main.o memory.o memoserv.o messages.o misc.o modules.o news.o nickserv.o operserv.o process.o send.o servers.o sessions.o slist.o sockutil.o timeout.o users.o -o services (cd src/modules ; ./configure ; make 'CFLAGS=-pipe -g -O2 -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=' 'BINDEST=/home/dagorath/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/home/dagorath/services' 'RUNGROUP=' 'MODULE_PATH=/home/dagorath/services/modules/' 'RDB=' 'MYSQL=' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all; ) make all in cs_fantasy... "Makefile", line 5: Could not find ../Makefile.sub make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /home/dagorath/anope-1.7.17/src/modules. *** Error code 1
Makefile.sub is -definitely- there. I know this because I shunted it around a bit just to be sure it wasn't somewhere it wasn't meant to be. I also completely recompiled (from clean) to be utterly sure things weren't... skewiff.
Still no luck. :|
Any ideas, pretty-please with very scrumptious cherries on top?

Addendum:
Just tried to "gmake modules" again out of curiousity.
Effectively the same return up til
make all in cs_fantasy... gmake[2]: Entering directory `/home/dagorath/anope-1.7.17/src/modules/cs_fantasy' gcc -pipe -g -O2 -export-dynamic -rdynamic -Wall -fPIC -DPIC -shared -I../ -I../../../include -c cs_fantasy.c cs_fantasy.c:23:18: bans.c: No such file or directory functions.h:69: warning: 'do_ban' used but never defined functions.h:70: warning: 'do_unban' used but never defined gmake[2]: *** [cs_fantasy.o] Error 1 gmake[2]: Leaving directory `/home/dagorath/anope-1.7.17/src/modules/cs_fantasy'
...at which point it gives the error and moves onto the "dummy" directory.
[Edited on 31-12-2006 by Dagorath]