[Libreoffice] About errors of Windows Tinderbox (pb about PYTHONPATH ?)

Andras Timar timar74 at gmail.com
Sun Nov 6 06:25:10 PST 2011


2011/11/6 Miklos Vajna <vmiklos at frugalware.org>:
> On Sat, Nov 05, 2011 at 03:11:52PM -0700, julien2412 <serval2412 at yahoo.fr> wrote:
>> So i searched about PYTHONHOME and found it in windows.mk for Windows 32
>> part :
>>       770 gb_PYTHON_PRECOMMAND := PATH="$${PATH}:$(OUTDIR)/bin"
>> PYTHONHOME="$(OUTDIR)/lib/python"
>> PYTHONPATH="$(OUTDIR)/lib/python;$(OUTDIR)/lib/python/lib-dynload"
>>
>> I compared with unxgcc.mk
>> 526 gb_PYTHON_PRECOMMAND := $(gb_Helper_set_ld_path)
>> PYTHONHOME=$(OUTDIR)/lib/python
>> PYTHONPATH=$(OUTDIR)/lib/python:$(OUTDIR)/lib/python/lib-dynload
>>
>> PYTHONHOME seems OK since Python is loaded but then I took a look at
>> PYTHONPATH :
>> I just wonder if the pathes shouldn't be separated with a ":" instead of ";"
>>  too.
>> if yes, the pb is also in winmingw.mk, line 678
>
> I don't think that's a problem, see commit
> f58c4f0439d53bc3116d5321fc89d89bab26cb1d.
>
> I'm pretty sure Andras tested that on Windows and not on OSX. :)

No, I tested it only on Linux. I'll check the Windows build ASAP. BTW
I could not find why this fix was necessary, it worked well before.

Cheers,
Andras


More information about the LibreOffice mailing list