Support OpenBSD
Do you want to request a feature or report a bug? Feature. For sure ONLYOFFICE/DocumentServer#79 has a lot in common with this one.
What is the current behavior?
Hard to compile on OpenBSD/adJ.
I tried some time ago and could advance, but not to the point of having working binaries. Some files required simple changes like:
-
#if defined(__linux__)with#if defined(__unix__) -
__int64withint64_t - _
UINT32withuint32_t
Also some minor modifications of Makefile and .pro files was possible.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Clone this repository and try to compile on OpenBSD and adJ
What is the expected behavior? Obtain binaries that work on OpenBSD and adJ (see https://en.wikipedia.org/wiki/AdJ )
Did this work in previous versions of DocumentServer? No, I tried some time ago and it was difficult
DocumentServer version: 4.2.11
Operating System: OpenBSD/adJ 6.1
Browser version:
Hello @vtamara ! Sorry for late reply. On this issue created by enhancement #67982.
Any idea on how to run Only Office on OpenBSD?