This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Error with "make" command..

Old posts that have not been replied to for several years.
Locked
B
BGM

Error with "make" command..

Post by BGM »

Whenever I do it, I get the following:

eggdrop.h:94: error_you_need_vsprintf_to_compile_eggdrop: No such file or direct
ory
eggdrop.h:103: you_can't_compile_with_module_support_on_this_system_try_make_sta
tic: No such file or directory
In file included from /usr/include/signal.h:44,
from ./bg.c:28:
/usr/include/sys/signal.h:198: warning: `sa_handler' redefined
eggdrop.h:157: warning: this is the location of the previous definition
In file included from main.h:58,
from ./bg.c:27:
/usr/include/sys/types.h:83: warning: useless keyword or type name in empty decl
aration
/usr/include/sys/types.h:83: warning: empty declaration
In file included from /usr/include/signal.h:44,
from ./bg.c:28:
/usr/include/sys/signal.h:258: redefinition of `struct sigvec'
In file included from ./bg.c:28:
/usr/include/signal.h:87: conflicting types for `sigvec'
/usr/include/signal.h:57: previous declaration of `sigvec'
*** Error code 1

Can anyone help me, or can I not install eggdrop on this shell?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

eggdrop.h:103: you_can't_compile_with_module_support_on_this_system_try_make_sta
tic: No such file or directory

try a make static instead of make
B
BGM

Post by BGM »

I have with no success.
I just don't think that my shell can support eggdrops.
s
snakepit

PLs help me

Post by snakepit »

>make
make[1]: Entering directory `/home/snake/eggdrop1.6.6/src'
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/include/limits.h:117,
from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:35,
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:36: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
from compat/inet_aton.h:29,
from compat/compat.h:28,
from main.h:71,
from bg.c:27:
/usr/include/bits/socket.h:298: asm/socket.h: No such file or directory
In file included from /usr/include/signal.h:307,
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:310: warning: `struct sigcontext' declared inside parameter list
/usr/include/signal.h:310: 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 `/home/snake/eggdrop1.6.6/src'
make: *** [modegg] Error 2

Pls help me. I tried with differents eggdrop version but the same problem.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Sounds like your development packages are not installed correctly, or you have not got a complete version.
s
snakepit

Reply

Post by snakepit »

And what should i do? Pls give me some advice...


Thak you.
Locked