Subject: | YAML::Syck fails to build on Win32 |
Creating a new bug report as the first was closed without resolution.
The command line build attempts to include strings.h (syck.h). MSVC on
Win32 only has string.h. This causes CPAN and CPANPLUS builds to fail.
A conditional check for MSVC in the syck.h file or updating the
HAVE_STRING_H definition would resolve this issue.
Thanks for your help!