Wondering if I can get a bit of help. TIA.

This is what I've done 

- download and unpack the release
- in the release folder, run 
$ ./acprep update  --prefix=/usr/local -- -DUSE_PYTHON=ON

and this is what I'm getting:

/home/<user>/sc_invest/ledger-3.2.1/./acprep:195: DeprecationWarning: 
inspect.getargspec() is deprecated since Python 3.0, use 
inspect.signature() or inspect.getfullargspec()
  argspec = inspect.getargspec(self.main)
acprep: INFO: Invoking primary phase: update
acprep: INFO: Executing phase: update
acprep: INFO: Executing phase: pull
acprep: INFO: Executing phase: make
acprep: INFO: Executing phase: config
acprep: INFO: Executing phase: configure
acprep: INFO: System type is => b'Linux'
acprep: INFO: Setting up build flavor => debug
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


-- Found Python: /home/<user>/miniconda3/envs/invest_01/bin/python3.9 
(found version "3.9.16") found components: Interpreter
-- Found Python: /home/<user>/miniconda3/envs/invest_01/bin/python3.9 
(found version "3.9.16") found components: Interpreter Development
CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:117 
(find_package):
  Found package configuration file:

    
/usr/lib/x86_64-linux-gnu/cmake/boost_python-1.71.0/boost_python-config.cmake

  but it set boost_python_FOUND to FALSE so package "boost_python" is
  considered to be NOT FOUND.  Reason given by package:

  No suitable build variant has been found.

  The following variants have been tried and rejected:

  * libboost_python38.so.1.71.0 (3.8, Boost_PYTHON_VERSION=3.9)

  * libboost_python38.a (3.8, Boost_PYTHON_VERSION=3.9)

Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:182 
(boost_find_component)
  /usr/share/cmake-3.16/Modules/FindBoost.cmake:443 (find_package)
  CMakeLists.txt:82 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/<user>/sc_invest/ledger-3.2.1/CMakeFiles/CMakeOutput.log".
acprep: ERROR: Execution failed: cmake -DCMAKE_INSTALL_PREFIX=/usr/local 
-DBUILD_DEBUG=1 -DUSE_PYTHON=ON

-- 

--- 
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/7e7e855c-6467-42dc-a4aa-3caa320a745an%40googlegroups.com.

Reply via email to