tkGlue.c: In function ‘Tcl_RegExpRange’: tkGlue.c:5360: error: ‘regexp’ has no member named ‘startp’ tkGlue.c:5360: error: ‘regexp’ has no member named ‘endp’ tkGlue.c:5362: error: ‘regexp’ has no member named ‘startp’ tkGlue.c:5363: error: ‘regexp’ has no member named ‘endp’ tkGlue.c: In function ‘Boot_Glue’: tkGlue.c:5493: warning: initialization from incompatible pointer type tkGlue.c:5501: warning: assignment from incompatible pointer type make: *** [tkGlue.o] Error 1
The appropriate bug report is here (although the title references Solaris), and the solution is to get the dev version of Tk from here:
https://svn.perl.org/modules/Tk/trunk
This worked fine for me; although some of the tests failed, all my Tk code seems to run fine after installation :-)
Update: Hint for the non-svn initiated (assuming you have an svn client installed):
mkdir tk cd tk svn checkout https://svn.perl.org/modules/Tk/trunk/ ./ perl Makefile.PL make make test make install
--------------------------------------------------------------
"If there is such a phenomenon as absolute evil, it consists in treating another human being as a thing."
John Brunner, "The Shockwave Rider".
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl 5.10.0 and Tk 804.027
by zentara (Cardinal) on Dec 19, 2007 at 14:47 UTC | |
Re: Perl 5.10.0 and Tk 804.027
by eserte (Deacon) on Dec 19, 2007 at 20:11 UTC | |
by g0n (Priest) on Dec 20, 2007 at 10:01 UTC | |
by ysth (Canon) on Dec 20, 2007 at 22:56 UTC | |
Re: Perl 5.10.0 and Tk 804.027
by Tux (Canon) on Dec 20, 2007 at 08:27 UTC |