Still getting errors on my 64-bit openSUSE system. did:
rm solver/unxlngx6.pro/inc/external/expat/expat.h make python3.clean make python3 (...) creating Makefile Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] gcc: unrecognized option '-R/usr/lib64' /home/stephan/Software/libreoffice-master/core/workdir/ unxlngx6.pro/UnpackedTarball/python3/Modules/_curses_panel.c:17:19: fatal error: panel.h: No such file or directory compilation terminated. (...) Python build finished, but the necessary bits to build these modules were not found: _lzma _tkinter To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _curses_panel [build PRJ] python3 [build PKG] python3 [build EPK] python3 [build MOD] python3 [build ALL] top level modules: python3 [build ALL] loaded modules: python3 make[2]: Leaving directory `/home/stephan/Software/libreoffice-master/core/python3' make[1]: Leaving directory `/home/stephan/Software/libreoffice-master/core' 2012/11/28 Olivier Hallot <[email protected]> > Although the fix for expat and element—tree is is removing dirty expat > from solenv/, Lightproof is not operational. I did a clean dev-install and > ./soffice console shows the issue. > Olivier > Em 27/11/2012 14:11, "Michael Stahl" <[email protected]> escreveu: > >> >> with the commit 38a22a9026a3d8a67f3e16ec650960a10b527d25 "Switch from >> python to python3" Python 3.3 is now bundled with LibreOffice when >> configured --enable-python=internal. >> >> with the commit 602b746330d21ae1b9c0fc60eb0980ed92cd5680 "configure: >> switch system Python minimum to 3.3" the minimum version for a system >> Python (when using --enable-python=system) has been raised to 3.3; >> however for a transition period of a few releases it will still be >> possible to use a Python 2 version 2.6 or later, by explicitly setting >> PYTHON, PYTHON_CFLAGS, PYTHON_LIBS variables. >> >> there are currently no known issues with pyuno (remotely) and Python >> Script Provider when running on Python 3. >> >> there are still some bits of Python code that are not yet ported to run >> on Python 3, such as the email sending stuff in scripting/source/pyprov/ >> and LightProof but hopefully we'll get that done before 4.0 release. >> >> thanks to Christian Lohmaier for his work to get internal python3 >> packaged on Mac OS X, to Laszlo Nemeth for advice in porting the Python >> Script Provider extension, and to Xisco Fauli for porting the Python >> based Wizards. >> >> _______________________________________________ >> LibreOffice mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/libreoffice >> > > _______________________________________________ > LibreOffice mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libreoffice > >
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
