brauche Hilfe bei eigenen IRC Server

dehne

New Member
Guten Abend,
ich hab mir mal den Kopf zerbrochen und ja ich hab jetzt asuka auf meinem root am laufen.. Dazu wollte ich mir den Service Q installieren, nur leider spuckt dieser mir nur fehler aus..

das sind die Fehler:

beim ersten make
Code:
q@37189:/home/q/Q$ make
gcc -Wall -O2 -fomit-frame-pointer -march=i686 -g -I/usr/include/mysql -c newq.c
In file included from newq.c:32:
globals.h:64: error: array type has incomplete element type
globals.h:198: warning: conflicting types for built-in function âlogâ
newq.c: In function âclear_chanmodesâ:
newq.c:1129: warning: pointer targets in passing argument 1 of âupdatemodesâ differ in signedness
newq.c: In function âmainâ:
newq.c:2189: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness
make: *** [newq.o] Fehler 1
q@37189:/home/q/Q$
beim cd commands und make kam der fehler...
naja der geht noch weiter mit allein commands halt
Code:
../../globals.h:64: error: array type has incomplete element type
../../globals.h:198: warning: conflicting types for built-in function âlogâ
make[1]: *** [whoami.o] Fehler 1
make[1]: Leaving directory `/home/q/Q/commands/whoami'
make[1]: Entering directory `/home/q/Q/commands/whois'
gcc -Wall -O2 -fomit-frame-pointer -march=i686 -fPIC -g -I../.. -c whois.c -o whois.o
In file included from whois.c:17:
../../globals.h:64: error: array type has incomplete element type
../../globals.h:198: warning: conflicting types for built-in function âlogâ
make[1]: *** [whois.o] Fehler 1
make[1]: Leaving directory `/home/q/Q/commands/whois'
make[1]: Entering directory `/home/q/Q/commands/whoison'
gcc -Wall -O2 -fomit-frame-pointer -march=i686 -fPIC -I../.. -c whoison.c -o whoison.o
In file included from whoison.c:16:
../../globals.h:64: error: array type has incomplete element type
../../globals.h:198: warning: conflicting types for built-in function âlogâ
make[1]: *** [whoison.o] Fehler 1
make[1]: Leaving directory `/home/q/Q/commands/whoison'
make: *** [all] Fehler 2
bei make install
Code:
../../globals.h:64: error: array type has incomplete element type
../../globals.h:198: warning: conflicting types for built-in function âlogâ
make[1]: *** [whoami.o] Fehler 1
make[1]: Leaving directory `/home/q/Q/commands/whoami'
make[1]: Entering directory `/home/q/Q/commands/whois'
gcc -Wall -O2 -fomit-frame-pointer -march=i686 -fPIC -g -I../.. -c whois.c -o whois.o
In file included from whois.c:17:
../../globals.h:64: error: array type has incomplete element type
../../globals.h:198: warning: conflicting types for built-in function âlogâ
make[1]: *** [whois.o] Fehler 1
make[1]: Leaving directory `/home/q/Q/commands/whois'
make[1]: Entering directory `/home/q/Q/commands/whoison'
gcc -Wall -O2 -fomit-frame-pointer -march=i686 -fPIC -I../.. -c whoison.c -o whoison.o
In file included from whoison.c:16:
../../globals.h:64: error: array type has incomplete element type
../../globals.h:198: warning: conflicting types for built-in function âlogâ
make[1]: *** [whoison.o] Fehler 1
make[1]: Leaving directory `/home/q/Q/commands/whoison'
make: *** [install] Fehler 2
Ich weiß absoult nicht was damit anzufangen ist, da es alles für mich noch neu ist und ich mich gerade in die Materie reinfummel..
Ich würe euch sehr dankbar, wenn ihr mir dabei helfen könnt, oder könnt ihr mir nen anderen Vergleichbaren Service anbieten?!

SChönen Abend
dehne
 
Last edited by a moderator:
Nabend,
aber hier die Versionen die sie noch anbeiten diese 3.99 und 4.20 auf irc-guide und auf quakenet selbst die kann man doch eigentlich frei verwenden, bzw. die müssten doch an für sich doch zu installieren gehen?!

Dieses Anope ist das genauso wie Q, oder gibt es da irgendwie Einschränkungen oder irgendwas in der Art ?!

Läuft das denn mit Auska ?

Gruß
dehne
 
Was willst du mit Q und Asuka? Asuka wurde schon längst durch snircd ersetzt und der OpenSource Q hat mehr Bugs als nen Windows 95.
Schau dir mal InspIRCd und Atheme IRC Services an. Des Weiteren solltest du dir überlegen ob ein IRC-Server das richtige für dich ist, wenn du sowas nicht ohne Tutorial installieren kannst.
 
Das installieren ist ja nicht das Problem, sondern was ich als Software dafür nutze.. weil diese ganze IRC Geschichte recht neu für mich ist.
 
Back
Top