https://bugs.exim.org/show_bug.cgi?id=1654
Bug ID: 1654
Summary: PCRE (JIT) does not build on WinCE / x86
Product: PCRE
Version: 8.37
Hardware: x86
OS: Windows
Status: NEW
Severity: bug
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: dangelog@???
CC: pcre-dev@???
Created attachment 821
-->
https://bugs.exim.org/attachment.cgi?id=821&action=edit
wince x86 build patch
Hi,
in both PCRE 8 and 10 the JIT does not build on Windows CE on a x86 target.
The fix is absolutely trivial -- use cmnintrin.h instead of intrin.h (which
doesn't exist on WinCE). I'm attaching the patch I made against Qt.
--
You are receiving this mail because:
You are on the CC list for the bug.