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


2011/11/6 Miklos Vajna <vmiklos@frugalware.org>:
On Sat, Nov 05, 2011 at 03:11:52PM -0700, julien2412 <serval2412@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

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.