Problem with libbson version for mongocxx driver [Windows OS]How can you find out which process is listening on a port on Windows?Is there an equivalent of 'which' on the Windows command line?How do I install pip on Windows?mongo-c-driver cannot find libbsonmake mongo-cxx-driver cannot find includesHow to set up Visual Studio project settings with mongo-cxx-driver?Installing Mongo c and c++ drivers in Dockervc++ community edition mongo db drivermongodb v3 driver vc++ community addition linker errorsTrouble compiling mongo-cxx-driver in Windows

Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?

Giant Toughroad SLR 2 for 200 miles in two days, will it make it?

How can I raise concerns with a new DM about XP splitting?

node command while defining a coordinate in TikZ

Why is delta-v is the most useful quantity for planning space travel?

Blender - show edges angles “direction”

A known event to a history junkie

Can a Gentile theist be saved?

Greatest common substring

Java - What do constructor type arguments mean when placed *before* the type?

What will be the benefits of Brexit?

Resetting two CD4017 counters simultaneously, only one resets

Why are on-board computers allowed to change controls without notifying the pilots?

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

How do I repair my stair bannister?

What is Sitecore Managed Cloud?

A social experiment. What is the worst that can happen?

Is a naturally all "male" species possible?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

What should I use for Mishna study?

Is it okay / does it make sense for another player to join a running game of Munchkin?

Are Warlocks Arcane or Divine?

Can I rely on these GitHub repository files?

Can I Retrieve Email Addresses from BCC?



Problem with libbson version for mongocxx driver [Windows OS]


How can you find out which process is listening on a port on Windows?Is there an equivalent of 'which' on the Windows command line?How do I install pip on Windows?mongo-c-driver cannot find libbsonmake mongo-cxx-driver cannot find includesHow to set up Visual Studio project settings with mongo-cxx-driver?Installing Mongo c and c++ drivers in Dockervc++ community edition mongo db drivermongodb v3 driver vc++ community addition linker errorsTrouble compiling mongo-cxx-driver in Windows













1















Trying to build mongocxx driver.
I have installed mongoc driver without problems in path c:mongo-c-driver (ver. 1.14.0).
After running:



cmake.exe -G "Visual Studio 15 2017 Win64"
-DCMAKE_INSTALL_PREFIX=C:mongo-cxx-driver
-DCMAKE_PREFIX_PATH=C:mongo-c-driver
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_FLAGS="/Zc:__cplusplus"


got an error
enter image description here



Don't know why but in in file libbson-1.0-config.cmake I have lines like:



set (BSON_MAJOR_VERSION 0)
set (BSON_MINOR_VERSION 0)
set (BSON_MICRO_VERSION 0)
set (BSON_VERSION 0.0.0)


and in libbson-1.0-config-version.cmake:



set (PACKAGE_VERSION 0.0.0)


I Think that here's possible reason but changing these lines manually doesn't fix the problem (try with 3.2 and 3.4 version of mongocxx driver).










share|improve this question







New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • I believe this is due to an issue in how you have built the C driver. You need to provide some metadata to ensure it knows its version. I've pinged the internal team that maintains the C driver with a link to this question, since I don't know exactly how to fix it.

    – acm
    Mar 21 at 16:36















1















Trying to build mongocxx driver.
I have installed mongoc driver without problems in path c:mongo-c-driver (ver. 1.14.0).
After running:



cmake.exe -G "Visual Studio 15 2017 Win64"
-DCMAKE_INSTALL_PREFIX=C:mongo-cxx-driver
-DCMAKE_PREFIX_PATH=C:mongo-c-driver
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_FLAGS="/Zc:__cplusplus"


got an error
enter image description here



Don't know why but in in file libbson-1.0-config.cmake I have lines like:



set (BSON_MAJOR_VERSION 0)
set (BSON_MINOR_VERSION 0)
set (BSON_MICRO_VERSION 0)
set (BSON_VERSION 0.0.0)


and in libbson-1.0-config-version.cmake:



set (PACKAGE_VERSION 0.0.0)


I Think that here's possible reason but changing these lines manually doesn't fix the problem (try with 3.2 and 3.4 version of mongocxx driver).










share|improve this question







New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • I believe this is due to an issue in how you have built the C driver. You need to provide some metadata to ensure it knows its version. I've pinged the internal team that maintains the C driver with a link to this question, since I don't know exactly how to fix it.

    – acm
    Mar 21 at 16:36













1












1








1








Trying to build mongocxx driver.
I have installed mongoc driver without problems in path c:mongo-c-driver (ver. 1.14.0).
After running:



cmake.exe -G "Visual Studio 15 2017 Win64"
-DCMAKE_INSTALL_PREFIX=C:mongo-cxx-driver
-DCMAKE_PREFIX_PATH=C:mongo-c-driver
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_FLAGS="/Zc:__cplusplus"


got an error
enter image description here



Don't know why but in in file libbson-1.0-config.cmake I have lines like:



set (BSON_MAJOR_VERSION 0)
set (BSON_MINOR_VERSION 0)
set (BSON_MICRO_VERSION 0)
set (BSON_VERSION 0.0.0)


and in libbson-1.0-config-version.cmake:



set (PACKAGE_VERSION 0.0.0)


I Think that here's possible reason but changing these lines manually doesn't fix the problem (try with 3.2 and 3.4 version of mongocxx driver).










share|improve this question







New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Trying to build mongocxx driver.
I have installed mongoc driver without problems in path c:mongo-c-driver (ver. 1.14.0).
After running:



cmake.exe -G "Visual Studio 15 2017 Win64"
-DCMAKE_INSTALL_PREFIX=C:mongo-cxx-driver
-DCMAKE_PREFIX_PATH=C:mongo-c-driver
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_FLAGS="/Zc:__cplusplus"


got an error
enter image description here



Don't know why but in in file libbson-1.0-config.cmake I have lines like:



set (BSON_MAJOR_VERSION 0)
set (BSON_MINOR_VERSION 0)
set (BSON_MICRO_VERSION 0)
set (BSON_VERSION 0.0.0)


and in libbson-1.0-config-version.cmake:



set (PACKAGE_VERSION 0.0.0)


I Think that here's possible reason but changing these lines manually doesn't fix the problem (try with 3.2 and 3.4 version of mongocxx driver).







windows mongo-cxx-driver






share|improve this question







New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Mar 21 at 14:38









KonDziuplaKonDziupla

82




82




New contributor




KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






KonDziupla is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • I believe this is due to an issue in how you have built the C driver. You need to provide some metadata to ensure it knows its version. I've pinged the internal team that maintains the C driver with a link to this question, since I don't know exactly how to fix it.

    – acm
    Mar 21 at 16:36

















  • I believe this is due to an issue in how you have built the C driver. You need to provide some metadata to ensure it knows its version. I've pinged the internal team that maintains the C driver with a link to this question, since I don't know exactly how to fix it.

    – acm
    Mar 21 at 16:36
















I believe this is due to an issue in how you have built the C driver. You need to provide some metadata to ensure it knows its version. I've pinged the internal team that maintains the C driver with a link to this question, since I don't know exactly how to fix it.

– acm
Mar 21 at 16:36





I believe this is due to an issue in how you have built the C driver. You need to provide some metadata to ensure it knows its version. I've pinged the internal team that maintains the C driver with a link to this question, since I don't know exactly how to fix it.

– acm
Mar 21 at 16:36












1 Answer
1






active

oldest

votes


















0














Please see https://jira.mongodb.org/browse/CDRIVER-3022 for instructions on how to avoid this issue. The TL;DR is that the zip file that GitHub automatically produces for a release doesn't contain required version information.






share|improve this answer























  • Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

    – KonDziupla
    9 hours ago










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






KonDziupla is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55282936%2fproblem-with-libbson-version-for-mongocxx-driver-windows-os%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Please see https://jira.mongodb.org/browse/CDRIVER-3022 for instructions on how to avoid this issue. The TL;DR is that the zip file that GitHub automatically produces for a release doesn't contain required version information.






share|improve this answer























  • Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

    – KonDziupla
    9 hours ago















0














Please see https://jira.mongodb.org/browse/CDRIVER-3022 for instructions on how to avoid this issue. The TL;DR is that the zip file that GitHub automatically produces for a release doesn't contain required version information.






share|improve this answer























  • Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

    – KonDziupla
    9 hours ago













0












0








0







Please see https://jira.mongodb.org/browse/CDRIVER-3022 for instructions on how to avoid this issue. The TL;DR is that the zip file that GitHub automatically produces for a release doesn't contain required version information.






share|improve this answer













Please see https://jira.mongodb.org/browse/CDRIVER-3022 for instructions on how to avoid this issue. The TL;DR is that the zip file that GitHub automatically produces for a release doesn't contain required version information.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 21 at 16:45









acmacm

7,11432456




7,11432456












  • Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

    – KonDziupla
    9 hours ago

















  • Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

    – KonDziupla
    9 hours ago
















Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

– KonDziupla
9 hours ago





Thanks a lot! Works with 1.13.1 version that contains VERSION_CURRENT and VERSION_RELEASED - both statically contain the string 1.13.1. and version 1.14.0 does not contain those files.

– KonDziupla
9 hours ago












KonDziupla is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















KonDziupla is a new contributor. Be nice, and check out our Code of Conduct.












KonDziupla is a new contributor. Be nice, and check out our Code of Conduct.











KonDziupla is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55282936%2fproblem-with-libbson-version-for-mongocxx-driver-windows-os%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript