Hey guys. I get some errors when I try do "make" it after ./Config below is the errors:
make[1]: Entering directory `/home/neo/downloads/anope-1.9.0-release-source/lang'
langcomp.c: In function âread_index_fileâ:
langcomp.c:79: error: âstatic_castâ undeclared (first use in this function)
langcomp.c:79: error: (Each undeclared identifier is reported only once
langcomp.c:79: error: for each function it appears in.)
langcomp.c:79: error: expected expression before âcharâ
langcomp.c:83: error: expected expression before âcharâ
langcomp.c: In function âanopeStrDupâ:
langcomp.c:160: error: âstatic_castâ undeclared (first use in this function)
langcomp.c:160: error: expected expression before âcharâ
langcomp.c: In function âmainâ:
langcomp.c:212: error: âstatic_castâ undeclared (first use in this function)
langcomp.c:212: error: expected expression before âcharâ
langcomp.c:228: error: expected expression before âcharâ
make[1]: *** [langcomp] Error 1
make[1]: Leaving directory `/home/neo/downloads/anope-1.9.0-release-source/lang'
make: *** [language] Error 2
When I check config.log after this it actually looks pretty ok. last row is "exit 0". So i thought, "Hey... maybe the error isn't' critical". So I tried make install but is faced with:
$ make install
make -C src 'CFLAGS=-pipe -g -export-dynamic -g -Wall -ansi -pedantic -Wshadow' 'CC=g++ ' 'ANOPELIBS=-lnsl -lresolv -ldl' 'LDFLAGS=' 'INSTDIR=/usr/local/irc/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'RUNGROUP=ircd' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' 'MAKEBIN=' install
make[1]: Entering directory `/home/neo/downloads/anope-1.9.0-release-source/src'
make[1]: *** No rule to make target `../include/language.h', needed by `actions.o'. Stop.
make[1]: Leaving directory `/home/neo/downloads/anope-1.9.0-release-source/src'
make: *** [install] Error 2
$
Can't really get my head around it. Anyone that can?
Cheers guys!