Changes between Initial Version and Version 4 of Ticket #65896
- Timestamp:
- Oct 2, 2023, 12:57:21 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65896
-
Property
Status
changed from
new
toassigned
- Property Cc cooljeanius catap added
- Property Owner set to drkp
- Property Keywords tiger leopard snowleopard lion added
- Property Port emacs added
-
Property
Status
changed from
-
Ticket #65896 – Description
initial v4 1 1 Emacs fails to compile on 10.7 because of this error: 2 3 2 4 3 {{{ … … 6 5 :info:build if ([child respondsToSelector:@selector(setAccessibilitySubrole:)]) 7 6 :info:build ^ 8 9 7 }}} 10 8 … … 20 18 nsmenu.m:644:48: error: use of undeclared identifier 'NSTextAlignmentRight' 21 19 [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignmentRight 22 23 20 }}} 24 21 … … 28 25 NSTextAlignmentRight 29 26 }}} 30 27 is valid, not something recent, what else is missing?