Comment 3 for bug 1804771

Revision history for this message
Maciej Suminski (orsonmmz) wrote :

Hi Gabriel,

The error message says it all: Cannot find wxPython.h. Given that the search paths start with /usr/local, I assume you have previously compiled and installed wxWidgets manually and now it takes precedence.

If you have wxPython installed from your distribution package, then you may add -DwxWidgets_CONFIG_EXECUTABLE=/path/to/wx-config parameter to the cmake command. The path is likely /usr/bin/wx-config.