Closed Bug 1303466 Opened 8 years ago Closed 8 years ago

fatal error in dom/encoding/Unified_cpp_dom_encoding0.cpp: nsUConvPropertySearch.h: File or directory does not exist

Categories

(Core :: DOM: Core & HTML, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla52
Tracking Status
firefox52 --- fixed

People

(Reporter: aceman, Assigned: aceman)

Details

Attachments

(1 file)

I get the following compile error for a long time already:

In file included from dom/encoding/Unified_cpp_dom_encoding0.cpp:2:0:
dom/encoding/EncodingUtils.cpp:10:35: fatal error: nsUConvPropertySearch.h: File or directory does not exist.
compilation terminated.
gmake[4]: *** [Unified_cpp_dom_encoding0.o] Error 1
gmake[3]: *** [dom/encoding/target] Error 2
gmake[3]: *** Waiting for unfinished jobs....
gmake[2]: *** [compile] Error 2
gmake[1]: *** [default] Error 2
Attached patch patchSplinter Review
This change fixes it, however I am not sure if it is the correct way.
Attachment #8792147 - Flags: review?(hsivonen)
Comment on attachment 8792147 [details] [diff] [review]
patch

I find it odd that anyone has been able to build without this, but it indeed seems that this should be done.
Attachment #8792147 - Flags: review?(hsivonen) → review+
Thanks.
I disable some stuff in my build (using the standard supplied mozconfig options). So maybe this header is pulled in by some unrelated module, that I have disabled.
Keywords: checkin-needed
OS: Unspecified → Linux
Hardware: Unspecified → x86
Version: unspecified → Trunk
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fc2edbb6fa21
Export nsUConvPropertySearch.h so it can be found for dom/encoding/Unified_cpp_dom_encoding0.cpp. r=hsivonen
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/fc2edbb6fa21
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: