[Webkit-unassigned] [Bug 77112] New: If the QTDIR environment variable is set, the build system fails to compile WinCairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 10:03:37 PST 2012


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

           Summary: If the QTDIR environment variable is set, the build
                    system fails to compile WinCairo
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david.delaune at hotmail.com
                CC: aroben at apple.com, bfulgham at webkit.org, ossy at webkit.org


Hi,

When the environment variable QTDIR is defined the build system fails to compile the WinCairo branch. The problem is in the perl module:

WebKit\Tools\Scripts\webkitdirs.pm

The sub determineIsQt() function contains the line:  $isQt = defined($ENV{'QTDIR'});

It could easily be fixed by adding a check for isWinCairo()

Best Wishes,
-David Delaune

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



More information about the webkit-unassigned mailing list