| View previous topic :: View next topic |
| Author |
Message |
apax0r Guest
|
Posted: Mon Dec 29, 2003 7:29 pm Post subject: Edit! Complie error |
|
|
ok. now im getting really crazy.
now i solved that ./configure --with-ssl=/usr thinge
but when i type "make" it doesnt work! have tryed both patches now.
eggdrop1.16.15 and
eggdrop1.6.13
that SSL patch
and getting this error when i "make"
| Code: |
make
make[1]: Entering directory `/home/botfan/eggdrop1.6.13/src'
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I/usr/include -I.. -I.. -DHAVE_CONFIG_H -c dccutil.c
dccutil.c:36:17: net.h: No such file or directory
dccutil.c:42: parse error before '*' token
dccutil.c:42: warning: type defaults to `int' in declaration of `socklist'
dccutil.c:42: warning: data definition has no type or storage class
dccutil.c: In function `init_dcc_max':
dccutil.c:65: `sock_list' undeclared (first use in this function)
dccutil.c:65: (Each undeclared identifier is reported only once
dccutil.c:65: for each function it appears in.)
dccutil.c:65: parse error before ')' token
dccutil.c:67: parse error before "else"
dccutil.c:70: request for member `flags' in something not a structure or union
dccutil.c: In function `expmem_dccutil':
dccutil.c:77: `sock_list' undeclared (first use in this function)
make[1]: *** [dccutil.o] Error 1
make[1]: Leaving directory `/home/botfan/eggdrop1.6.13/src'
make: *** [modegg] Error 2
|
Since i dont know anything about C or C++ i cant solve this problem by my own. Please help me. Need to have this bot in SSL mode
Linux dist: Slackware 9.0
I have updated the lib database and no luck. hope anyone knows what i do wrong.
// Thanks
---------------------------------------------------
Edit!
Now i typed "make clean" and after that "make static" and got his
| Code: |
gcc -pipe -g -O2 -Wall -I/usr/include -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c dccutil.c
dccutil.c:36:17: net.h: No such file or directory
dccutil.c:42: parse error before '*' token
dccutil.c:42: warning: type defaults to `int' in declaration of `socklist'
dccutil.c:42: warning: data definition has no type or storage class
dccutil.c: In function `init_dcc_max':
dccutil.c:65: `sock_list' undeclared (first use in this function)
dccutil.c:65: (Each undeclared identifier is reported only once
dccutil.c:65: for each function it appears in.)
dccutil.c:65: parse error before ')' token
dccutil.c:67: parse error before "else"
dccutil.c:70: request for member `flags' in something not a structure or union
dccutil.c: In function `expmem_dccutil':
dccutil.c:77: `sock_list' undeclared (first use in this function)
make[1]: *** [dccutil.o] Error 1
make[1]: Leaving directory `/home/botfan/eggdrop1.6.13/src'
make: *** [static] Error 2
|
Hope it can be to any help. sry for this very very long post. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|