Skip Menu |

This queue is for tickets about the Win32-GuiTest CPAN distribution.

Report information
The Basics
Id: 101740
Status: resolved
Priority: 0/
Queue: Win32-GuiTest

People
Owner: Nobody in particular
Requestors: sflitman [...] xenoscience.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Cannot make in Cygwin
Due to strnicmp issue. Fix is to add #ifndef WIN32 # define stricmp strcasecmp # define strnicmp strncasecmp #endif to top of GuiTest.xs Please add to distribution SSF
Hi, Thank you for the ticket! However, I can't reproduce the error you're seeing; I just tested the source code on the latest Cygwin distro, and there's no error. Also, stricmp/strnicmp are not used in the project, and neither in perl include files, and not in cygwin itself, so I wonder where it has come from. Could that be that the toolchain you're testing in is not in sync with the latest cygwin, or has non-native files from MSVC or anything? Sincerely, Dmitry
fixed in 1.61