Subject: | Search-Tools-0.67 search-tools.c compile failure |
Date: | Sun, 15 Jan 2012 19:28:08 -0500 |
To: | bug-search-tools [...] rt.cpan.org |
From: | Doug Ferguson <dougf [...] ferguson.cx> |
Perl 5.10.1 + gcc 4.5.2 + Linux 2.6.38-8-generic
As distributed search-tools.c compile fails with
search-tools.c: In function ‘st_string_to_lower’:
search-tools.c:1026:23: error: ‘my_perl’ undeclared (first use in this
function)
search-tools.c:1026:23: note: each undeclared identifier is reported
only once for each function it appears in
make: *** [Tools.o] Error 1
but is apparently fixed with addition of
dTHX;
at line 1014.
(I say "apparently" because I don't normally meddle in this deep stuff)
Thank you