[Webkit-unassigned] [Bug 61778] [Qt] Make run-webkit-tests work under Cygwin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 04:05:21 PDT 2011


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





--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2011-05-31 04:05:21 PST ---
(In reply to comment #1)
> first error:
> 
> animations/animation-shorthand.html -> crashed
> Can't exec "qmake": No such file or directory at /cygdrive/e/webkit_git1/Tools/Scripts/webkitdirs.pm line 1898.
> Use of uninitialized value $qtLibs in substitution (s///) at /cygdrive/e/webkit_git1/Tools/Scripts/webkitdirs.pm line 1899.
> Use of uninitialized value $qtLibs in join or string at /cygdrive/e/webkit_git1/Tools/Scripts/webkitdirs.pm line 1900.
> .Use of uninitialized value $convertedPath in substitution (s///) at Tools/Scripts/old-run-webkit-tests line 1864.

The problem is in setPathForRunningWebKitApp function:
my $qtLibs = `$qmakebin -query QT_INSTALL_LIBS`;

I have no idea why, but backtick doesn't work here.

-- 
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