delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/08/07/12:58:24

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=oZS36ms5k77b5/Tu
CGVXVm6eFvF2oQxyvaPdRd/QL+uaPWx3Ma2MKHtHMvxrNl2YtU18rINNIxZP9wup
RS8Vz25A6O/FI+ata+TJ0W6CcmuVf/QLh2zA0APb/ScWwlPK9uNG9m5zkR+YnK9B
9ay0f0eygu/00N+fmBLjxltG8wY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=TojS4oC8Sl6RtxeTq0TDbx
vtNuw=; b=j+i5puHQA76DJxR+51FZqVL1m+DjRNOrX4/Cm8N9fIOlgZtpmT06e1
Ice1nQYmsr3ciTDXdbRkcBufVk3vMQ2EIBqKUNVxwIKUSuz9t7BJjdmYLbQ173ET
dkGl4sEQxD7gRMDlI3ozWA9OFySRi7YnmAIEF8T604aP3yn7A6f64=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_05,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=avast, Avast, wurde, Diese
X-HELO: mail-wm0-f41.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=cEXGsgC/d30HPLA8MF8j9EaoBHsiulY4xdbEo2HpTU8=; b=YZTMZZqJjEALaArFsFIY8pDmkDWSJdPlB3udModDchUppjfrPSJpnDlWZVx5GUlMzZ Ya6i3gbDZ3q5ol5SOxzK8uM5Oqjmmyajs6Lwr/R97Be5ZMHKOcP4J0xY2vglXR4a43NS dMy2MwNxd+W+PPkxKfoCjdt2j3dgTG5LeSm+5x4r5GxnNpDOxjNIPRD4n1MS4YWk9l+I TwJ0+l7/4cnKEIVmTTASIbU1O2lvkEPblocM70sytI6a20iHwUL3qbRQE11ooERm37Zm UnnzqX2qcO2a2o6uQ6AbWhOyzy40f44JG3olJXakOoOpnO4m1M2hwHKd1jwwRzG1nzAF GYjA==
Subject: Re: Problem referencing libraries in tcl 8.6, e.g. fileutil
To: cygwin AT cygwin DOT com
References: <005401d42e50$c94dd690$5be983b0$@gmail.com> <00de01d42e67$389bc9b0$a9d35d10$@gmail.com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <f4c520d3-1066-e01a-41dc-33fd6ccf01bd@gmail.com>
Date: Tue, 7 Aug 2018 18:58:05 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <00de01d42e67$389bc9b0$a9d35d10$@gmail.com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w77GwNnC006584

Am 07.08.2018 um 17:56 schrieb SImon Conway-Smith:
> I have added the tcl intepreter into my Cygwin (64-bit) installation, but
> when trying to run some code samples using the fileutil library, e.g. the
> foreachLine command, I'm getting 'invalid command name
> "fileutil::foreachLine"'. I've even tried prefixing the command with "tcl::"
> as I had to do for the mathfunc:: library functions, but still get the error
> message. Is there an additional tcl package I need to install, or what?
>

fileutil is part of tcllib that is not provided as cygwin package

The last upstream version is located at
https://sourceforge.net/projects/tcllib/files/tcllib/1.19/

It includes an installer written in TCL

$ ./installer.tcl
Installing Tcllib 1.19
You have chosen the following configuration ...

Packages:      /usr/lib/tcllib1.19
Applications:  /usr/bin
Examples:      /usr/bin/tcllib_examples1.19
Documentation:

         NROFF:  /usr/man/mann
         HTML:   Not installed.

Is the chosen configuration ok ? y/N:

Disclaimer: I have not tested the installer as I know nothing of TCL

Regards
Marco



---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019