[Ipopt-tickets] [Ipopt] #277: 'Make' does not work on Windows 10 machine with Cygwin and MSVC++ compiler

Ipopt coin-trac at coin-or.org
Mon Dec 12 06:28:18 EST 2016


#277: 'Make' does not work on Windows 10 machine with Cygwin and MSVC++ compiler
----------------------------+----------------------------------------
  Reporter:  LKeersmaekers  |      Owner:  ipopt-team
      Type:  defect         |     Status:  new
  Priority:  normal         |  Component:  Ipopt
   Version:  3.12           |   Severity:  normal
Resolution:                 |   Keywords:  Cygwin, MSVC++, Make error
----------------------------+----------------------------------------

Comment (by stefan):

 The sed errors seem to be caused by the matlab path. In the config.status,
 there is
 {{{
 s, at MATLAB_HOME@,/cygdrive/d/Program
 Files
 (x86)/MATLAB/R2010a,;t t
 }}}

 This looks odd (should all be in one line) and if I remove it, I can get
 rid of the error from sed.
 Could you just change this to
 {{{
 s, at MATLAB_HOME@,/cygdrive/d/Program Files (x86)/MATLAB/R2010a,;t t
 }}}
 in your config.status, run config.status again, and see if that produces a
 non-empty Makefile?

 If the GCC is the one from Cygwin, then, yes, that might not work with
 MSVC. I seem to have overlooked that.

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/277#comment:6>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list