I'm trying to compile PCRE (v8.02) for Windows x64, using Vs2008.
The "NON-UNIX-USE" file tells me to use cmake to generate a .sln fle.
That works.
When I run the build it succeeds, with 91 warnings.
All appear to be size conversion warnings.
Am I doing something wrong?
Should I expect all these warnings?
Has anyone else built PCRE for Windows x64, successfully, and without warnings?