[rt.cpan.org #125597] Compilation problem applying Makefile.PL --tclconfig

2018-06-25 Thread SJ Luo via RT
https://rt.cpan.org/Ticket/Display.html?id=125597 > Hi, My patch for Cygwin as well as needed libtclstub8.4.a are attached. It makes Cygwin build method much more like Linux: No longer forcing --telconfig and no tcl-devel package necessary to compile it. Note that the directory structure

[rt.cpan.org #125597] Compilation problem applying Makefile.PL --tclconfig

2018-06-25 Thread Vadim Konovalov via RT
https://rt.cpan.org/Ticket/Display.html?id=125597 > I even made change more like this: diff --git a/Makefile.PL b/Makefile.PL index 0529e13..3d14db0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,12 +38,10 @@ if ($^O eq "MSWin32") { } elsif ($^O eq "hpux") { $arch = "$^O-ia64" if

[rt.cpan.org #125597] Compilation problem applying Makefile.PL --tclconfig

2018-06-25 Thread SJ Luo via RT
https://rt.cpan.org/Ticket/Display.html?id=125597 > I've checked the head branch on github. There is no problem compiling on my Cygwin with default configuration now. Thanks for the apply. SJ

[rt.cpan.org #125597] Compilation problem applying Makefile.PL --tclconfig

2018-06-25 Thread Vadim Konovalov via RT
https://rt.cpan.org/Ticket/Display.html?id=125597 > I even made change more like this: diff --git a/Makefile.PL b/Makefile.PL index 0529e13..3d14db0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -38,12 +38,10 @@ if ($^O eq "MSWin32") { } elsif ($^O eq "hpux") { $arch = "$^O-ia64" if

[rt.cpan.org #125597] Compilation problem applying Makefile.PL --tclconfig

2018-06-25 Thread Vadim Konovalov via RT
https://rt.cpan.org/Ticket/Display.html?id=125597 > nice. makefile.pl even became a bit shorter. closing the ticket

what is sub-makefile and when it is used?

2018-06-25 Thread Konovalov, Vadim
Hi, In Tcl, Makefile.PL reads: # This is to allow propagation of this value to sub-Makefile.PLs $ENV{'TCLSH_PROG'} = $tclsh; Going to get rid of this; Does Tkx somehow depend on this? Same thing for these lines in Tcl::Tk's Makefile.PL : # Allow the tclsh prog to be provided by env