Closed Bug 723618 Opened 12 years ago Closed 12 years ago

compile errors on Mac OS X 10.7 targeting 10.6 SDK

Categories

(Core :: Graphics, defect)

x86_64
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla13

People

(Reporter: jaas, Assigned: espindola)

References

Details

Attachments

(2 files)

Attached file build log
Full log attached.

In file included from /Users/josh/src/mozilla/ff_trunk_debug_x86_64/dom/plugins/ipc/PluginUtilsOSX.mm:42:
In file included from /Users/josh/src/mozilla/ff_trunk_debug_x86_64/dom/plugins/ipc/PluginUtilsOSX.h:45:
In file included from ../../../dist/include/nsCoreAnimationSupport.h:49:
../../../dist/include/nsIOSurface.h:48:7: error: redefinition of 'NSOpenGLContext' as different kind of symbol
class NSOpenGLContext;
I'm seeing this as well. I also fingered bug 715785 as the root cause. Although, I haven't proved it.

This is the first time I haven't been able to build with the 10.7 SDK since 10.7 first came out (July 2011). Is backing out https://hg.mozilla.org/mozilla-central/rev/67b0e13d7a62 justified?
No, but we can fix this instead :)
I added a patch to bug 723738.
Should I just move it here?
With this forward declaration the code reduces to

@interface NSOpenGLContext {
}
@end
class NSOpenGLContext;

which gcc accepts but clang intentionally rejects.

https://tbpl.mozilla.org/?tree=Try&rev=b8b6eed5b818
Assignee: nobody → respindola
Status: NEW → ASSIGNED
Attachment #593996 - Flags: review?(jmuizelaar)
Comment on attachment 593996 [details] [diff] [review]
remove forward declaration

I can review this. r+
Attachment #593996 - Flags: review?(jmuizelaar) → review+
https://hg.mozilla.org/mozilla-central/rev/8c6eab735db2
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: