bugXnee - Bugs: bug #63880, Undefined symbols on macOS 11 and...

 
 

bug #63880: Undefined symbols on macOS 11 and later

Submitter:  Ryan Carsten Schmidt <ryandesign>
Submitted:  Wed 08 Mar 2023 04:29:19 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 08 Mar 2023 04:29:19 AM UTC, original submission:  

xnee 3.19 fails to link on macOS when MACOSX_DEPLOYMENT_TARGET is 11.0 or greater because you've built your build system using libtool 2.4.2 which did not anticipate that the macOS version would ever be different from 10.x. This is https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44605.


Undefined symbols for architecture x86_64:
  "_XAllowEvents", referenced from:
      _xnee_check_key in xnee_km.o
  "_XAutoRepeatOff", referenced from:
      _xnee_set_autorepeat in xnee_setget.o
      _xnee_reset_autorepeat in xnee_setget.o
  "_XAutoRepeatOn", referenced from:
      _xnee_reset_autorepeat in xnee_setget.o
  "_XCheckMaskEvent", referenced from:
      _xnee_check_key in xnee_km.o
  "_XCloseDisplay", referenced from:
      _xnee_close_down in xnee_session.o
      _xnee_setup_display in xnee_display.o
  "_XDisplayName", referenced from:
      _xnee_open_display in xnee_display.o
  "_XFetchName", referenced from:
      _xnee_record_handle_event_printer in xnee_record.o
      _xnee_window_add_attribute_impl in xnee_window.o
  "_XFlush", referenced from:
      _xnee_record_handle_event_printer in xnee_record.o
      _xnee_setup_recording in xnee_record.o
      _xnee_replay_main_loop in xnee_replay.o
      _xnee_setup_rep_recording in xnee_replay.o
      _xnee_reset_autorepeat in xnee_setget.o
      _xnee_replay_event_handler in xnee_fake.o
      _xnee_fake_key_event_impl in xnee_fake.o
      ...


The fix is to regenerate your build system using libtool 2.4.7 or later.

Ryan Carsten Schmidt <ryandesign>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ryandesign (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code