[Webkit-unassigned] [Bug 262025] New: Fix TestWebKitAPI dependency on gtest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 24 20:29:26 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262025
Bug ID: 262025
Summary: Fix TestWebKitAPI dependency on gtest
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
Fix TestWebKitAPI dependency on gtest.
I saw this error when precompiling TestWebKitAPIPrefix.h:
In file included from Tools/TestWebKitAPI/TestWebKitAPIPrefix.h:51:
WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: fatal error: 'gtest/internal/gtest-internal.h' file not found
#include "gtest/internal/gtest-internal.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: note: did not find header 'internal/gtest-internal.h' in framework 'gtest' (loaded from 'WebKitBuild/Release')
1 error generated.
--
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/20230925/47f5ad40/attachment.htm>
More information about the webkit-unassigned
mailing list