https://bz.apache.org/ooo/show_bug.cgi?id=123975
--- Comment #20 from Pedro Giffuni <[email protected]> --- (In reply to Pedro Giffuni from comment #19) > (In reply to damjan from comment #18) ... > > > > Can you please provide more details on that building with Python >= 3.6 on > > FreeBSD part? I couldn't find any info on it anywhere. > > Hi; > > Sorry for the delay. There is a FreeBSD bug report: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229408 Details / smoking gun in the pyuno module: .... [ build CXX ] pyuno/source/module/pyuno_util /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/pyuno/source/loader/pyuno_loader.cxx:117:5: error: no matching function for call to 'Py_SetPythonHome' Py_SetPythonHome( o.pData->buffer); ^~~~~~~~~~~~~~~~ /usr/local/include/python3.7m/pylifecycle.h:43:18: note: candidate function not viable: no known conversion from 'sal_Char [1]' to 'const wchar_t *' for 1st argument PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *); ^ 1 error generated. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
