Closed Bug 1176589 Opened 9 years ago Closed 4 years ago

C-C Debug Build Issue: OS X 10.7 debug: reference to 'TextRange' is ambiguous

Categories

(Thunderbird :: Build Config, defect)

Other
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: ishikawa, Unassigned)

Details

For a debug build on Try Server on OS X 10.7, 
I have seen the following errors:



/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:693:16: error: reference to 'TextRange' is ambiguous
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:694:9: error: reference to 'TextRange' is ambiguous
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:698:3: error: reference to 'TextRange' is ambiguous
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:698:23: error: field has incomplete type 'mozilla::TextRange'
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:700:16: error: reference to 'TextRangeArray' is ambiguous
/System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:701:9: error: reference to 'TextRangeArray' is ambiguous
make[5]: *** [Unified_cpp_xpcom_io1.o] Error 1
make[5]: *** Waiting for unfinished jobs.... 

For example,
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=45fa0b2d0245

Has anyone noticed this.
I modified a few files in my patch series, but it has no reference to TextRangeArray as far as I can tell.
It occurs on optimization build as well.

E.g.
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=231b91e2ca67

10.7 SDK is no longer supported.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.