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.1.5 ./configure problem

Old posts that have not been replied to for several years.
Locked
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Eggdrop1.1.5 ./configure problem

Post by jones »

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.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Plain eggdrop1.1.5 won't work with tcl higher than 8.0.5.
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Post by jones »

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.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Hmmm....
There is a simple solution for that.

In an empty line of any tcl script loaded in your
bot paste these 2 lines:

Code: Select all

putlog "TCL Version: [info tclversion]"
putlog "TCL Patchlevel: [info patchlevel]"
When you rehash or even restart the bot you will
see the putlogs display in DCC or telnet which will
tell you your tcl version as well as patch level.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Post by jones »

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.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

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.
==================================
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Post by jones »

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.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

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
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Post by jones »

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.
Locked