ONLYOFFICE/build_tools

error 2

weiboboCN opened this issue · 9 comments

environment :ubuntu14.04 (wsl2 docker)
1: sudo apt-get install -y python
2: git clone https://github.com/ONLYOFFICE/build_tools.git
3: cd build_tools/tools/linux
4: ./automate.py server
error occurred during step4
detail:
static void CheckPathOn_Fill_Stroke(std::wstring& strPath, bool& bFill, bool& bStroke)
^
make[1]: Leaving directory `/root/core/ASCOfficeDocxFile2/Linux'
make: *** [sub--root-core-ASCOfficeDocxFile2-Linux-ASCOfficeDocxFile2Lib-pro-make_first-ordered] Error 2
Error (make): 2
Error (./make.py): 1
WX20220527-182705@2x

4: ./automate.py server

Could you try to build it not only server but all components, like ./automate.py

Seems that several times we got problems building only part of project, but if all is build (which add little more time) - everything will be fine

version: 7.1.1
I had a similar error.
image
@ShockwaveNN

@verydemo

Did you run this?

Could you try to build it not only server but all components, like ./automate.py

I'm compiling. ./automate.py
@ShockwaveNN

image
file not exist.
@ShockwaveNN

Yeah, I see this file do not exists

Do you trying to compile from master? Any modification to code? How can I reproduce your problem?

@ShockwaveNN
I used master, still error:
image

Thanks. I recompiled it and it worked.
@ShockwaveNN

This issue was closed due to no response.