[MacPorts] #70049: nedit @5.7: Symbol not found: _vendorShellWidgetClass

MacPorts noreply at macports.org
Wed May 22 18:27:25 UTC 2024


#70049: nedit @5.7: Symbol not found: _vendorShellWidgetClass
------------------------+------------------------
  Reporter:  obspyyale  |      Owner:  mohd-akram
      Type:  defect     |     Status:  closed
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.9.3
Resolution:  fixed      |   Keywords:  sonoma
      Port:  nedit      |
------------------------+------------------------

Comment (by mohd-akram):

 It seems there might be a simpler patch for Xm, Xaw and Xt that would make
 them behave like on other platforms. Rather than using
 `__attribute__((constructor))`, I did a quick test with
 `__attribute__((weak))` and if set on a variable in multiple libraries,
 they will coalesce onto the first one found, even when using two-level
 namespaces, like on Linux. That could potentially be used for
 `vendorShellWidgetClass` and we wouldn't have to change linking order.

-- 
Ticket URL: <https://trac.macports.org/ticket/70049#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list