About Python version

Julien Nabet serval2412 at yahoo.fr
Sat Dec 17 16:10:31 UTC 2016


On 17/12/2016 16:22, jan iversen wrote:
>> So I wonder what Python version should be used for LO master sources?
>> I used --enable-python=internal but my config.log displays some 2.7 ref, see
>> https://bugs.documentfoundation.org/show_bug.cgi?id=103363#c15
>>
> I had build problems on osx sierra, due to the fact that I installed Python3 (official) alongside the apple 2.7 version.
>
> tml_ helped me solve the problem, which boiled down to use:
> --enable-python=fullyinternal
>
> When I used =internal I got a mixture of 2.7 and 3.5 header files.
>
> This is clearly something that needs to be adressed in configure.ac and is on my list (but that is a long list).
Thank you for your feedback Jan, I'll give it a try.
BTW, it seems the right option is "fully-internal" since I can read this 
on configure.ac:
    1172 AC_ARG_ENABLE(python,
    1173 
AS_HELP_STRING([--enable-python=<no/auto/system/internal/fully-internal>],



More information about the LibreOffice mailing list