Mongocxx-driver 在安装期间未构建
Posted
技术标签:
【中文标题】Mongocxx-driver 在安装期间未构建【英文标题】:Mongocxx-driver doesn't build during installation 【发布时间】:2019-08-27 07:10:11 【问题描述】:我正在关注http://mongocxx.org/mongocxx-v3/installation/ 上的教程。 我已经按照http://mongoc.org/libmongoc/current/installing.html 中的说明成功编译/安装了 c 驱动程序。但是,当使用
构建 cxx 驱动程序时cmake.exe -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=C:\mongo-cxx-driver -DCMAKE_PREFIX_PATH=C:\mongo-c-driver -DBSONCXX_POLY_USE_BOOST=1 -DBOOST_ROOT=C:\boost\boost_1_59_0 ..
msbuild.exe ALL_BUILD.vcxproj
我收到以下错误:
"D:\mongo-inst\mongo-cxx-driver\build\ALL_BUILD.vcxproj" (default target) (1) ->
"D:\mongo-inst\mongo-cxx-driver\build\src\mongocxx\mongocxx.vcxproj" (default target) (5) ->
(ClCompile target) ->
D:\mongo-inst\mongo-cxx-driver\src\mongocxx\gridfs\downloader.cpp(80): error C2593: 'operator =' is ambiguous [D:\mongo-inst\mongo-cxx-driver\build\src\mongocxx\mongocxx.vcxproj]
"D:\mongo-inst\mongo-cxx-driver\build\ALL_BUILD.vcxproj" (default target) (1) ->
"D:\mongo-inst\mongo-cxx-driver\build\src\mongocxx\mongocxx_mocked.vcxproj" (default target) (6) ->
D:\mongo-inst\mongo-cxx-driver\src\mongocxx\gridfs\downloader.cpp(80): error C2593: 'operator =' is ambiguous [D:\mongo-inst\mongo-cxx-driver\build\src\mongocxx\mongocxx_mocked.vcxproj]
我已经尝试安装不同版本的 c 驱动程序,例如 1.13.0(这是 cxx-driver 版本 3.4.0 的要求)、1.15.0 和 1.14.1,但没有帮助。
【问题讨论】:
我不记得有同样的问题,但我在使用 cmake 和建议的 boost 版本时遇到了问题。您可以尝试在 Microsoft VS 中找到的 cmake,例如:“MicrosoftVisualStudio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe”另外,我不记得了为什么,但我最终使用了 boost_1.69。如果上述方法不起作用,您介意分享您的 .vcxproj 文件吗? 感谢您的评论。它与 cmake 版本无关,而是与 boost 版本有关。教程一开始提到了 boost 1.6,但代码 sn-ps 使用的是 1.59,这引起了混乱。 【参考方案1】:我解决了这个问题,它似乎源于我使用的增强版本。而不是 1.59,使用 1.60 作为 boost 版本解决了我的问题。
【讨论】:
以上是关于Mongocxx-driver 在安装期间未构建的主要内容,如果未能解决你的问题,请参考以下文章
错误:预期类型 - eventDispatcher:(nonnull RCTEventDispatcher *)eventDispatcher;在 iOS 构建期间出现“未定义符号”错误