Has anyone compiled PCRE for Windows x64 - if so, how?
Posted
by Cheeso
on Stack Overflow
See other posts from Stack Overflow
or by Cheeso
Published on 2010-05-30T02:38:39Z
Indexed on
2010/05/30
2:42 UTC
Read the original article
Hit count: 695
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?
© Stack Overflow or respective owner