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

Problem with building for debian 11 #330

Open
Nikita-Presnov opened this issue Apr 7, 2022 · 0 comments
Open

Problem with building for debian 11 #330

Nikita-Presnov opened this issue Apr 7, 2022 · 0 comments

Comments

@Nikita-Presnov
Copy link

For version cr3.2.58

/.../crengine/src/textlang.cpp:992:40: error: ‘LBP_ZWJ’ was not declared in this scope; did you mean ‘LBP_WJ’?
  992 |     _lb_props[n++] = { 0x00AD, 0x00AD, LBP_ZWJ };
      |                                        ^~~~~~~
      |                                        LBP_WJ
/.../coolreader-cr3.2.58/crengine/src/textlang.cpp:992:48: error: no match for ‘operator=’ (operand types are ‘LineBreakProperties’ and ‘<brace-enclosed initializer list>’)
  992 |     _lb_props[n++] = { 0x00AD, 0x00AD, LBP_ZWJ };

For latest git version it wants libunibreak version 4.0, but debian 11 repos have only 1.1

Building gives great number of warnings.

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

1 participant