> From: Steven <stevena...@yahoo.com>

> I tried installing scid-4.3-macosx.zip on my G4, but the program quits soon 
> (1 

> to 3  seconds) after startup is complete
> with (Console message)  "com.apple.launchd[69]    
> [0x0-0xd50d5].net.sourceforge.scid[3645] Exited with exit code 1"

This error message is misleading for some unresolved  reason, but i have pinned 
down the problem.
It seems Israel, or someone else, has added a small snippet of code:

    package require interp
    bind all <Command-t> {console show}

The problem is the interp package is not core tcl, and was not installed on my 
G4/OSX-10.5 with tcl-8.5.8 installed from source. I'm supposing "interp" is 
included with OSX 10.6 by default, but regardless, the command should be 

    
    if {![catch {package require interp}]} {
      bind all <Command-t> {console show}
    }

Steven


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to