cmake environment error with clion
I downloaded MinGW/cygwin/mingw-w64
not one of them work. I can't find the issue, every time CMake - Bundled "!Does not work in this environment"
.
I watched youtube for clion-setup more than one. I followed them step by step, same error ??
the issue is whatever Environment I chose non one of them work CMake give me error (CMake - Bundled "!Does not work in this environment
) . what I know 90% it must detect auto. I delete mingw/w64/cygwin
& reinstall them(Each one alone), I did path in system variables, I missed something, I don't know what. And thank you all for your help I appreciate that.
I'm using windows 10 pro.
cygwin mingw cmake
add a comment |
I downloaded MinGW/cygwin/mingw-w64
not one of them work. I can't find the issue, every time CMake - Bundled "!Does not work in this environment"
.
I watched youtube for clion-setup more than one. I followed them step by step, same error ??
the issue is whatever Environment I chose non one of them work CMake give me error (CMake - Bundled "!Does not work in this environment
) . what I know 90% it must detect auto. I delete mingw/w64/cygwin
& reinstall them(Each one alone), I did path in system variables, I missed something, I don't know what. And thank you all for your help I appreciate that.
I'm using windows 10 pro.
cygwin mingw cmake
Add the image not a link to your question. Why do you expect the cmake bundled in clion should work with cygwin or mingw and do you not use the one available in those platform ?
– matzeri
Dec 27 '18 at 20:40
1
What are the errors of cmake ?
– matzeri
Dec 27 '18 at 21:14
add a comment |
I downloaded MinGW/cygwin/mingw-w64
not one of them work. I can't find the issue, every time CMake - Bundled "!Does not work in this environment"
.
I watched youtube for clion-setup more than one. I followed them step by step, same error ??
the issue is whatever Environment I chose non one of them work CMake give me error (CMake - Bundled "!Does not work in this environment
) . what I know 90% it must detect auto. I delete mingw/w64/cygwin
& reinstall them(Each one alone), I did path in system variables, I missed something, I don't know what. And thank you all for your help I appreciate that.
I'm using windows 10 pro.
cygwin mingw cmake
I downloaded MinGW/cygwin/mingw-w64
not one of them work. I can't find the issue, every time CMake - Bundled "!Does not work in this environment"
.
I watched youtube for clion-setup more than one. I followed them step by step, same error ??
the issue is whatever Environment I chose non one of them work CMake give me error (CMake - Bundled "!Does not work in this environment
) . what I know 90% it must detect auto. I delete mingw/w64/cygwin
& reinstall them(Each one alone), I did path in system variables, I missed something, I don't know what. And thank you all for your help I appreciate that.
I'm using windows 10 pro.
cygwin mingw cmake
cygwin mingw cmake
edited Dec 29 '18 at 20:30
Jaqop
asked Dec 27 '18 at 20:11
JaqopJaqop
11
11
Add the image not a link to your question. Why do you expect the cmake bundled in clion should work with cygwin or mingw and do you not use the one available in those platform ?
– matzeri
Dec 27 '18 at 20:40
1
What are the errors of cmake ?
– matzeri
Dec 27 '18 at 21:14
add a comment |
Add the image not a link to your question. Why do you expect the cmake bundled in clion should work with cygwin or mingw and do you not use the one available in those platform ?
– matzeri
Dec 27 '18 at 20:40
1
What are the errors of cmake ?
– matzeri
Dec 27 '18 at 21:14
Add the image not a link to your question. Why do you expect the cmake bundled in clion should work with cygwin or mingw and do you not use the one available in those platform ?
– matzeri
Dec 27 '18 at 20:40
Add the image not a link to your question. Why do you expect the cmake bundled in clion should work with cygwin or mingw and do you not use the one available in those platform ?
– matzeri
Dec 27 '18 at 20:40
1
1
What are the errors of cmake ?
– matzeri
Dec 27 '18 at 21:14
What are the errors of cmake ?
– matzeri
Dec 27 '18 at 21:14
add a comment |
2 Answers
2
active
oldest
votes
For Cygwin, the configuration works fine with autodetection without any issue.
It also accept the Cygwin cmake
if chosen (version 3.13.1) instead of the bundled.
add a comment |
I find the solution because the Cygwin / MinGW / MInGW-W64
thay all in the Path . I delete them all except one restart the laptop & it's work fine :).
P.S. I kept the MinGW-W64
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388228%2fcmake-environment-error-with-clion%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
For Cygwin, the configuration works fine with autodetection without any issue.
It also accept the Cygwin cmake
if chosen (version 3.13.1) instead of the bundled.
add a comment |
For Cygwin, the configuration works fine with autodetection without any issue.
It also accept the Cygwin cmake
if chosen (version 3.13.1) instead of the bundled.
add a comment |
For Cygwin, the configuration works fine with autodetection without any issue.
It also accept the Cygwin cmake
if chosen (version 3.13.1) instead of the bundled.
For Cygwin, the configuration works fine with autodetection without any issue.
It also accept the Cygwin cmake
if chosen (version 3.13.1) instead of the bundled.
answered Dec 27 '18 at 21:07
matzerimatzeri
1,282156
1,282156
add a comment |
add a comment |
I find the solution because the Cygwin / MinGW / MInGW-W64
thay all in the Path . I delete them all except one restart the laptop & it's work fine :).
P.S. I kept the MinGW-W64
.
add a comment |
I find the solution because the Cygwin / MinGW / MInGW-W64
thay all in the Path . I delete them all except one restart the laptop & it's work fine :).
P.S. I kept the MinGW-W64
.
add a comment |
I find the solution because the Cygwin / MinGW / MInGW-W64
thay all in the Path . I delete them all except one restart the laptop & it's work fine :).
P.S. I kept the MinGW-W64
.
I find the solution because the Cygwin / MinGW / MInGW-W64
thay all in the Path . I delete them all except one restart the laptop & it's work fine :).
P.S. I kept the MinGW-W64
.
answered Dec 31 '18 at 18:08
JaqopJaqop
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1388228%2fcmake-environment-error-with-clion%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Add the image not a link to your question. Why do you expect the cmake bundled in clion should work with cygwin or mingw and do you not use the one available in those platform ?
– matzeri
Dec 27 '18 at 20:40
1
What are the errors of cmake ?
– matzeri
Dec 27 '18 at 21:14