Article 5K2H7 Compiling ledger-cli

Compiling ledger-cli

by
usr345
from LinuxQuestions.org on (#5K2H7)
Slackware 14.2, 32 bit. I pulled the last ledger-cli from github and decided to recompile it. It compiled successfully in 2019, but unfortunately in 2021 I got the following errors:

Code:CMake Warning at CMakeLists.txt:63 (find_package):
By not providing "FindPython.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Python", but
CMake did not find one.

Could not find a package configuration file provided by "Python" with any
of the following names:

PythonConfig.cmake
python-config.cmake

Add the installation prefix of "Python" to CMAKE_PREFIX_PATH or set
"Python_DIR" to a directory containing one of the above files. If "Python"
provides a separate development package or SDK, be sure it has been
installed.

CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1657 (message):
Unable to find the requested Boost libraries.

Boost version: 1.59.0

Boost include path: /usr/include

Could not find the following Boost libraries:

boost_nowide

Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries.The first one is warning, it seems that cmake want's some Python configs. The second is an error: it needs boost_nowide lib. I couldn't find it anywhere among slackbuilds.

Any tips?latest?d=yIl2AUoC8zA latest?i=02PS7TESnE4:wRIawshIAAM:F7zBnMy latest?i=02PS7TESnE4:wRIawshIAAM:V_sGLiP latest?d=qj6IDK7rITs latest?i=02PS7TESnE4:wRIawshIAAM:gIN9vFw02PS7TESnE4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments