Bug 245045 - REGRESSION(254360@main): Broke clean debug builds
Summary: REGRESSION(254360@main): Broke clean debug builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-11 08:27 PDT by Philippe Normand
Modified: 2022-09-11 10:07 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2022-09-11 08:27:26 PDT
/app/webkit/WebKitBuild/Debug/DerivedSources/WebKit/MessageArgumentDescriptions.cpp:45:10: fatal error: 'PlaybackSessionContextIdentifier.h' file not found
#include "PlaybackSessionContextIdentifier.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

This file is in a Cocoa folder, not sure why.
Comment 1 Philippe Normand 2022-09-11 08:50:08 PDT
also:

/app/webkit/WebKitBuild/Debug/DerivedSources/WebKit/MessageArgumentDescriptions.cpp:81:10: fatal error: 'WebCore/ImageDecoderIdentifier.h' file not found
#include <WebCore/ImageDecoderIdentifier.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Comment 2 Philippe Normand 2022-09-11 09:00:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4236
Comment 3 EWS 2022-09-11 10:06:59 PDT
Committed 254363@main (c36c5a83315b): <https://commits.webkit.org/254363@main>

Reviewed commits have been landed. Closing PR #4236 and removing active labels.