Subject: | Makefile.PL CCFLAGS -Wno-parentheses -Wno-pointer-sign are not supported in SunCC or MSVC |
In Makefile.PL there is
$CCFLAGS .= ' -Wno-parentheses -Wno-pointer-sign';
But theses flags are not supported in compilers like SunCC and MSVC, and can cause build failures.
Removing these flags can make build successful on Solaris+SunCC. But still on Windows+MSVC there is no strings.h...