Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 31071
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: raherh [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 804.027_500
Fixed in: (no value)



Subject: cannot install on windows with Perl 5.9.5
I had to fix a line #include "../pTk/tkIntXlibDecls.h" in Tk-804.027-wy1YAc/pTk/mTk/xlib/X11/Xlib.h to #include "pTk/tkIntXlibDecls.h" but then at the end of dmake I get: dmake: Error: -- rem: No such file or directory dmake: Error code 255, while making 'libpng\libpng.a' dmake: Error code 255, while making 'subdirs' Radek
Subject: Re: [rt.cpan.org #31071] cannot install on windows with Perl 5.9.5
Date: 29 Nov 2007 23:36:31 +0100
To: bug-Tk [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
"Radek via RT" <bug-Tk@rt.cpan.org> writes: Show quoted text
> Thu Nov 29 10:11:27 2007: Request 31071 was acted upon. > Transaction: Ticket created by rahe > Queue: Tk > Subject: cannot install on windows with Perl 5.9.5 > Broken in: 804.027_500 > Severity: Important > Owner: Nobody > Requestors: raherh@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=31071 > > > > I had to fix a line #include "../pTk/tkIntXlibDecls.h" in > Tk-804.027-wy1YAc/pTk/mTk/xlib/X11/Xlib.h to > #include "pTk/tkIntXlibDecls.h" > > but then at the end of dmake I get: > dmake: Error: -- rem: No such file or directory > dmake: Error code 255, while making 'libpng\libpng.a' > dmake: Error code 255, while making 'subdirs' >
Can you try the 804.027_501 release? -- Slaven Rezic - slaven <at> rezic <dot> de BBBike - route planner for cyclists in Berlin WWW version: http://www.bbbike.de Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net
Subject: Re: [rt.cpan.org #31071] cannot install on windows with Perl 5.9.5
Date: Fri, 30 Nov 2007 08:44:06 +0100
To: bug-Tk [...] rt.cpan.org
From: rahed <raherh [...] gmail.com>
On 11/29/07, slaven@rezic.de via RT <bug-Tk@rt.cpan.org> wrote: Show quoted text
Show quoted text
> Can you try the 804.027_501 release?
Actually I didn't know what exact release I used so I highlighted 500 suffix in an rt form. Where's the version stated and where to download the 501 release? -- Radek
Subject: Re: [rt.cpan.org #31071] cannot install on windows with Perl 5.9.5
Date: 30 Nov 2007 22:03:51 +0100
To: bug-Tk [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
"Radek via RT" <bug-Tk@rt.cpan.org> writes: Show quoted text
> Queue: Tk > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=31071 > > > On 11/29/07, slaven@rezic.de via RT <bug-Tk@rt.cpan.org> wrote: >
> > Can you try the 804.027_501 release?
> > Actually I didn't know what exact release I used so I highlighted 500 > suffix in an rt form. > Where's the version stated and where to download the 501 release? >
You can get the version by executing perl "-MTk 99999" The current development release can be found here: http://search.cpan.org/~srezic/Tk-804.027_501/ and should work with perl 5.10.0 Regards, Slaven -- Slaven Rezic - slaven <at> rezic <dot> de tknotes - A knotes clone, written in Perl/Tk. http://ptktools.sourceforge.net/#tknotes
From: raherh [...] gmail.com
Show quoted text
> You can get the version by executing > > perl "-MTk 99999"
Sure, I had in mind where's the version stated in the distribution (having problems with installing). Show quoted text
> > The current development release can be found here: > > http://search.cpan.org/~srezic/Tk-804.027_501/ > > and should work with perl 5.10.0
I installed it with success with perl 5.9.5. Thank you much for help. Radek