logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Problems in compiling PCRE 8.40
Author
elav83



Joined: 10 Nov 2014
Posts: 17
Location: India

PostPosted: Fri 24 Mar '17 9:12    Post subject: PCRE 8.40 compilation for Apache 2.4.25 Reply with quote

i have problems in compiling PCRE 8.40. The error i got is

CMake Error at CMakeLists.txt:194 (OPTION):
option called with incorrect number of arguments: PCRE_STATIC_RUNTIME OFF
CACHE BOOL ON=Compile against the static runtime (/MT). OFF

How to resolve this error?
Can we also use PCRE 8.39 for Apache 2.4.25?
Please reply.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 24 Mar '17 18:40    Post subject: Reply with quote

The fix:

https://vcs.pcre.org/pcre/code/trunk/CMakeLists.txt?r1=1659&r2=1677&view=patch

Or simply the OFF CACHE BOOL on line 194 doesn't belong there. I knew why back in January but have forgotten.
Back to top
elav83



Joined: 10 Nov 2014
Posts: 17
Location: India

PostPosted: Mon 27 Mar '17 7:22    Post subject: Reply with quote

glsmith wrote:
The fix:

https://vcs.pcre.org/pcre/code/trunk/CMakeLists.txt?r1=1659&r2=1677&view=patch

Or simply the OFF CACHE BOOL on line 194 doesn't belong there. I knew why back in January but have forgotten.


Thanks. It solved the problem.
Back to top


Reply to topic   Topic: Problems in compiling PCRE 8.40 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads