You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/bin/sh: 1: cygpath: not found
cd exe && iscc -Qp -DVERSION=0.0.0.0 -DEDITION=community -DBRANDING_DIR='' common.iss
/bin/sh: 1: iscc: not found
Makefile:502: recipe for target 'exe/ONLYOFFICE-DocumentServer-0.0.0.0-x64.exe' failed
make: *** [exe/ONLYOFFICE-DocumentServer-0.0.0.0-x64.exe] Error 127
The text was updated successfully, but these errors were encountered:
Hello @yiwen9488, cygpath is maybe part of the cygwin package, and iscc may be part of the Inno Setup Compiler installer installation, but not sure, i am just QA. I created ticket #68211 to the developers to add the feature to build packages with using build_tools.
Hello @yiwen9488, cygpath is maybe part of the cygwin package, and iscc may be part of the Inno Setup Compiler installer installation, but not sure, i am just QA. I created ticket #68211 to the developers to add the feature to build packages with using build_tools.
I used build_tools on windows also compiled successfully, out directory generated a compiled file, can run up, I ask how to compile a good file under windows package into exe? Is there a script for that
It was successfully compiled in ubuntu using build tools
get clone https://github.com/ONLYOFFICE/document-server-package
cd doument-server-package
make exe
/bin/sh: 1: cygpath: not found
cd exe && iscc -Qp -DVERSION=0.0.0.0 -DEDITION=community -DBRANDING_DIR='' common.iss
/bin/sh: 1: iscc: not found
Makefile:502: recipe for target 'exe/ONLYOFFICE-DocumentServer-0.0.0.0-x64.exe' failed
make: *** [exe/ONLYOFFICE-DocumentServer-0.0.0.0-x64.exe] Error 127
The text was updated successfully, but these errors were encountered: