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.

compiling errors

Old posts that have not been replied to for several years.
Locked
l
lebowsky

compiling errors

Post by lebowsky »

I have tryed to compile eggdrop 1.6.13 but "make" returns the following output:

[root@localhost eggdrop1.6.13]# make
make[1]: Entering directory `/home/ganjafarm/eggdrop1.6.13/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 compat/inet_aton.h:31,
from compat/compat.h:28,
from main.h:71,
from bg.c:27:
/usr/include/arpa/inet.h:35: parse error before "inet_addr"
/usr/include/arpa/inet.h:38: parse error before "inet_lnaof"
/usr/include/arpa/inet.h:42: parse error before "__net"
/usr/include/arpa/inet.h:46: parse error before "inet_netof"
/usr/include/arpa/inet.h:50: parse error before "inet_network"
/usr/include/arpa/inet.h:74: parse error before "inet_aton"
/usr/include/arpa/inet.h:78: parse error before "__net"
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/home/ganjafarm/eggdrop1.6.13/src'
make: *** [modegg] Error 2

i've tryed also using no cc optimization or setting tcl and include libs...but ....nothing! :(

I've REDHAT 8.0 and i've compiled a lot of eggdrops yet.. in my previous RH 7.3
What happened??

TNX 4 the help
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This sounds like there may be a few missing development libraries or files.

You may want to check what you installed.
Locked