-
Notifications
You must be signed in to change notification settings - Fork 191
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
[ArchLinux] AttributeError: module 'boost' has no attribute 'make' #454
Comments
with some touch (disable boost, icu and openssl (also hunspell and glew), because is already installed in the system throught package manager), im able to build/install up to V8, with fails
wich also fail build due again python 3.10 :/ |
Sorry, right now building onlyoffice from sources is supported only on Ubuntu I don't think we got enough manpower to properly adapt this script to more Linux system As far as I remember - most problems come from v8 build (as your latest message point out) |
I've created issue 56287 in our private issue tracker about build support on Arch Linux, but I don't think we'll made it any time soon |
from modules import boost def check_android_ndk_macos_arm(dir): def make(): |
@wwdhf |
Describe your problem:
fail execution
automate.py
maybe a problem with python 3.10?
Steps to reproduce the problem:
clone this repo,
edit the
automate.py
script for comment out all apt-get references. archlinux not exist that tool, but install by pacman (archlinux package manager) all dependencieds referenced in the scriptsave and run
automate.py
scriptPlease make sure your error can be reproduced, Docker can be a great help
sorry. im not use docker
build_tools base repo version:
e31c77d
Operating system:
archlinux
Compiler version:
gcc 11.2.0
python 3.10
The text was updated successfully, but these errors were encountered: