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
beim cd commands und make kam der fehler...
naja der geht noch weiter mit allein commands halt
bei make install
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
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$
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
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 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: