Known Issues

The following list shows the currently known issues of PyCPL 1.0.3

  • At the time of the release of PyCPL 1.0.2, there are issues with building C/C++ projects with GCC 14 from MacPorts when Xcode 16 and the command line tools are installed. A workaround until this is fixed upstream is to use the system, or MacPorts Clang compiler.

  • Currently only the most recent error on the CPL error stack, which may be generated when a recipe exits with an error condition, is received from the child process. Thus, PyCPL reports only the most recent error that occurred. This will be addressed in the next release.

  • On macOS the recipe name prefix is not shown in the recipe message output when running CPL recipes.