lnav icon indicating copy to clipboard operation
lnav copied to clipboard

Errors while compiling on android aarch64

Open tathastu871 opened this issue 4 years ago • 0 comments

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 

tathastu871 avatar Dec 19 '21 04:12 tathastu871