Hi, some of the things that you might try to resolve this are:
1. Disable use of libedit by appending -DHAVE_EDIT:BOOL=NO to the ./acprep call 2. Define LDFLAGS="-L$PATH_TO_NCURSES_LIBDIR -lncurses" in the environment when running acprep hoping cmake will pick it up properly. 3. Manually disable use of libedit in CMakeLists.txt by adding the following below line 256¹ set(HAVE_EDIT 0) Cheers Alexis ¹ https://github.com/ledger/ledger/blob/master/CMakeLists.txt#L256 -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/26pw2c5e7dgyz7oledcmp5rg5p4fqcplr26ffw5jwjpykjnspg%40vjr4ut3cvpho.
