wxWidgets 2.8 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows. Version 2.8 doesn't work with 64-bit Cocoa, so users can choose between native 32-bit Carbon-based wxWidgets-2.8 (requires SDK for 10.6 or lower) and X11-based wxgtk-2.8 which also works in 64-bit. The port is provided for compatibility reasons only and will be removed as soon as all dependencies start working with wxWidgets-3.0.
wxWidgets 2.8 is an open-source cross-platform C++ GUI framework for Mac OS, Unix, Linux, Windows. Version 2.8 doesn't work with 64-bit Cocoa, so users can choose between native 32-bit Carbon-based wxWidgets-2.8 (requires SDK for 10.6 or lower) and X11-based wxgtk-2.8 which also works in 64-bit. The port is provided for compatibility reasons only and will be removed as soon as all dependencies start working with wxWidgets-3.0.
To install wxWidgets-2.8, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wxWidgets-2.8
To see what files were installed by wxWidgets-2.8, run:
port contents wxWidgets-2.8
To later upgrade wxWidgets-2.8, run:
sudo port selfupdate && sudo port upgrade wxWidgets-2.8
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.