Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-3331

building of the standalone c++ driver from source tarball fails on windows

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build, Internal Client
    • Labels:
    • 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.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            sridhar Sridhar Nanjundeswaran
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: