[CXX-166] When invoking the SCons clean target, do not look for boost Created: 31/Mar/14  Updated: 10/Apr/14  Resolved: 31/Mar/14

Status: Closed
Project: C++ Driver
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Trivial - P5
Reporter: Kaloian Manassiev Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: legacy-cxx
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

The clean target should not look for the Boost headers/libraries, because they aren't used.

Currently, if just scons --clean is invoked, it will fail with the following error:

D:\workspace\mongo-cxx-driver>scons --clean
scons: Reading SConscript files ...
 
scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\workspace\mongo-cxx-driver\SConstruct", line 33, in <module>
scons version: 2.3.0
python version: 2 7 6 'final' 0
 
scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "D:\workspace\mongo-cxx-driver\SConstruct", line 313, in <module>
NOTE: Tool configuration did not find 'cl' compiler, falling back to os environment
Checking whether the C++ compiler worksyes
Checking whether the C compiler worksyes
Checking if C++ compiler "$CC" is MSVC... yes
Checking if C compiler "cl" is MSVC... yes
Checking if toolchain is in 64-bit mode... yes
Checking for __declspec(thread)... yes
Checking for C++ header file boost/version.hpp... no
can't find boost headers


Generated at Wed Feb 07 21:58:23 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.