Toon posts:

"make" in linux

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik probeer een eggdrop voor Linux op mijn server te installeren maar ik mis wat dingen ;) maar ik weet niet zo bar veel van Linux dus hoop ik dat iemand hier het weet.
dit krijg ik als ik dat ding 'make'
Oh ja ik draai SuSe 7.0 :)
---------
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I.. -I/usr/include -I.. -DHAVE_CONFIG_H -c bg.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:30,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:34,
from compat/inet_aton.h:29,
from compat/compat.h:28,
from main.h:71,
from bg.c:27:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:34,
from compat/inet_aton.h:29,
from compat/compat.h:28,
from main.h:71,
from bg.c:27:
/usr/include/bits/socket.h:295: asm/socket.h: No such file or directory
In file included from /usr/include/signal.h:300,
from bg.c:28:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
In file included from bg.c:28:
/usr/include/signal.h:303: warning: `struct sigcontext' declared inside parameter list
/usr/include/signal.h:303: warning: its scope is only this definition or declaration, which is probably not what you want.
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/usr/eggdrop1.6.3/src'
make: *** [modegg] Error 2

  • Hans
  • Registratie: Juni 1999
  • Niet online
Arg, lijkt er op dat je helemaal geen kernel source op je box hebt staan. Ik weet niet hoe dat met SuSe zit, maar misschien dat daar packages voor zijn die je bent vergeten te installeren. De kernel include files zijn nml nodig om dit soort zaken te compilen.