With the latest update, the python bindings are no longer built with `cd resources/python/src/ make` Instead, one has to run `make python` and, optionally, `make python-install` The configure file correctly states the commands, that's how I found out.
With the latest update, the python bindings are no longer built with
cd resources/python/src/ makeInstead, one has to run
make pythonand, optionally,
make python-installThe configure file correctly states the commands, that's how I found out.