Hey guys I'm using Shellmix shell and after i download anope-1.8.7,tar it and config it, i have to type make but when i type make or gmake i get this errors:
death(at)shellmix ~/anope-1.8.7> make
(cd lang ; make 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c' 'MYSQL=mysql.c' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all language.h ; )
`language.h' is up to date.
(cd include ; make 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c' 'MYSQL=mysql.c' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' )
*** Building src
make: don't know how to make ../include/language.h. Stop
*** Error code 2
----------------------------------------------------------------------------------
death(at)shellmix ~/anope-1.8.7> gmake
(cd lang ; gmake 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all language.h ; )
gmake[1]: Entering directory `/homex/death/anope-1.8.7/lang'
gmake[1]: Nothing to be done for `all'.
gmake[1]: `language.h' is up to date.
gmake[1]: Leaving directory `/homex/death/anope-1.8.7/lang'
(cd include ; gmake 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' )
gmake[1]: Entering directory `/homex/death/anope-1.8.7/include'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/homex/death/anope-1.8.7/include'
*** Building src
gmake[1]: Entering directory `/homex/death/anope-1.8.7/src'
gmake[1]: *** No rule to make target `../include/language.h', needed by `actions.o'. Stop.
gmake[1]: Leaving directory `/homex/death/anope-1.8.7/src'
gmake: *** [build] Error 2
thats all the error that i get from "make" and "gmake", help please.