How to install OpenDDS 3.12 on windows system
I recently try to install OpenDDS-3.12 on my windows7 OS.
But, it has make trouble.
When I try to type configure
on VS command prompt, it can't detect Visual C++ version!
Error code is like this:
Colud not detect Visual C++ version, try running this script from
the Visual Studio Command Prompt.
Stopped at configure line 410.
Somebody help me my problem.
(Active perl version is 5.24.1, VS version is 2017)
c++ perl command-prompt dds opendds
add a comment |
I recently try to install OpenDDS-3.12 on my windows7 OS.
But, it has make trouble.
When I try to type configure
on VS command prompt, it can't detect Visual C++ version!
Error code is like this:
Colud not detect Visual C++ version, try running this script from
the Visual Studio Command Prompt.
Stopped at configure line 410.
Somebody help me my problem.
(Active perl version is 5.24.1, VS version is 2017)
c++ perl command-prompt dds opendds
Did you install ActiveState Perl first? What version of Visual Studio?
– Retired Ninja
Oct 31 '17 at 12:58
I had no trouble installing it in a developer command prompt using Visual Studio 2017 Community with Perl available.
– Retired Ninja
Oct 31 '17 at 13:12
Yes I already installed ActiveState Perl. And I also use Visual Studio 2017 Community
– 이동진
Nov 1 '17 at 0:54
Make sure you actually installed C++ with Visual Studio. It is easy to not install it. If it is installed then cl /? in the developer prompt should give you some output.
– Retired Ninja
Nov 1 '17 at 1:00
When I type the message "cl /?" in VS prompt, prompt print "c/c++ compiler option". I think it is no problem about my VS prompt.
– 이동진
Nov 2 '17 at 3:50
add a comment |
I recently try to install OpenDDS-3.12 on my windows7 OS.
But, it has make trouble.
When I try to type configure
on VS command prompt, it can't detect Visual C++ version!
Error code is like this:
Colud not detect Visual C++ version, try running this script from
the Visual Studio Command Prompt.
Stopped at configure line 410.
Somebody help me my problem.
(Active perl version is 5.24.1, VS version is 2017)
c++ perl command-prompt dds opendds
I recently try to install OpenDDS-3.12 on my windows7 OS.
But, it has make trouble.
When I try to type configure
on VS command prompt, it can't detect Visual C++ version!
Error code is like this:
Colud not detect Visual C++ version, try running this script from
the Visual Studio Command Prompt.
Stopped at configure line 410.
Somebody help me my problem.
(Active perl version is 5.24.1, VS version is 2017)
c++ perl command-prompt dds opendds
c++ perl command-prompt dds opendds
edited Nov 1 '17 at 0:52
이동진
asked Oct 31 '17 at 12:49
이동진이동진
556
556
Did you install ActiveState Perl first? What version of Visual Studio?
– Retired Ninja
Oct 31 '17 at 12:58
I had no trouble installing it in a developer command prompt using Visual Studio 2017 Community with Perl available.
– Retired Ninja
Oct 31 '17 at 13:12
Yes I already installed ActiveState Perl. And I also use Visual Studio 2017 Community
– 이동진
Nov 1 '17 at 0:54
Make sure you actually installed C++ with Visual Studio. It is easy to not install it. If it is installed then cl /? in the developer prompt should give you some output.
– Retired Ninja
Nov 1 '17 at 1:00
When I type the message "cl /?" in VS prompt, prompt print "c/c++ compiler option". I think it is no problem about my VS prompt.
– 이동진
Nov 2 '17 at 3:50
add a comment |
Did you install ActiveState Perl first? What version of Visual Studio?
– Retired Ninja
Oct 31 '17 at 12:58
I had no trouble installing it in a developer command prompt using Visual Studio 2017 Community with Perl available.
– Retired Ninja
Oct 31 '17 at 13:12
Yes I already installed ActiveState Perl. And I also use Visual Studio 2017 Community
– 이동진
Nov 1 '17 at 0:54
Make sure you actually installed C++ with Visual Studio. It is easy to not install it. If it is installed then cl /? in the developer prompt should give you some output.
– Retired Ninja
Nov 1 '17 at 1:00
When I type the message "cl /?" in VS prompt, prompt print "c/c++ compiler option". I think it is no problem about my VS prompt.
– 이동진
Nov 2 '17 at 3:50
Did you install ActiveState Perl first? What version of Visual Studio?
– Retired Ninja
Oct 31 '17 at 12:58
Did you install ActiveState Perl first? What version of Visual Studio?
– Retired Ninja
Oct 31 '17 at 12:58
I had no trouble installing it in a developer command prompt using Visual Studio 2017 Community with Perl available.
– Retired Ninja
Oct 31 '17 at 13:12
I had no trouble installing it in a developer command prompt using Visual Studio 2017 Community with Perl available.
– Retired Ninja
Oct 31 '17 at 13:12
Yes I already installed ActiveState Perl. And I also use Visual Studio 2017 Community
– 이동진
Nov 1 '17 at 0:54
Yes I already installed ActiveState Perl. And I also use Visual Studio 2017 Community
– 이동진
Nov 1 '17 at 0:54
Make sure you actually installed C++ with Visual Studio. It is easy to not install it. If it is installed then cl /? in the developer prompt should give you some output.
– Retired Ninja
Nov 1 '17 at 1:00
Make sure you actually installed C++ with Visual Studio. It is easy to not install it. If it is installed then cl /? in the developer prompt should give you some output.
– Retired Ninja
Nov 1 '17 at 1:00
When I type the message "cl /?" in VS prompt, prompt print "c/c++ compiler option". I think it is no problem about my VS prompt.
– 이동진
Nov 2 '17 at 3:50
When I type the message "cl /?" in VS prompt, prompt print "c/c++ compiler option". I think it is no problem about my VS prompt.
– 이동진
Nov 2 '17 at 3:50
add a comment |
3 Answers
3
active
oldest
votes
I encountered the same issue while I had my visual studio correctly installed. I figured out that the configure script of openDDS is checking the output of the cl.exe command and expect a compiler version displayed in English!. Mine was displayed in french, so it didn't work. I had to install the English package to get the visual studio command prompt in English. it worked after that.
add a comment |
You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of
cl /?
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
add a comment |
VS2015 / VS2017 doesn't install c++ compiler by default.
- Modify VS VS2015 / VS2017 and select c++ compiler and install if VS VS2015 / VS2017 already install.
- configure
Note: OpenDDS-3.12 will not build on VS 2012
add a comment |
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
});
}
});
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%2fstackoverflow.com%2fquestions%2f47035888%2fhow-to-install-opendds-3-12-on-windows-system%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I encountered the same issue while I had my visual studio correctly installed. I figured out that the configure script of openDDS is checking the output of the cl.exe command and expect a compiler version displayed in English!. Mine was displayed in french, so it didn't work. I had to install the English package to get the visual studio command prompt in English. it worked after that.
add a comment |
I encountered the same issue while I had my visual studio correctly installed. I figured out that the configure script of openDDS is checking the output of the cl.exe command and expect a compiler version displayed in English!. Mine was displayed in french, so it didn't work. I had to install the English package to get the visual studio command prompt in English. it worked after that.
add a comment |
I encountered the same issue while I had my visual studio correctly installed. I figured out that the configure script of openDDS is checking the output of the cl.exe command and expect a compiler version displayed in English!. Mine was displayed in french, so it didn't work. I had to install the English package to get the visual studio command prompt in English. it worked after that.
I encountered the same issue while I had my visual studio correctly installed. I figured out that the configure script of openDDS is checking the output of the cl.exe command and expect a compiler version displayed in English!. Mine was displayed in french, so it didn't work. I had to install the English package to get the visual studio command prompt in English. it worked after that.
edited Oct 8 '18 at 21:56
Roman Pokrovskij
4,31795081
4,31795081
answered Jun 22 '18 at 13:27
francoisfrancois
362
362
add a comment |
add a comment |
You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of
cl /?
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
add a comment |
You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of
cl /?
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
add a comment |
You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of
cl /?
You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of
cl /?
answered Nov 3 '17 at 17:15
Johnny WillemsenJohnny Willemsen
2,49811015
2,49811015
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
add a comment |
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
When I type the message "cl /?" in VS prompt, prompt print "version 19.00.24215.1". I think it is no problem about my VS prompt. But, I don't know why OpenDDS Colud not detect Visual C++ version.
– 이동진
Nov 4 '17 at 16:22
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
It seems OpenDDS expects 19.1 as compiler output for Visual Studio 2017, have you installed all Visual Studio 2017 updates?
– Johnny Willemsen
Nov 5 '17 at 17:24
add a comment |
VS2015 / VS2017 doesn't install c++ compiler by default.
- Modify VS VS2015 / VS2017 and select c++ compiler and install if VS VS2015 / VS2017 already install.
- configure
Note: OpenDDS-3.12 will not build on VS 2012
add a comment |
VS2015 / VS2017 doesn't install c++ compiler by default.
- Modify VS VS2015 / VS2017 and select c++ compiler and install if VS VS2015 / VS2017 already install.
- configure
Note: OpenDDS-3.12 will not build on VS 2012
add a comment |
VS2015 / VS2017 doesn't install c++ compiler by default.
- Modify VS VS2015 / VS2017 and select c++ compiler and install if VS VS2015 / VS2017 already install.
- configure
Note: OpenDDS-3.12 will not build on VS 2012
VS2015 / VS2017 doesn't install c++ compiler by default.
- Modify VS VS2015 / VS2017 and select c++ compiler and install if VS VS2015 / VS2017 already install.
- configure
Note: OpenDDS-3.12 will not build on VS 2012
answered Dec 31 '18 at 8:09
Safdar SikanderSafdar Sikander
62
62
add a comment |
add a comment |
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.
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%2fstackoverflow.com%2fquestions%2f47035888%2fhow-to-install-opendds-3-12-on-windows-system%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
Did you install ActiveState Perl first? What version of Visual Studio?
– Retired Ninja
Oct 31 '17 at 12:58
I had no trouble installing it in a developer command prompt using Visual Studio 2017 Community with Perl available.
– Retired Ninja
Oct 31 '17 at 13:12
Yes I already installed ActiveState Perl. And I also use Visual Studio 2017 Community
– 이동진
Nov 1 '17 at 0:54
Make sure you actually installed C++ with Visual Studio. It is easy to not install it. If it is installed then cl /? in the developer prompt should give you some output.
– Retired Ninja
Nov 1 '17 at 1:00
When I type the message "cl /?" in VS prompt, prompt print "c/c++ compiler option". I think it is no problem about my VS prompt.
– 이동진
Nov 2 '17 at 3:50