Cannot configure QtCreator using CMake on Ubuntu 18.04QtCreator 1.3, Qt 4.6.2 and build problem with cmake on windowsWhat is CMake equivalent of 'configure --prefix=DIR && make all install '?cmake installer for Mac fails to create /usr/bin symlinksQtCreator does not recognize cmake“CMAKE_CXX_COMPILER broken” while compiling with CMakeQt creator doesn't see right CMake versionQtcreator Error in Makefile in a test projectQtCreator and CMake: debug a release buildQtCreator BareMetal plugin - Failed to activate protocol version: “CMAKE_GENERATOR” is set but incompatible with configured generator valueQt Creator running CMake with different configuration

Were Persian-Median kings illiterate?

I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?

Make a Bowl of Alphabet Soup

How to preserve electronics (computers, iPads and phones) for hundreds of years

C++ check if statement can be evaluated constexpr

How can ping know if my host is down

Quoting Keynes in a lecture

Does the Linux kernel need a file system to run?

Is this part of the description of the Archfey warlock's Misty Escape feature redundant?

How could a planet have erratic days?

What does "Scientists rise up against statistical significance" mean? (Comment in Nature)

Is there a RAID 0 Equivalent for RAM?

Stack Interview Code methods made from class Node and Smart Pointers

What is going on with gets(stdin) on the site coderbyte?

Non-trope happy ending?

Did the UK lift the requirement for registering SIM cards?

Review your own paper in Mathematics

The IT department bottlenecks progress, how should I handle this?

Change the color of a single dot in `ddot` symbol

Why do Radio Buttons not fill the entire outer circle?

Mimic lecturing on blackboard, facing audience

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

Can I say "fingers" when referring to toes?

When were female captains banned from Starfleet?



Cannot configure QtCreator using CMake on Ubuntu 18.04


QtCreator 1.3, Qt 4.6.2 and build problem with cmake on windowsWhat is CMake equivalent of 'configure --prefix=DIR && make all install '?cmake installer for Mac fails to create /usr/bin symlinksQtCreator does not recognize cmake“CMAKE_CXX_COMPILER broken” while compiling with CMakeQt creator doesn't see right CMake versionQtcreator Error in Makefile in a test projectQtCreator and CMake: debug a release buildQtCreator BareMetal plugin - Failed to activate protocol version: “CMAKE_GENERATOR” is set but incompatible with configured generator valueQt Creator running CMake with different configuration













0















I am trying to setup a project based on CMake with QtCreator.



In Projects I defined the Build Steps I need.



In the Build setting I get constantly the error message:




Failed to activate protocol version: "CMAKE_GENERATOR" is set but incompatible with configured generator value




I tried to browse on the Internet for this problem but I could not get rid of this error.



If now I however try to build my project specifying a target, my compile steps are not executed, instead, I get the following message:




Running "/usr/local/bin/cmake -E server --pipe=/tmp/cmake-W2VOXm/socket --experimental" in xxxx/.Build/release.



CMake Project parsing failed.



Parsing of CMake project failed: Connection to CMake server lost.




Restarting QtCreator does not help, each time the project is opened the message happens again.










share|improve this question







New contributor




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




















  • Check CMake generator in your kit options (Tools->Options...->Kits). It should be compatible your build system.

    – Alexander Trotsenko
    14 hours ago















0















I am trying to setup a project based on CMake with QtCreator.



In Projects I defined the Build Steps I need.



In the Build setting I get constantly the error message:




Failed to activate protocol version: "CMAKE_GENERATOR" is set but incompatible with configured generator value




I tried to browse on the Internet for this problem but I could not get rid of this error.



If now I however try to build my project specifying a target, my compile steps are not executed, instead, I get the following message:




Running "/usr/local/bin/cmake -E server --pipe=/tmp/cmake-W2VOXm/socket --experimental" in xxxx/.Build/release.



CMake Project parsing failed.



Parsing of CMake project failed: Connection to CMake server lost.




Restarting QtCreator does not help, each time the project is opened the message happens again.










share|improve this question







New contributor




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




















  • Check CMake generator in your kit options (Tools->Options...->Kits). It should be compatible your build system.

    – Alexander Trotsenko
    14 hours ago













0












0








0








I am trying to setup a project based on CMake with QtCreator.



In Projects I defined the Build Steps I need.



In the Build setting I get constantly the error message:




Failed to activate protocol version: "CMAKE_GENERATOR" is set but incompatible with configured generator value




I tried to browse on the Internet for this problem but I could not get rid of this error.



If now I however try to build my project specifying a target, my compile steps are not executed, instead, I get the following message:




Running "/usr/local/bin/cmake -E server --pipe=/tmp/cmake-W2VOXm/socket --experimental" in xxxx/.Build/release.



CMake Project parsing failed.



Parsing of CMake project failed: Connection to CMake server lost.




Restarting QtCreator does not help, each time the project is opened the message happens again.










share|improve this question







New contributor




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












I am trying to setup a project based on CMake with QtCreator.



In Projects I defined the Build Steps I need.



In the Build setting I get constantly the error message:




Failed to activate protocol version: "CMAKE_GENERATOR" is set but incompatible with configured generator value




I tried to browse on the Internet for this problem but I could not get rid of this error.



If now I however try to build my project specifying a target, my compile steps are not executed, instead, I get the following message:




Running "/usr/local/bin/cmake -E server --pipe=/tmp/cmake-W2VOXm/socket --experimental" in xxxx/.Build/release.



CMake Project parsing failed.



Parsing of CMake project failed: Connection to CMake server lost.




Restarting QtCreator does not help, each time the project is opened the message happens again.







cmake qt-creator






share|improve this question







New contributor




Orange Tree 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




Orange Tree 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




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









asked 17 hours ago









Orange TreeOrange Tree

1




1




New contributor




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





New contributor





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






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












  • Check CMake generator in your kit options (Tools->Options...->Kits). It should be compatible your build system.

    – Alexander Trotsenko
    14 hours ago

















  • Check CMake generator in your kit options (Tools->Options...->Kits). It should be compatible your build system.

    – Alexander Trotsenko
    14 hours ago
















Check CMake generator in your kit options (Tools->Options...->Kits). It should be compatible your build system.

– Alexander Trotsenko
14 hours ago





Check CMake generator in your kit options (Tools->Options...->Kits). It should be compatible your build system.

– Alexander Trotsenko
14 hours ago












0






active

oldest

votes











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
);



);






Orange Tree 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%2f55279999%2fcannot-configure-qtcreator-using-cmake-on-ubuntu-18-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








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









draft saved

draft discarded


















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












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











Orange Tree 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%2f55279999%2fcannot-configure-qtcreator-using-cmake-on-ubuntu-18-04%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