Subject: | PCRE.h and pcre.h on Win32 |
case-conflict
You cannot have both PCRE.h and pcre.h on Win32, mingw and cygwin.
Please put the 7.2 sources into a seperate subdir or download it.
Furthermore I couldn't compile PCRE.xs on cygwin, because
#include <pcre.h> picked up ./PCRE.h
I fixed that temp. with
=> #include </usr/include/pcre.h>
Then -lpcre was missing in the ld2 line in case of an existing install.
I just added
makemaker_args LIBS => '-lpcre';
--
http://rurban.xarch.at/