I have this problem when i type: ./configure in eggdrop1.1.5 :
BUT i have this files because i run eggdrop1.6.x with no problem!
Somebody can help-me? Thanks
I can't find Tcl on this system.
Eggdrop now requires Tcl to compile. If you already have Tcl
installed on this system, and I just wasn't looking in the right
place for it, set the environment variables TCLLIB and TCLINC so
I will know where to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h'
(respectively). Then run 'configure' again.
Read the README file if you don't know what Tcl is or how to get
it and install it.
Realy my tcl version is:
[16:13] TCL Version: 8.4
[16:13] TCL Patchlevel: 8.4.6
It´s other possibilite of i run my eggdrop 1.1.5? I download the older tcl and put in my shell and point the ./configure of eggdrop1.1.5 to scan in my account?!
Help-me!
jones wrote:When i do to know what the version of my tcl ?!
gb wrote:Plain eggdrop1.1.5 won't work with tcl higher than 8.0.5.
Well 8.4 is the latest version, even shell servers I use haven't updated to 8.4 yet, some use 8.3 and some still on 8.2. I would probobaly suggest if you have 8.4, then download and use the new (latest) eggdrop version with it.
It is far more better than the older release, and has bug fixes and updates. To my knowledge: The 8.2 > version of tcl supports almost any kind of eggdrop versions released in the past 2-3 years or so.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
because unhappyly my tcl only function correct in eggdrop1.1.5 !
I alredy compatibily but it´s more hard!
awyeah wrote:Well 8.4 is the latest version, even shell servers I use haven't updated to 8.4 yet, some use 8.3 and some still on 8.2. I would probobaly suggest if you have 8.4, then download and use the new (latest) eggdrop version with it.
It is far more better than the older release, and has bug fixes and updates. To my knowledge: The 8.2 > version of tcl supports almost any kind of eggdrop versions released in the past 2-3 years or so.
In eggdrop there is a "compatibility" TCL included:
# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl
Theoretically this should solve your problem. The other solution is to upgrade your scripts and use the new version eggdrop, which would make more sense.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
Somebody can compile a eggdrop1.1.5 for me in FreeBSD 4.9-RELEASE-p8 #0 and compact? and put in web for me download?
Precompiled Eggdrop1.1.15 shoud be resolv my problem!
Alchera wrote:In eggdrop there is a "compatibility" TCL included:
# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl
Theoretically this should solve your problem. The other solution is to upgrade your scripts and use the new version eggdrop, which would make more sense.