Hi, On 25 January 2013 08:21, Алексей Павлов <[email protected]> wrote: > > I have builded pcre-8.32 as static with mingw-w64. When I building Qt with > system-pcre I got errors:
I guess this report is more suited against Qt rather than against PCRE. Anyhow, the problem is that Qt should detect (not 100% sure how, must discuss this with the buildsystem maintainers) whether you're linking against a static or a dynamic PCRE and add the needed define accordingly. In case, you can easily patch Qt (and add that define by hand) or just overwrite the PCRE source import in src/3rdparty/pcre with the files from the 8.32 version. HTH, -- Giuseppe D'Angelo -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
