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
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
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
withint64_t
UINT32
withuint32_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:
The text was updated successfully, but these errors were encountered: