How to install OpenDDS 3.12 on windows system












0















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)










share|improve this question

























  • 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


















0















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)










share|improve this question

























  • 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
















0












0








0








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)










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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





















  • 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














3 Answers
3






active

oldest

votes


















2














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.






share|improve this answer

































    0














    You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of




    cl /?







    share|improve this answer
























    • 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



















    0














    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






    share|improve this answer























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


      }
      });














      draft saved

      draft discarded


















      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









      2














      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.






      share|improve this answer






























        2














        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.






        share|improve this answer




























          2












          2








          2







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Oct 8 '18 at 21:56









          Roman Pokrovskij

          4,31795081




          4,31795081










          answered Jun 22 '18 at 13:27









          francoisfrancois

          362




          362

























              0














              You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of




              cl /?







              share|improve this answer
























              • 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
















              0














              You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of




              cl /?







              share|improve this answer
























              • 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














              0












              0








              0







              You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of




              cl /?







              share|improve this answer













              You have to run configure from the Visual Studio command prompt. When it still gives the same error post the output of




              cl /?








              share|improve this answer












              share|improve this answer



              share|improve this answer










              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



















              • 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











              0














              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






              share|improve this answer




























                0














                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






                share|improve this answer


























                  0












                  0








                  0







                  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






                  share|improve this answer













                  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







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 31 '18 at 8:09









                  Safdar SikanderSafdar Sikander

                  62




                  62






























                      draft saved

                      draft discarded




















































                      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%2f47035888%2fhow-to-install-opendds-3-12-on-windows-system%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

                      Monofisismo

                      Angular Downloading a file using contenturl with Basic Authentication

                      Olmecas