On 12/24/21 11:58, davidcousen...@gmail.com wrote:
Stephen, Jeff
Try
$apt-cache search libboost
Found these:
libboost-program-options-dev - program options library for C++ (default
version)
libboost-program-options1.74-dev - program options library for C++
libboost-program-options1.74.0 - program options library for C++
This will list the libboost options available to install from apt. If libboost-
program-options1.71-dev is not listed it is possible that there will be a
generic version libboost-program-options-dev or libboost-program-options1.67-
dev or possibly even a more recent version if one exists. AFAIK the libboost-
program-options-dev will load the most recent available version of the library.
GC will work with v1.67 or 1,71 of libboost. Once you have identified a
candidate for libboost to install use
$sudo apt -y install libboost-program-options-dev
So did:
sudo apt -y install libboost-program-options-dev
and got:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libboost-program-options-dev is already the newest version
(1.74.0.3ubuntu6).
libboost-program-options-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
21.10 must have the 1.74 version.
--Steve
--
Stephen M Butler, PMP, PSM
stephen.m.butle...@gmail.com
kg...@arrl.net
253-350-0166
-------------------------------------------
GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.