-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build, Internal Client
-
Environment:win7 x64 with Visual Studio 2010 python 2.7.2
-
ALL
Building the core db from the same environment works and so does building just the driver using scons mongoclient
scons: Reading SConscript files ...
boost found at 'C:/boost'
Checking for C library boost_thread-mt... (cached) no
Checking for C library boost_thread... (cached) no
Checking for C library boost_filesystem-mt... (cached) no
Checking for C library boost_filesystem... (cached) no
Checking for C library boost_system-mt... (cached) no
Checking for C library boost_system... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
cl /Foclient\examples\authTest.obj /c client\examples\authTest.cpp /nologo /TP /
nologo /D_SCONS /DMONGO_EXPOSE_MACROS /Imongo
authTest.cpp
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\xlocale(323) : wa
rning C4530: C++ exception handler used, but unwind semantics are not enabled. S
pecify /EHsc
c:\source\mongo-cxx-driver-v1.8\mongo\client\../pch.h(72) : fatal error C1083: C
annot open include file: 'boost/any.hpp': No such file or directory
scons: *** [client\examples\authTest.obj] Error 2
scons: building terminated because of errors.
- is related to
-
SERVER-9766 Remove C++ driver client tarball and document new procedure to build C++ driver from primary DB sources
- Closed