[Webkit-unassigned] [Bug 169244] New: [CMake] SN-DBS fails to build: Cannot open include file: 'WebCoreTestSupportPrefix.h'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 6 18:47:57 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=169244
Bug ID: 169244
Summary: [CMake] SN-DBS fails to build: Cannot open include
file: 'WebCoreTestSupportPrefix.h'
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: lforschler at apple.com
[CMake] SN-DBS fails to build: Cannot open include file: 'WebCoreTestSupportPrefix.h'
I'm using SN-DBS <http://www.snsystems.com/> for distributed compilation on Windows.
WebCoreTestSupport module specifies WebCoreTestSupportPrefix.h as a precompiled header without an include path to it.
This causes no problem for Visual Studio because WebCoreTestSupportPrefix.h is searched in PCH file.
However, SN-DBS does not use PCH file, and can not find WebCoreTestSupportPrefix.h.
> ------ Rebuild All started: Project: WebCoreTestSupport, Configuration: Debug x64 ------
> Building Custom Rule C:/webkit/ga/Source/WebCore/CMakeLists.txt
> CMake does not need to re-run because C:\webkit\ga\WebKitBuild\Debug\Source\WebCore\CMakeFiles\generate.stamp is up-to-date.
> WebCoreTestSupportPrefix.cpp
> PlatformSpeechSynthesizerMock.cpp
> MockBox.cpp
> MockMediaPlayerMediaSource.cpp
> MockMediaSourcePrivate.cpp
> MockSourceBufferPrivate.cpp
> MockCDMFactory.cpp
> MockGamepad.cpp
> MockGamepadProvider.cpp
> JSMallocStatistics.cpp
> JSMemoryInfo.cpp
> InternalSettingsGenerated.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\InternalSettingsGenerated.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSInternalSettings.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSInternalSettings.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSGCObservation.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSGCObservation.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSTypeConversions.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSTypeConversions.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSInternalSettingsGenerated.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSInternalSettingsGenerated.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSMockPageOverlay.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSMockPageOverlay.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSMockContentFilterSettings.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSMockContentFilterSettings.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> InternalSettings.cpp
> C:\webkit\ga\Source\WebCore\testing\InternalSettings.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> JSMockCDMFactory.cpp
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\WebCore\JSMockCDMFactory.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> GCObservation.cpp
> C:\webkit\ga\Source\WebCore\testing\GCObservation.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> MockPageOverlayClient.cpp
> C:\webkit\ga\Source\WebCore\testing\MockPageOverlayClient.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> MockPageOverlay.cpp
> C:\webkit\ga\Source\WebCore\testing\MockPageOverlay.cpp : fatal error C1083: Cannot open include file: 'WebCoreTestSupportPrefix.h': No such file or directory
> WebCoreTestSupport.cpp
> JSInternals.cpp
> Internals.cpp
> ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170307/15c01278/attachment.html>
More information about the webkit-unassigned
mailing list