lnav
lnav copied to clipboard
Errors while compiling on android aarch64
lnav version v0.9.0 is the latest
Describe the bug A clear and concise description of what the bug is.
../../src/line_buffer.hh:148:21: error: use of undeclared identifier 'inflatePrime'; did you mean 'inflateInit_'?
../../src/line_buffer.hh:148:37: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'unsigned char'
2 errors generated.
To Reproduce Steps to reproduce the behavior:
./configure --prefix=$PREFIX LDFLAGS=" -landroid-glob"
make