question re boost instalation

I'm following the "getting started" part of the boost documentation. When I get to here - I get some message I don't understand. Anyone have any ideas? Robert Ramey $b2 install --prefix=bin/osx /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/property.jam:363: in validate1 from module property error: Invalid property '<valgrind>on': unknown feature 'valgrind'. /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/property.jam:372: in property.validate from module property /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/tools/features/variant-feature.jam:102: in variant from module variant-feature libs/beast/Jamfile:44: in modules.load from module Jamfile</Users/robertramey/WorkingProjects/modular-boost/libs/beast> /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/project.jam:544: in load-jamfile from module project /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/project.jam:68: in project.load from module project Jamroot:450: in modules.load from module Jamfile</Users/robertramey/WorkingProjects/modular-boost> /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/project.jam:544: in load-jamfile from module project /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/project.jam:68: in load from module project /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build/project.jam:201: in project.find from module project /Users/robertramey/WorkingProjects/modular-boost/tools/build/src/build-system.jam:618: in module scope from module build-system $

On Thu, Apr 10, 2025 at 8:52 PM Robert Ramey via Boost < boost@lists.boost.org> wrote:
I'm following the "getting started" part of the boost documentation. When I get to here - I get some message I don't understand. Anyone have any ideas?
Robert Ramey
libs/beast/Jamfile:44: in modules.load from module
That file was removed from Beast on September 1, 2024. It is not present in Boost 1.87, nor 1.88, nor master, nor develop. My conclusion is that you are mixing a really old Boost distribution with other newer Boost parts. Which is bound to introduce issues. In particular that "valgrind" feature hasn't been used in Boost.Beast for 8 months. Don't know what else you are doing to get into the state that you are in though. -- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supongas Nada -- Robot Dreams - http://robot-dreams.net
participants (2)
-
René Ferdinand Rivera Morell
-
Robert Ramey