[Webkit-unassigned] [Bug 102633] New: Visual C++ Express 2005 could not build WebKit any more

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 19:35:20 PST 2012


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

           Summary: Visual C++ Express 2005 could not build WebKit any
                    more
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: toyoshim at chromium.org


Latest solution file contains a new feature, solution folder, which is not supported by Express version.
I'm not sure this is only the problem, but apparently it causes problem to open solution file by Express 2005.

Here is a log I ran build-webkit.
===============================================================================================================================
$ ./Tools/Script/build-webkit --release
WebKitSupportLibrary is up-to-date.
Building results into: /cygdrive/d/src/chromium/src/third_party/WebKit/WebKitBuild
WEBKITOUTPUTDIR is set to: D:\src\chromium\src\third_party\WebKit\WebKitBuild
WEBKITLIBRARIESDIR is set to: D:\src\chromium\src\third_party\WebKit\WebKitLibraries\win
/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/IDE/VCExpress.exe win\WebKit.vcproj\WebKit.sln /build Release
Traceback (most recent call last):
  File "Tools/Scripts/print-vse-failure-logs", line 113, in <module>
    PrintVisualStudioExpressLogs().main()
  File "Tools/Scripts/print-vse-failure-logs", line 102, in main
    build_log_paths = self._sort_buildlogs(self._find_buildlogs(self._obj_directory()))
  File "Tools/Scripts/print-vse-failure-logs", line 67, in _sort_buildlogs
    build_order = self._build_order()
  File "Tools/Scripts/print-vse-failure-logs", line 60, in _build_order
    sln_path = os.path.join(scm.find_checkout_root(), "WebKit", "win", "WebKit.vcproj", "WebKit.sln")
AttributeError: 'module' object has no attribute 'find_checkout_root'


===== BUILD FAILED ======

Please ensure you have run Tools/Scripts/update-webkit to install dependencies.

You can view build errors by checking the BuildLog.htm files located at:
/cygdrive/d/src/chromium/src/third_party/WebKit/WebKitBuild/obj/<project>/<config>.
===============================================================================================================================
VCExpress.exe did nothing and returned non-zero value.
Traceback is caused from another bug, https://bugs.webkit.org/show_bug.cgi?id=74944
It just fails to show build log.

Also, when I'm going to open the solution file from IDE, it says the opening solution contains unsupported solution folders, then could not build some sub projects.

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