Skip to content
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

Cannot install on linux (Mint 20 = Ubuntu focal) #119

Closed
zhum opened this issue Oct 18, 2021 · 2 comments
Closed

Cannot install on linux (Mint 20 = Ubuntu focal) #119

zhum opened this issue Oct 18, 2021 · 2 comments

Comments

@zhum
Copy link

zhum commented Oct 18, 2021

Try to compile and install. make finished without errors, but make install fails:

...
Install the project...
-- Install configuration: ""
-- Up-to-date: /opt/freeling/share/freeling
...
-- -- Creating ca/balear dictionary...
file "/home/serg/FreeLing-4.2/data/ca/balear/dictionary/header" not found
CMake Error at cmake_install.cmake:58 (message):
  multiword fusion failed with error: 255


make: *** [Makefile:86: install] Error 1
@lluisp
Copy link
Contributor

lluisp commented Nov 3, 2021

Probably you did not download all language data packages, and there is a bug in the installer that tries to install them all anyway.

Workarounds:
option 1) download all language data packages and try again. You can safeliy remove unwanted language from /opt/freeling/share/freeling after installation

option 2) Install latest master version, where the installer is fixed and will try to install only present languages.

@zhum
Copy link
Author

zhum commented Nov 7, 2021

Yes, it worked! Probably, it is necessary to include these pre-requisites into README.linux (and windows/macos).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants