On Thu, Sep 08, 2011 at 09:22:52PM +0200, Francois Tigeot wrote: > Hi, > > This commit has added a file named filter/source/svg/js2hxx.py > which has the following shebang : > > #!/usr/bin/env python > > Unfortunately, system python is not always named 'python'. On one of my > systems, it is named 'python2.6' and the build breaks when it encounters > this script... > > Configure correctly detects the right python interpreter and puts it in > the PYTHON environment variable but I'm not sure how to exploit it to > correct this issue
Hi, Francois, the shebang is actually a red herring: the real problem is in filter/source/svg/makefile.mk, that uses plain "python" in case of "$(SYSTEM_PYTHON)" != "". Commit 82f6c0502e51afbc25e5bf0fcee7914a1a5b3f28 should fix the problem. D. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
