>>>>> Tim Crews <tim-QJ3Fn9itRil4wfmgmkLWVgC/[email protected]> writes:
> Since the intent of BOOST_PYTHON appears to be that it will be "python" if
> USE_PYTHON is enabled and the Python libraries are found, and blank
> otherwise, I simply commented out the OPTIONAL_COMPONENTS argument of
> find_package on line 66 of CMakeLists.txt, but added ${BOOST_PYTHON} to the
> REQUIRED argument of find_package.
A patch was accepted to this effect, since you're right, OPTIONAL_COMPONENTS
was unnecessary.
> The resulting ledger executable is able to process my ledger data file, and
> "ledger python" works, so I guess I'll count this as a successful build. I
> can't get "acprep proof" to work, so I cannot provide more definitive test
> results. If there are any other tests that you recommend so that we can
> bless boost 1.46.1, I'd be glad to run them.
I haven't gotten a proof build to work with CMake yet either, though I'm
getting close.
"acprep check" is the best that you can do for tests right now.
John