Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problems with Qt and system PCRE
QtWS25 Last Chance

Problems with Qt and system PCRE

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 795 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lmemsm
    wrote on last edited by
    #1

    I'm attempting to build Qt 5.3.1 on Windows using MinGW. I configured with -system-pcre and have pcre 8.32 installed. When it reaches the part where it's attempting to build some of the JavaScriptCore files under qtscript, I end up with issues between the system pcre and the JavaScriptCore version of pcre. The system pcre does not have functions like jsRegExpFree (which is used by RegexJIT.h). Is the code not supposed to build if you use system-pcre? Is there a way to point it to the JavaScriptCore\pcre directory just for this part of the compile or is there a way to get this part of the code to work with the system version of pcre (that does not have functions like jsRegExpFree)? It would be nice if this used the system version or renamed the internal pcre code so that it didn't collide with the system version of pcre. Thanks.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved