|
|
| Author |
Message |
Levii none

Joined: 26 Jun 2007 Posts: 3
|
Posted: Jun 26, 2007 2:41pm Post subject: Auspices Services |
|
|
Hi,
I've got Unreal3.2 and I want to add the Auspices.
I've downloaded aus2.8.1.tgz.
I have done ./config and it works, but when I try make install ...
| Code: | Janeway:/home/ircd/auspices# make install
./.ausign
###############################################
Starting Auspice Services Compile:
. . . .... ... ... .... ....
. . . . . . . . . .
..... . . ... .... . . .....
. . . . . . . . .
. . .... .... . ... .... ....
_______________________________________________
Building...
cd src; make all; make install
make[1]: Entering directory `/home/ircd/auspices/src'
gcc -Wall -g -c auspice.c
In file included from ../inc/services.h:615,
from auspice.c:9:
../inc/extern.h:475: warning: conflicting types for built-in function âlogâ
auspice.c:17: error: static declaration of ânmessageâ follows non-static declaration
../inc/extern.h:407: error: previous declaration of ânmessageâ was here
make[1]: *** [auspice.o] Error 1
make[1]: Leaving directory `/home/ircd/auspices/src'
make[1]: Entering directory `/home/ircd/auspices/src'
gcc -Wall -g -c auspice.c
In file included from ../inc/services.h:615,
from auspice.c:9:
../inc/extern.h:475: warning: conflicting types for built-in function âlogâ
auspice.c:17: error: static declaration of ânmessageâ follows non-static declaration
../inc/extern.h:407: error: previous declaration of ânmessageâ was here
make[1]: *** [auspice.o] Error 1
make[1]: Leaving directory `/home/ircd/auspices/src'
make: *** [install] Error 2 |
I don't know how I can fix it.
Can you help me?
Thx! |
|
| Back to top |
|
 |
mouselike Idler

Joined: 09 Dec 2003 Posts: 258
|
Posted: Jun 26, 2007 4:24pm Post subject: Re: Auspices Services |
|
|
| Levii wrote: | Hi,
I've got Unreal3.2 and I want to add the Auspices.
I've downloaded aus2.8.1.tgz.
I have done ./config and it works, but when I try make install ...
[code]Janeway:/home/ircd/auspices# make install
SNIP
|
Either auspice has changed their setup routine (dont know as i dont use it) or you quite simply havent RTM. You need todo 'make' first before 'make install'. |
|
| Back to top |
|
 |
trystan Eleet

Joined: 15 Jun 2005 Posts: 756 Location: SLC Utah
|
Posted: Jun 26, 2007 7:08pm Post subject: |
|
|
| auspice is so far out of date is not funny.. suggest looking at something else |
|
| Back to top |
|
 |
Jobe Idler

Joined: 30 Jul 2006 Posts: 374 Location: Lurking in the shadows of some random channel!
|
Posted: Jun 27, 2007 4:14am Post subject: Re: Auspices Services |
|
|
| mouselike wrote: | | Either auspice has changed their setup routine (dont know as i dont use it) or you quite simply havent RTM. You need todo 'make' first before 'make install'. |
In most cases make install will cause make to be run as part of the process, in others it wont. |
|
| Back to top |
|
 |
Levii none

Joined: 26 Jun 2007 Posts: 3
|
Posted: Jun 27, 2007 5:50am Post subject: |
|
|
I have fixed my problem.
I'm now using anope-1.7.19 and everythings works perfect now ...
Anyway, thanks for helping! |
|
| Back to top |
|
 |
SimpleX none

Joined: 17 Jun 2007 Posts: 12
|
Posted: Jun 30, 2007 7:02pm Post subject: |
|
|
| yes anope is the ticket |
|
| Back to top |
|
 |
|