mongodb를 윈도우에서 c++로 쓰기 하려고 열심히 삽질했는데
C:\Users\whatu\Downloads\mongo-cxx-driver-legacy>scons
scons: Reading SConscript files ...
scons version: 2.4.1
python version: 2 7 11 'final' 0
Checking whether the C++ compiler works... yes
Checking whether the C compiler works... yes
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 if we are using libstdc++... no
WARNING: Cannot disable C++11 features when using MSVC
Checking if we are on a POSIX system... no
Checking for VS 2013 Update 2 or Later... yes
Checking for __declspec(thread)... yes
Checking for C++11 <atomic> support... yes
Checking for C++ header file boost/version.hpp... yes
Checking for C header file unistd.h... no
Checking whether timegm is declared... no
Checking whether strnlen is declared... yes
여기까진 왔는데
결국 이 다음줄부터 에러가 나네여
아 걍 mysql 쓸래 ㅅㅂ
댓글 0