https://bugs.documentfoundation.org/show_bug.cgi?id=116412
Xisco FaulĂ <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #18 from Xisco FaulĂ <[email protected]> --- I created a simple patch to not disable bz2 in external/python3/python-3.5.4-msvc-disable.patch.1 -> https://gerrit.libreoffice.org/c/core/+/139580 However, _bz2.vcxproj depends on some additional dependencies xisco@xisco:~/cpython/PCbuild$ git grep bz2 . _bz2.vcxproj: <RootNamespace>bz2</RootNamespace> _bz2.vcxproj: <AdditionalIncludeDirectories>$(bz2Dir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> _bz2.vcxproj: <ClCompile Include="..\Modules\_bz2module.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\blocksort.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\bzlib.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\compress.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\crctable.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\decompress.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\huffman.c" /> _bz2.vcxproj: <ClCompile Include="$(bz2Dir)\randtable.c" /> _bz2.vcxproj: <ClInclude Include="$(bz2Dir)\bzlib.h" /> _bz2.vcxproj: <ClInclude Include="$(bz2Dir)\bzlib_private.h" /> which I don't know how to add in the Python-3.8.12.tar.xz file -- You are receiving this mail because: You are the assignee for the bug.
