Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: BigBen on October 05, 2008, 01:02:53 AM

Title: Problem during compile
Post by: BigBen on October 05, 2008, 01:02:53 AM
I am re-compiling services on another shell, because one of our staff that bought a shell for our network didn't like the way we do stuff.

So I'm putting this on another shell, and I get this error:

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.)
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/luke/anope-1.7.21/src'
make: *** [build] Error 2
[luke@echo anope-1.7.21]$

Title: Re: Problem during compile
Post by: Jan Milants on October 05, 2008, 01:16:37 AM
read the install instructions and follow them...
Title: Re: Problem during compile
Post by: BigBen on October 06, 2008, 05:16:37 AM
 I typed the wrong command. I type ./configure when I should have typed ./Config.
I was thinking I was compiling something else.
Its all good now.