<div dir="ltr">Hi Gregor,<div><br></div><div>thank you for your response!</div><div><br></div><div>I have problems using both "make" (default SoPlex) and "make LPS=cpx ZIMPL=false". That is what get from each of them:</div><div><br></div><div>"make":</div><div><br></div><div><b>C:\Users\Douglas\scip-6.0.2>make<br>make[1]: Entering directory 'C:/Users/Douglas/scip-6.0.2'<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>C:/Users/Douglas/scip-6.0.2/scip/make/make.project:521: *** ZIMPL requires the GMP to be linked. Use either ZIMPL=false or GMP=true.  Stop.<br>make[1]: Leaving directory 'C:/Users/Douglas/scip-6.0.2'<br>make: *** [Makefile:83: scipbinary] Error 2</b><br><br><b>C:\Users\Douglas\scip-6.0.2></b><br></div><div><br></div><div>"

make LPS=cpx ZIMPL=false": </div><div><br></div><div><b>C:\Users\Douglas\scip-6.0.2>make LPS=cpx ZIMPL=false<br>make[1]: Entering directory 'C:/Users/Douglas/scip-6.0.2'<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>"** Creating directory \"C:/Users/Douglas/scip-6.0.2/scip/lib/static\"."<br>The syntax of the command is incorrect.<br>make[1]: [Makefile.doit:162: C:/Users/Douglas/scip-6.0.2/scip/lib/static] Error 1 (ignored)<br>"** Creating directory \"C:/Users/Douglas/scip-6.0.2/scip/lib/include\"."<br>The syntax of the command is incorrect.<br>make[1]: [Makefile.doit:162: C:/Users/Douglas/scip-6.0.2/scip/lib/include] Error 1 (ignored)<br>"** Creating directory \"C:/Users/Douglas/scip-6.0.2/scip/lib/include/zimplinc\"."<br>The syntax of the command is incorrect.<br>make[1]: [Makefile.doit:162: C:/Users/Douglas/scip-6.0.2/scip/lib/include/zimplinc] Error 1 (ignored)<br>""<br>"** Building SoPlex library \"C:/Users/Douglas/scip-6.0.2/soplex/lib/libsoplex...gnu.opt.a\"."<br>make[2]: Entering directory 'C:/Users/Douglas/scip-6.0.2/soplex'<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>'uname' is not recognized as an internal or external command,operable program or batch file.<br>process_begin: CreateProcess(NULL, cat src/depend.gmp, ...) failed.<br>make[2]: Makefile:374: pipe: No such file or directory<br>process_begin: CreateProcess(NULL, cat src/depend.zlib, ...) failed.<br>make[2]: Makefile:384: pipe: No such file or directory<br>process_begin: CreateProcess(NULL, cat src/depend.eglib, ...) failed.<br>make[2]: Makefile:397: pipe: No such file or directory<br>Makefile:300: make/make...gnu.opt: No such file or directory<br>make[2]: *** No rule to make target 'make/make...gnu.opt'.  Stop.<br>make[2]: Leaving directory 'C:/Users/Douglas/scip-6.0.2/soplex'<br>make[1]: *** [Makefile.doit:178: C:/Users/Douglas/scip-6.0.2/soplex/lib/libsoplex...gnu.opt.a] Error 2<br>make[1]: Leaving directory 'C:/Users/Douglas/scip-6.0.2'<br>make: *** [Makefile:83: scipbinary] Error 2</b><br><br><b>C:\Users\Douglas\scip-6.0.2></b><br></div><div><b><br></b></div><div>And I will also try the CMake-Build System.</div><div><br></div><div>Thank you very much!</div><div><br></div><div>Have a nice weekend!</div><div><br></div><div>Douglas <br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em sáb., 16 de nov. de 2019 às 05:59, Gregor Hendel <<a href="mailto:hendel@zib.de">hendel@zib.de</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    Hi Douglas,<br>
    <br>
    welcome to the mailing list.<br>
    <br>
    In order to help you with your issue, you need to be more explicit
    about the issue you are facing. Do you succeed to compile SCIP with
    SoPlex using make? Which issue do you face when you switch to
    LPS=cpx?<br>
    <br>
    A natural alternative would be to try out the CMake-Build System,
    which we explain <a href="https://scip.zib.de/doc/html/CMAKE.php" target="_blank">here</a>.<br>
    <br>
    Have a nice weekend<br>
    Gregor<br>
    <br>
    <br>
    <br>
    <div>Am 16.11.19 um 04:44 schrieb Douglas
      Nogueira do Nascimento:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hello!
        <div><br>
        </div>
        <div>My name is Douglas Nogueira, I'm a PhD student from
          Brazil. </div>
        <div><br>
        </div>
        <div>I've been using SCIP for the last months in the operating
          system Windows 10, and it is working perfectly. I used the <span style="color:rgb(0,0,0)">SCIP Optimization Suite for the
            installation. </span></div>
        <div><span style="color:rgb(0,0,0)"><br>
          </span></div>
        <div><span style="color:rgb(0,0,0)">However, now I would like to
            run it using CPLEX as LP solver. The online documentation (</span><a href="https://scip.zib.de/doc/html/MAKE.php" target="_blank">https://scip.zib.de/doc/html/MAKE.php</a><span style="color:rgb(0,0,0)">) and the INSTALL file provide an
            example of how to get CPLEX linked to SCIP via "make". On
            Linux, this example worked well. But on Windows 10 I had
            some issues.</span></div>
        <div><span style="color:rgb(0,0,0)"><br>
          </span></div>
        <div><span style="color:rgb(0,0,0)">I would like to know if it
            is possible to link CPLEX on Windows via this example. Or is
            there an alternative way?</span></div>
        <div><span style="color:rgb(0,0,0)"><br>
          </span></div>
        <div><span style="color:rgb(0,0,0)">Thank you!</span></div>
        <div><span style="color:rgb(0,0,0)"><br>
          </span></div>
        <div><span style="color:rgb(0,0,0)">Douglas Nogueira</span></div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
Scip mailing list
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a>
<a href="https://listserv.zib.de/mailman/listinfo/scip" target="_blank">https://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<a href="https://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">https://listserv.zib.de/mailman/listinfo/scip</a><br>
</blockquote></div>