On Sat, Nov 05, 2011 at 03:11:52PM -0700, julien2412 <[email protected]> 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. :) (Given that Voreppe used to break even when the tree was OK, I would wait to see if this is just a random failure or a real one.)
pgpntWkbjLCHM.pgp
Description: PGP signature
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
