Re: Perl/TK Segmentation Violation

2005-12-21 Thread Gerrit P. Haase
Brett Serkez wrote: While this technique is useful, it is not producing results for me. I can see that simply installing all libraries resolves the dependency. Perhaps the package maintainer could try building the package on a system with just the default libraries installed? This should prod

Re: Perl/TK Segmentation Violation

2005-12-18 Thread Igor Pechtchanski
Ugh, top-posting... Reformatted. On Sun, 18 Dec 2005, Brett Serkez wrote: > On Fri, 16 Dec 2005 13:55:52 -0500 (EST), "Igor Pechtchanski" <[EMAIL > PROTECTED]> said: . Thanks. > > On Fri, 16 Dec 2005, Brett Serkez wrote: > > > > > > > >perhaps there

Re: Perl/TK Segmentation Violation

2005-12-18 Thread Brett Serkez
While this technique is useful, it is not producing results for me. I can see that simply installing all libraries resolves the dependency. Perhaps the package maintainer could try building the package on a system with just the default libraries installed? This should produce a clear error from

Re: Perl/TK Segmentation Violation

2005-12-16 Thread Igor Pechtchanski
On Fri, 16 Dec 2005, Brett Serkez wrote: > > > >perhaps there is a missing library dependency? > > > > > > As another test I did a full install of Libs and X11, afterwards my test > > > program now runs. I believe this confirms the issue is a missing > > > dependency in the package management sys

Re: Perl/TK Segmentation Violation

2005-12-16 Thread Brett Serkez
> > >perhaps there is a missing library dependency? > > > > > > As another test I did a full install of Libs and X11, afterwards my test > > program now runs. I believe this confirms the issue is a missing > > dependency in the package management system. What tools are available > > to track

Re: Perl/TK Segmentation Violation

2005-12-16 Thread Larry Hall (Cygwin)
On 12/16/2005, Brett Serkez wrote: >perhaps there is a missing library dependency? As another test I did a full install of Libs and X11, afterwards my test program now runs. I believe this confirms the issue is a missing dependency in the package management system. What tools are available

Re: Perl/TK Segmentation Violation

2005-12-16 Thread Brett Serkez
> perhaps there is a missing library dependency? As another test I did a full install of Libs and X11, afterwards my test program now runs. I believe this confirms the issue is a missing dependency in the package management system. What tools are available to track down which package contains

Perl/TK Segmentation Violation

2005-12-16 Thread Brett Serkez
I've not been able to run the newly released Perl/TK, I always get a stack dump as soon as I attempt to do anything with the main window. The sample program I've been using is at the end of this email. I've used the perl debugger on several programs, in this program is is the $mw->Button call tha