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.

eggdrop1.6.12 compile/make problems

Old posts that have not been replied to for several years.
Locked
P
Postino

eggdrop1.6.12 compile/make problems

Post by Postino »

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
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Read the changes file.

Note the full version of Tcl you have.
Locked