WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
169244
[CMake] SN-DBS fails to build: Cannot open include file: 'WebCoreTestSupportPrefix.h'
https://bugs.webkit.org/show_bug.cgi?id=169244
Summary
[CMake] SN-DBS fails to build: Cannot open include file: 'WebCoreTestSupportP...
Fujii Hironori
Reported
2017-03-06 18:47:57 PST
[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 ==========
Attachments
Patch
(1.26 KB, patch)
2017-03-06 19:00 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2017-03-06 19:00:42 PST
Created
attachment 303603
[details]
Patch
WebKit Commit Bot
Comment 2
2017-03-06 20:17:04 PST
Comment on
attachment 303603
[details]
Patch Clearing flags on attachment: 303603 Committed
r213493
: <
http://trac.webkit.org/changeset/213493
>
WebKit Commit Bot
Comment 3
2017-03-06 20:17:07 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug