Re: [boost] [Boost-bugs] [Boost C++ Libraries] #13458: 'cl' is not recognized as an internal or external command, operable program or batch file. Failed to build Boost.Jam build engine. Please consult bjam.log for furter diagnostics.
It looks like you're missing "cl.exe" on your system, or have not included it in your PATH. cl.exe, as seen here https://msdn.microsoft.com/en-us/library/f35ctcxw.aspx, is Microsoft's C++ compiler, which can be obtained by downloading the latest version of Visual Studio. Downloading and installing MSVS will automatically place it in your PATH. On Tue, Feb 27, 2018 at 2:28 PM, Boost C++ Libraries < noreply@lists.boost.org> wrote:
#13458: 'cl' is not recognized as an internal or external command, operable program or batch file. Failed to build Boost.Jam build engine. Please consult bjam.log for furter diagnostics. ------------------------------+--------------------- Reporter: anonymous | Owner: (none) Type: Bugs | Status: new Milestone: To Be Determined | Component: None Version: Boost 1.41.0 | Severity: Problem Keywords: | ------------------------------+--------------------- 'cl' is not recognized as an internal or external command, operable program or batch file.
Failed to build Boost.Jam build engine. Please consult bjam.log for furter diagnostics.
-- Ticket URL: https://svn.boost.org/trac10/ticket/13458 Boost C++ Libraries http://www.boost.org/ Boost provides free peer-reviewed portable C++ source libraries.
_______________________________________________ Boost-bugs mailing list Boost-bugs@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-bugs
participants (1)
-
Andrew Depke