-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some type problems detected by clang 4 on OpenBSD/adJ 6.2 #65
Conversation
I notice you integrated changes of ASCOfficeOdfFileW/source/OdfFormat/odf_page_layout_state.cpp |
Hi @vtamara. |
Problems that I can have with the coding style, feel free to correct or tell me and I will correct. |
@agolybev I have been able to compile ONLYOFFICE-core completely in OpenBSD/adJ 6.2. However I have problems linking, specialy with v8. I understand that the current version of core requires version 6.0 ¿right? The libv8 port in OpenBSD is too old (3.12.19), and the v8 included in some ports of node are not 6.0 (OpenBSD 6.2 uses node 6.11.2 which includes v8 version 5.1.281, while OpenBSD 6.3 uses node 8.9.4 wich includes v8 version 6.1.534). I could try to compile version 6.0, but it doesn't seem trivial. Is it possible to link onlyoffice-core with v8 version 6.1.534 ? |
Hi @vtamara, Also I have few comments for you pull request: |
I'm glad that some changes were useful. |
In the process of helping with ONLYOFFICE/build_tools#808