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.

IPv6-patched eggdrop compile failing :(

General support and discussion of Eggdrop bots.
Post Reply
d
duckdown
Voice
Posts: 15
Joined: Wed Apr 19, 2006 2:36 pm
Location: gta

IPv6-patched eggdrop compile failing :(

Post by duckdown »

Greetings all

I successfully patched the eggdrop 1.6.18 source with the appropriate IPv6 patch, but compiling is failing

Code: Select all

gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c net.c
net.c: In function 'allocsock':
net.c:388: error: 'sock_list' has no member named 'af'
net.c: In function 'getsockproto':
net.c:542: error: 'sock_list' has no member named 'af'
make[1]: *** [net.o] Error 1
make[1]: Leaving directory `/home/optical/eggdrop1.6.18/src'
make: *** [modegg] Error 2
optical@61471:~/eggdrop1.6.18$
I am not familiar with C at all or I would try to fix it myself :(

Can anyone give me a hand? The rest of it was going good

Thanks in advance :(
Post Reply