Hello,
We are running FreeBSD 4.6-Stable and tcl 8.4.
During make these are the warnings we get:
(This is just a snippet)
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./mem.c
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./misc.c
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./misc_file.c
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./modules.c
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./net.c
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./rfc1459.c
gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -c ./tcl.c
./tcl.c: In function `tcl_eggcouplet':
./tcl.c:151: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type
./tcl.c:155: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
./tcl.c:157: warning: passing arg 3 of `Tcl_GetVar2' discards qualifiers from pointer target type
./tcl.c: In function `tcl_eggint':
./tcl.c:198: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type
./tcl.c:202: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
./tcl.c:205: warning: passing arg 3 of `Tcl_GetVar2' discards qualifiers from pointer target type
./tcl.c: In function `tcl_eggstr':
./tcl.c:265: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type
./tcl.c:267: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type
./tcl.c:270: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
./tcl.c:277: warning: passing arg 3 of `Tcl_SetVar2' discards qualifiers from pointer target type
./tcl.c:280: warning: passing arg 3 of `Tcl_GetVar2' discards qualifiers from pointer target type
./tcl.c: In function `add_tcl_strings':
./tcl.c:724: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
./tcl.c: In function `rem_tcl_strings':
./tcl.c:738: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type
./tcl.c:741: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
./tcl.c: In function `add_tcl_ints':
./tcl.c:766: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
./tcl.c: In function `rem_tcl_ints':
./tcl.c:781: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type
./tcl.c:784: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
./tcl.c: In function `add_tcl_coups':
./tcl.c:810: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
./tcl.c: In function `rem_tcl_coups':
./tcl.c:824: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type
./tcl.c:828: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
It actually does go on with a lot of different warnings.
Well, since it was a warning, I thought I would go ahead and make install.
Heh, that was a mistake... 'Cause the bot became completely unstable and was not able to do anything. We had to kill it and we went back to eggdrop1.6.10 until someone figures out what is wrong...
Maybe others are having similar problems...
Any ideas/help/suggestions will be much appreciated.
Thank you.
Postino