build_tools icon indicating copy to clipboard operation
build_tools copied to clipboard

Support OpenBSD

Open vtamara opened this issue 8 years ago • 2 comments

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__)
  • __int64 with int64_t
  • _UINT32 with uint32_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:

vtamara avatar Dec 07 '17 10:12 vtamara

Hello @vtamara ! Sorry for late reply. On this issue created by enhancement #67982.

avdddd1111 avatar May 14 '24 10:05 avdddd1111

Any idea on how to run Only Office on OpenBSD?

ozgurkazancci avatar Oct 31 '24 14:10 ozgurkazancci