Boost logo

Boost :

From: Tom Kent (lists_at_[hidden])
Date: 2023-09-28 12:22:11


On Wed, Sep 27, 2023 at 7:12 PM Peter Dimov <pdimov_at_[hidden]> wrote:

> Tom Kent wrote:
> > Any ideas on how I can convince that build to use msvc-14.3 while keeping
> > msvc-10.0 in my user-config.jam? I'm guessing there is some auto-picking
> > logic at play that I might be able to control? I'd like to keep still
> testing with
> > that version of visual studio a bit longer, thus I don't want to
> completely get rid
> > of it.
>
> Easiest is probably just to put 14.3 first (in user-config).
>

That did make msvc-14.3 the build tool (b2 documentation on user-config.jam
could be improved to say order matters), however it didn't solve the
problem.

New output here:
https://gist.github.com/teeks99/4b0bf5fea31c972be8f3d79fd71bf774

The end:
[3]
msvc-14.3/release/build-no/link-static/python-2.7/threadapi-win32/threading-multi/visibility-hidden
...found 1 target...
# Searching for "process_jam_log.exe" in
"C:\teeks99-09\run\boost_regression\stage\bin"...
Traceback (most recent call last):
File "run.py", line 71, in <module>
runner(root)
File "C:\teeks99-09\run\boost_regression_src\regression.py", line 286, in
__init__
self.main()
File "C:\teeks99-09\run\boost_regression_src\regression.py", line 623, in
main
getattr(self,action_m)()
File "C:\teeks99-09\run\boost_regression_src\regression.py", line 580, in
command_regression
self.command_setup()
File "C:\teeks99-09\run\boost_regression_src\regression.py", line 351, in
command_setup
self.build_if_needed(self.process_jam_log,self.pjl_toolset)
File "C:\teeks99-09\run\boost_regression_src\regression.py", line 714, in
build_if_needed
tool[ 'build_path' ] = self.tool_path( tool )
File "C:\teeks99-09\run\boost_regression_src\regression.py", line 739, in
tool_path
, '\n'.join( [ name_or_spec[ 'path' ], build_dir ] )
Exception: Cannot find "process_jam_log.exe" in any of the following
locations:
C:\teeks99-09\run\boost_regression\stage\bin\process_jam_log.exe

C:\teeks99-09\run\boost_regression\stage\bin

Tom


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk