Changes between Initial Version and Version 4 of Ticket #65896


Ignore:
Timestamp:
Oct 2, 2023, 12:57:21 AM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You didn't attach a main.log file or tell us what version of emacs you were using.

The commit you mentioned appears to contain fixes for both issues you reported and was included in emacs 29.1 which is the version in MacPorts now so please retry with that version.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65896

    • Property Status changed from new to assigned
    • Property Cc cooljeanius catap added
    • Property Owner set to drkp
    • Property Keywords tiger leopard snowleopard lion added
    • Property Port emacs added
  • Ticket #65896 – Description

    initial v4  
    11Emacs fails to compile on 10.7 because of this error:
    2 
    32
    43{{{
     
    65:info:build   if ([child respondsToSelector:@selector(setAccessibilitySubrole:)])
    76:info:build        ^
    8 
    97}}}
    108
     
    2018nsmenu.m:644:48: error: use of undeclared identifier 'NSTextAlignmentRight'
    2119    [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignmentRight
    22 
    2320}}}
    2421
     
    2825NSTextAlignmentRight
    2926}}}
    30  is valid, not something recent, what else is missing?
     27is valid, not something recent, what else is missing?