Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi David,

On 19.06.2012 07:23, David Tardon wrote:
Hi,

On Fri, Jun 08, 2012 at 09:22:12AM +0200, David Ostrovsky wrote:
Hi,

with the last change set https://gerrit.libreoffice.org/#/c/179/
clean build on linux x86_64 with --enable-python=internal is working.

Two questions:
The thing is
on unix:
python.sh is get copied to bin/pyuno/python in Package_python_shell.mk

on wnt:
native python executable wrapper is built in
pyuno/Executable_python.mk now and is delivered by default to
bin/python.exe.
But then we have a collision with native python executable artifact
which get build in python module.
How can i force on gbuild land (RepositoryFixes.mk doesn't handle
executables, only libs so far)
Sorry I am late here...
better late then never ;-)

This is actually very easy--all you need to do
is to name the executable pyuno/python instead of just python :-)
IOW

$(eval $(call gb_Executable_Executable,python))

becomes

$(eval $(call gb_Executable_Executable,pyuno/python))
Thank you! Pushed a fix for it:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=d633da43995f7457e487634016b2ca3bbc9245b2

Regards
David

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.