Hi Lukas, Am Donnerstag, 10. Oktober 2019 22:11:11 UTC+2 schrieb lukas: > > The cmake command to find python executables and libraries has changed > in cmake 3.12. As a results hugin doesn't build for example in the > current debian/testing. > > Attached is a patch to fix this problem. It's tested against > linux/cmake 3.13.4. >
I don't like the duplication of lot of code. (Especially under the aspect that nearly nobody is using/maintaining the Python interface and that there no practical applications of the script interface.) I was aware of the changes. But current CMake version 3.16 still ships with FindPythonInterp which also finds Python 3.7 and 3.8. It is only marked as deprecated. Maybe it is sufficient for you to specify the Python version explicit on the command line as Andreas does or update CMake to a more up-to-date version, which also support current Python versions in FindPythonInterp. Thomas -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/d83f173a-e27b-4de3-8e41-75d9abc150e2%40googlegroups.com.
