[Webkit-unassigned] [Bug 22312] New: Fix PCRE include path problem on Qt-port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 17 08:28:06 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22312

           Summary: Fix PCRE include path problem on Qt-port
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at inf.u-szeged.hu


The pcre.pri contains wrong include path.

The 'INCLUDEPATH += $$PWD $$OUTPUT_DIR/JavaScriptCore/parser/tmp' line should
be 'INCLUDEPATH += $$PWD $$OUTPUT_DIR/JavaScriptCore/tmp'.

No one creates 'parser' directory.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list