[pcre-dev] [Bug 1674] CMakeLists: Improper override of CMAKE…

Página Inicial
Delete this message
Autor: admin
Data:  
Para: pcre-dev
Assunto: [pcre-dev] [Bug 1674] CMakeLists: Improper override of CMAKE_C_FLAGS
https://bugs.exim.org/show_bug.cgi?id=1674

--- Comment #2 from Roy Ivy III <Roy.Ivy.III@???> ---
I'm happy to help.

I've got a fully working build/test process for Windows at rivy/PCRE on github
(https://github.com/rivy/PCRE). It uses a git mirror of your PCRE2, and builds
both 32-bit and 64-bit executables.

The README includes instructions for a "build from scratch" scenario, including
links to free, fully licensed, Windows VMs (supplied by Microsoft for testing).

With the modifications I've outlined in the three bugs that I've files,
everything works except for two failing tests:

1. #16 fails when the exe is JIT-enabled (PCRE2_SUPPORT_JIT:BOOL=ON)
note: #17 passes

2. #17 fails when the exe is not JIT-enables (PCRE2_SUPPORT_JIT:BOOL=OFF).

--
You are receiving this mail because:
You are on the CC list for the bug.