Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Paradise on February 08, 2008, 07:10:06 PM

Title: Problem compiling 1.7.21
Post by: Paradise on February 08, 2008, 07:10:06 PM
gmake[1]: Entering directory `/usr/home/paradise/anope-1.7.21/src'
gcc -pipe -g -O2 -export-dynamic -I../include/ -c main.c
main.c:37: error: `SERVICES_DIR' undeclared here (not in a function)
main.c: In function `services_restart':
main.c:257: error: `SERVICES_BIN' undeclared (first use in this function)
main.c:257: error: (Each undeclared identifier is reported only once
main.c:257: error: for each function it appears in.)
gmake[1]: *** [main.o] Error 1
gmake[1]: Leaving directory `/usr/home/paradise/anope-1.7.21/src'
gmake: *** [build] Error 2
Title:
Post by: Jan Milants on February 08, 2008, 07:40:54 PM
rtfm

you didn't run the configuration script
Title:
Post by: katsklaw on February 08, 2008, 08:18:33 PM
Viper means ./Config ... not ./configure
Title:
Post by: Paradise on February 09, 2008, 12:46:35 AM
oh.. okie.. thanks.. it's my own mistake on that.