Version 93 of Arts and Crafts of Tcl-Tk Programming

Updated 2009-11-17 20:20:05 by RJM

Disclaimer:

This is not a book, though the title sounds like one (or rather a whole shelf full of good books ;-). No, it's just another page at the Tcler's Wiki. The ideas and contributions collected here needed some more indexing, and that's what this page tries to do. See also Where can I find a book about Tcl - Tcl articles.

Copyright:

No rights reserved. Do what you want to do (but consider netiquette and general morals). Especially, add what you feel is missing! This page started by Richard Suchenwirth, but hopefully improved by many of you...


Table of Contents

(see also Recent changes - New pages - Search - Tcl Chatroom)

Starting out

What is Tcl - Beginning Tcl - Is Tcl different! - Tcl advocacy - The Tcl Way - The Tao of Tcl - Tcl heritage

Links

Beginning Tk

Intermediate Tcl and Tk

Advanced Tcl and Tk

Foreign affairs

what Tcl/Tk offer for i18n - Writing for the world

Tcl and other languages and concepts

Fun stuff

Tcl in use in the work place

Tcl Questions and Answers


rhinerfeld - 2009-09-02 18:56:28

<enter your comment here, a header with nick-name and timestamp will be insert for you> I have just downloaded the TK8.5.7 build. I am using Linux Fedora Core 10 as an OS. I configure for --enable-threads and then make test. I receive a number of errors from the tests that are run

Tests ended at Wed Sep 02 18:45:24 EDT 2009 all.tcl: Total 8788 Passed 7776 Skipped 945 Failed 67 Sourced 87 Test Files. Files with failing tests: canvText.test entry.test filebox.test font.test scrollbar.test spinbox.test text.test textDisp.test textImage.test textTag.test textWind.test unixEmbed.test unixFont.test unixSelect.test unixWm.test wm.test Number of tests skipped for each constraint:

        12        altDisplay
        1        aqua
        16        colorsFree
        3        colorsLeftover
        21        defaultPseudocolor8
        10        emptyTest
        139        fonts
        1        havePseudocolorVisual
        6        knownBug
        1        memory
        103        nonPortable
        33        nt
        5        pseudocolor8
        72        secureserver
        11        testmetrics
        7        testwinevent
        141        textfonts
        1        unthreaded
        1        userInteraction
        310        win
        51        winSend

Is this normal?