Closed Bug 1769832 Opened 3 years ago Closed 3 years ago

Build error with `ac_add_options --disable-printing`: dom/ipc/BrowserChild.cpp:39:10: fatal error: 'mozilla/layout/RemotePrintJobChild.h' file not found

Categories

(Core :: Printing: Output, defect)

defect

Tracking

()

RESOLVED FIXED
102 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox100 --- unaffected
firefox101 --- unaffected
firefox102 --- fixed

People

(Reporter: dholbert, Assigned: dholbert)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Recently-introduced build error, if you compile with ac_add_options --disable-printing:

dom/ipc/BrowserChild.cpp:39:10: fatal error: 'mozilla/layout/RemotePrintJobChild.h' file not found
 #include "mozilla/layout/RemotePrintJobChild.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Just needs an ifdef wrapper around that include statement.

Summary: Build → Build error with `ac_add_options --disable-printing`: dom/ipc/BrowserChild.cpp:39:10: fatal error: 'mozilla/layout/RemotePrintJobChild.h' file not found

Set release status flags based on info from the regressing bug 1432651

Pushed by dholbert@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a193c9399ab4 Move a print-related #include to an ifdef-guarded section, to fix compile error with --disable-printing. r=jwatt
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: