Thank you for all the help Alexis. Probably you didn't notice the previous message but the ncurses issue was resolved, and I can do the full build now. The issues are that the built seems to be without python, there is no python module under site-packages and make install puts the files in a wrong place.
On Tuesday, December 19, 2023 at 12:59:04 PM UTC-5 Alexis wrote: > 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/deecbbd5-6b61-495d-86d1-ca11db8df787n%40googlegroups.com.
