Go Back   AC3D Forums > General > AC3D News and Announcements
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
Old 21st August 2020, 12:44 PM   #21
Barry Armour
Junior Member
Junior member
 
Join Date: Apr 2017
Posts: 4
Default Re: Ac3d 8.5 out now!

That didn't work, either, Andy. I got the same message:
/lib/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.10, need exactly 8.6.6

This sounds, on the face of it, like the package included v 8.6.10 but the installation program is looking for the older version, 8.6.6. Huh?

I see a line that says"package require -exact Tcl 8.6.6" so where is that coming from?

Barry
Barry Armour is offline   Reply With Quote
Old 21st August 2020, 01:00 PM   #22
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,563
Default Re: Ac3d 8.5 out now!

Have a look at the start of C:\Program Files\AC3D 8.5.55\lib\tcl8.6\init.tcl

You should see this:

Code:
# init.tcl --
#
# Default system startup file for Tcl-based applications.  Defines
# "unknown" procedure and auto-load facilities.
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 Scriptics Corporation.
# Copyright (c) 2004 by Kevin B. Kenny.  All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#

# This test intentionally written in pre-7.5 Tcl
if {[info commands package] == ""} {
    error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
}
package require -exact Tcl 8.6.10
If you don't see ^^^^^ this line, something is wrong with the installation.
Andy is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 02:07 PM.


AC3D Forum
(C) Inivis Limited 2020