Ticket #14797 (closed build error: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.

