Closed MikaelUrankar closed 1 year ago
Hello @MikaelUrankar, 2 days ago we released new version 7.5.0. Could you try build again? Here our manual - https://github.com/ONLYOFFICE/build_tools
The code hasn't changed and the build failure is the same: https://github.com/ONLYOFFICE/core/blob/master/DesktopEditor/cximage/CxImage/ximagif.cpp#L89C20-L89C33 https://github.com/ONLYOFFICE/core/blob/master/DesktopEditor/doctrenderer/nativecontrol.h#L330C3-L330C10 https://github.com/ONLYOFFICE/core/blob/master/OOXML/XlsxFormat/Chart/ChartSerialize.cpp#L1285 https://github.com/ONLYOFFICE/core/blob/master/OOXML/Binary/Presentation/Converter.cpp#L208 https://github.com/ONLYOFFICE/core/blob/master/OOXML/PPTXFormat/DrawingConverter/ASCOfficeDrawingConverter.cpp#L1956 https://github.com/ONLYOFFICE/core/blob/master/OOXML/PPTXFormat/DrawingConverter/ASCOfficeDrawingConverter.cpp#L1960 https://github.com/ONLYOFFICE/core/blob/master/TxtFile/Source/ConvertDocx2Txt.cpp#L152 https://github.com/ONLYOFFICE/core/blob/master/OOXML/Binary/Sheets/Reader/ChartFromToBinary.cpp#L10085 https://github.com/ONLYOFFICE/core/blob/master/DesktopEditor/common/Directory.cpp#L505 https://github.com/ONLYOFFICE/core/blob/master/DesktopEditor/common/Directory.cpp#L513C20-L513C20
I checked the build on currently updated Ubuntu 16.04 and 20.04, with 4 core cpu, 8 gb ram, 8 gb swap, 80 gb ssd and didn't get any errors. Maybe your machine doesn't have enough resources?
I have a plenty of resources : AMD Ryzen 9 3900X with 64GB of ram I'm using a recent compiler (llvm16)
I agree, you have enought resources. As far as I know at the moment our assembly works only using our tool from this repo https://github.com/ONLYOFFICE/build_tools
It would be nice to fix these errors regardless of the toolchain used.
Unfortunately we haven't the detailed documentation, but i created ticket #64992 with your proposal for our team to add documentation. Duplicate of #751
You do not plan to fix bugs and build failures?
The assembly is adapted only for build_tools at the moment, and it work i checked. I agree with you that the assembly should work not only in our tool chain, but this requires documentation.
This issue is unique.
Operating System of DocumentServer
Linux (DEB package)
Version information
7.4.1.36
Expected Behavior
Build succeed.
Actual Behavior
Build fails.
Reproduction Steps
Build the core component.
Additional information