X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAAKeC0d5LbmU/2dsb2JhbAAM X-IronPort-AV: E=Sophos;i="4.21,250,1188743400"; d="scan'208";a="163883299" Message-ID: <470C01FD.5010300@ieee.org> Date: Wed, 10 Oct 2007 08:04:37 +0930 From: Jason Pearce User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Cygwin List Subject: Re: Snit package in TCL/TK libraries Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > > On 10/9/07, Jason Pearce wrote: > > > > I am trying to install Perl's Tcl-Tk-0.97 package off CPAN > > (http://search.cpan.org/~vkon/Tcl-Tk-0.97/ ). > > The Makefile.PL does a test for something called snit in the TCL libraires. > > => it runs tclsh with a small script which does "package require snit". > > This fails. > > Sometimes build scripts test for packages that aren't mandatory. Are > you sure that this is what is causing the build to fail? > > Yes its needed. I actually took out the check, installed the module and got the same message at run time. Change logs indicate that snit only made it into the distribution recently, and only one or two functions seem to need it. If I don't use them the fastest way to get going may be to remove that code, I at least know what I am doing in Perl. > > I am not a regular TCL/TK user so I don't really know what snit is. > > Apparently its part of the standard Tcl library (according to > > http://www.tcl.tk/starkits/ and searching for snit). > > It's misleading to call Tcllib the standard TCL library. Tcllib is > not included with TCL. It must be downloaded and installed > separately. I see, that did confuse me. I'll take a look for Tcllib sources and see how plausible it is to compile for Cygwin. But I am new to the Tcl/Tk world so I don't know how I will get on. Thanks. Regards, Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/