https://bugs.documentfoundation.org/show_bug.cgi?id=167179

            Bug ID: 167179
           Summary: Compilation errors in libetonyek during
                    cross-compilation
           Product: LibreOffice
           Version: 24.8.7.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Description:
I am trying to cross-compile LibreOffice package in nixpkgs
(https://github.com/NixOS/nixpkgs/blob/nixpkgs-unstable/pkgs/by-name/li/libetonyek/package.nix).
The build fails on a `libetonyek` dependency. With a following error:

```
IWORKToken.cpp: In member function 'virtual int
libetonyek::{anonymous}::Tokenizer::queryId(const char*) const':
IWORKToken.cpp:48:9: error: 'Token' does not name a type
   48 |   const Token *const token = Perfect_Hash::in_word_set(name, (unsigned)
length);
      |         ^~~~~
IWORKToken.cpp:49:10: error: 'token' was not declared in this scope
   49 |   return token ? token->id : 0;
      |          ^~~~~
IWORKToken.cpp:45:16: warning: unused variable 'length' [-Wunused-variable]
   45 |   const size_t length = strlen(name);
      |                ^~~~~~
make[4]: *** [Makefile:1729: libetonyek_internal_la-IWORKToken.lo] Error 1
```

The only extra confugure.ac flag the package has is `--with-mdds=2.1`. Could
recommend me someone who maintains this library so that I can ask him about
this error?

Steps to Reproduce:
none

Actual Results:
none

Expected Results:
none


Reproducible: Always


User Profile Reset: No

Additional Info:
none

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to