Ticket #14797 (closed build error: fixed)

Opened 8 months ago

Last modified 8 months ago

OSX Cocoa compile error

Reported by: mikk Owned by:
Priority: critical Milestone:
Component: wxOSX-Cocoa Version: 2.9-svn
Keywords: compile Cc:
Blocked By: Patch: yes
Blocking:

Description

Ran the following configure on trunk

configure --disable-shared --enable-unicode --with-osx_cocoa

Build yields the following error while compiling src/osx/cocoa/button.mm

../src/osx/cocoa/button.mm:177: error: no ‘void wxButtonCocoaImpl::SetAcceleratorFromLabel(const wxString&)’ member function declared in class ‘wxButtonCocoaImpl’

Attached patch fixes the issue.

Attachments

wxButtonCocoaImpl.patch download (478 bytes) - added by mikk 8 months ago.

Change History

Changed 8 months ago by mikk

Changed 8 months ago by SC

  • status changed from new to closed
  • resolution set to fixed

(In [72865]) missing commit, fixes #14797

Note: See TracTickets for help on using tickets.