[Webkit-unassigned] [Bug 97697] [Qt][WRT] Unresolved external symbol errors with MSVC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 28 16:54:46 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97697
--- Comment #11 from Zoltan Arvai <zarvai at inf.u-szeged.hu> 2012-09-28 16:55:11 PST ---
I found a really nasty thing in the WebKitBuild directory.
It seems if more than one build is running on the same machine at the same time, makefiles can be messed up. On the win2008r2 machine a buildbot is running in the background. On the win7 machine I run only one build at a time.
I searched for differences in win7 and win2008r2 machines WebKitBuild dir and I found strange makefiles, e.g.:
C:\WebKitBuildSlave\proba5beta\WebKit\WebKitBuild\Release\Source\WTF\Makefile.WTF
The right one is here: https://gist.github.com/3802594
The bad one is here: https://gist.github.com/3802589
It must not contain lines like this:
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\WebKitBuild\Release\Tools\qmake\mkspecs\modules-inst\qt_webkit.pri \
This is the other build dir, not the "proba5beta\WebKit\WebKitBuild" that i currently working with.
I will run a test later with turned off buildbot. It should generate a working build.
--
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