Closed
Bug 1337129
Opened 8 years ago
Closed 8 years ago
include LocaleService.h not found from gtest/TestLocaleService.cpp:7:27
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: aceman, Unassigned)
References
Details
Attachments
(1 file)
3.41 KB,
patch
|
zbraniecki
:
review+
|
Details | Diff | Splinter Review |
I get a permanent compile error: mozilla/intl/locale/tests/gtest/TestLocaleService.cpp:7:27: fatal error: LocaleService.h: File does not exist
This is on Slackware linux, 64 bit, gcc 5.4.
This appeared somewhere in the last month (I updated from Dec 20th straight to Feb 04th 2017).
I do have that file in src/intl/locale and in objdir/dist/include/mozilla/intl/ , which seems correct.
As discussed on IRC (#developers), changing to #include "../../localeService.h" fixes compiling that file.
Comment 1•8 years ago
|
||
:jfkthame - should we do something about our include paths?
Flags: needinfo?(jfkthame)
Comment 2•8 years ago
|
||
:aceman, if you apply this patch, does it resolve the problem for you?
Updated•8 years ago
|
Flags: needinfo?(jfkthame) → needinfo?(acelists)
Comment 4•8 years ago
|
||
Comment on attachment 8834427 [details] [diff] [review]
Fix up #include paths used in unit tests for new intl services
I think this is a more correct way to deal with the paths.
Attachment #8834427 -
Flags: review?(gandalf)
Comment 5•8 years ago
|
||
Comment on attachment 8834427 [details] [diff] [review]
Fix up #include paths used in unit tests for new intl services
lgtm!
Attachment #8834427 -
Flags: review?(gandalf) → review+
Comment 6•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/18d066fac5dbd8ba11a61b650c65c88547fc8c6a
Bug 1337129 - Fix up #include paths used in unit tests for new intl services. r=gandalf
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•