Hi,
I'm following the instructions on the mongo web site and I run "scons
mongoclient", but this is what I'm getting:
scons: Reading SConscript files ...
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 /Fobuild\mongo\bson\oid.obj /c src\mongo\bson\oid.cpp /nologo /EHsc
/O2 /TP /
nologo /EHsc /O2 /D_SCONS /DMONGO_EXPOSE_MACROS /Ibuild /Isrc
/Ibuild\mongo /Isr
c\mongo
'cl' is not recognized as an internal or external command,
operable program or batch file.
scons: *** [build\mongo\bson\oid.obj] Error 1
scons: building terminated because of errors.
The path is set, because if I type cl in that folder it comes up with:
cl
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
Please help.
Thank you in advance :)