pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML.
pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
To install py38-pygccxml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-pygccxml
To see what files were installed by py38-pygccxml, run:
port contents py38-pygccxml
To later upgrade py38-pygccxml, run:
sudo port selfupdate && sudo port upgrade py38-pygccxml
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.