[Webkit-unassigned] [Bug 181665] [CMake][Mac] Fix the build errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 15 23:25:38 PST 2018


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

--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> [ 96%] Building C object Tools/MiniBrowser/mac/CMakeFiles/MiniBrowser.dir/AppDelegate.m.o
> In file included from <built-in>:1:
> In file included from /Users/fujii/work/webkit/g1/Tools/MiniBrowser/mac/MiniBrowser_Prefix.pch:28:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/WebKit.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/Shared/API/Cocoa/WebKit.h:58:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/WebKitLegacy.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/UIProcess/API/Cocoa/WebKitLegacy.h:31:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/WebBackForwardList.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/UIProcess/WebBackForwardList.h:28:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/Shared/API/APIObject.h:29:
> In file included from /Users/fujii/work/webkit/g1/Source/WTF/wtf/RefCounted.h:24:
> /Users/fujii/work/webkit/g1/Source/WTF/wtf/FastMalloc.h:24:10: fatal error: 'new' file not found
> #include <new>
>          ^~~~~
> 1 error generated.
> make[2]: *** [Tools/MiniBrowser/mac/CMakeFiles/MiniBrowser.dir/AppDelegate.m.o] Error 1
> make[1]: *** [Tools/MiniBrowser/mac/CMakeFiles/MiniBrowser.dir/all] Error 2


> [ 97%] Building CXX object Tools/WebKitTestRunner/CMakeFiles/WebKitTestRunner.dir/mac/UIScriptControllerMac.mm.o
> In file included from /Users/fujii/work/webkit/g1/Tools/DumpRenderTree/mac/ObjCPlugin.m:30:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/WebKit.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/Shared/API/Cocoa/WebKit.h:58:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/WebKitLegacy.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/UIProcess/API/Cocoa/WebKitLegacy.h:31:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/WebBackForwardList.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/UIProcess/WebBackForwardList.h:28:
> In file included from /Users/fujii/work/webkit/g1/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebKit/APIObject.h:1:
> In file included from /Users/fujii/work/webkit/g1/Source/WebKit/Shared/API/APIObject.h:29:
> In file included from /Users/fujii/work/webkit/g1/Source/WTF/wtf/RefCounted.h:24:
> /Users/fujii/work/webkit/g1/Source/WTF/wtf/FastMalloc.h:24:10: fatal error: 'new' file not found
> #include <new>
>          ^~~~~
> 1 error generated.
> make[2]: *** [Tools/DumpRenderTree/CMakeFiles/DumpRenderTree.dir/mac/ObjCPlugin.m.o] Error 1
> make[1]: *** [Tools/DumpRenderTree/CMakeFiles/DumpRenderTree.dir/all] Error 2
> /Users/fujii/work/webkit/g1/Tools/WebKitTestRunner/mac/UIScriptControllerMac.mm:82:20: warning: implicit conversion from
>       'const NSInteger' (aka 'const long') to 'int' changes value from 9223372036854775807 to -1 [-Wconstant-conversion]
>         location = NSNotFound;
>                  ~ ^~~~~~~~~~
> 1 warning generated.
> [ 97%] Linking CXX executable ../../bin/WebKitTestRunner
> [ 98%] Built target WebKitTestRunner

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180116/7dd27bfd/attachment.html>


More information about the webkit-unassigned mailing list