Skip Menu |

This queue is for tickets about the HTML-Strip CPAN distribution.

Report information
The Basics
Id: 102389
Status: resolved
Priority: 0/
Queue: HTML-Strip

People
Owner: Nobody in particular
Requestors: ZHENYZ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.09
Fixed in: 2.10



Subject: HTML::Strip 2.09 cannot build on Windows with MSVC
There is link error about strcasecmp when building on Windows with MSVC. Actually strip_html.c has below defined, #ifdef _MSC_VER #define strcasecmp(a,b) stricmp(a,b) #endif But that's at the middle of the file, and before that part there are also calls to strcasecmp. So please move this piece of macro to the beginning of the file. Thanks!
Fixed this on github and then never got around to a new release. Version 2.10 has just been uploaded, sorry for the ludicrously long delay.
On Fri Apr 22 07:22:59 2016, KILINRAX wrote: Show quoted text
> Fixed this on github and then never got around to a new release. > Version 2.10 has just been uploaded, sorry for the ludicrously long > delay.