[Ipopt-tickets] [Ipopt] #243: Compiling issues on Mac OS X 10.8

Ipopt coin-trac at coin-or.org
Mon Aug 18 12:27:43 EDT 2014


#243: Compiling issues on Mac OS X 10.8
---------------------------+------------------------
  Reporter:  john.harrold  |      Owner:  ipopt-team
      Type:  defect        |     Status:  reopened
  Priority:  normal        |  Component:  Ipopt
   Version:  3.11          |   Severity:  normal
Resolution:                |   Keywords:
---------------------------+------------------------
Changes (by john.harrold):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 That didn't seem to work for me. I started from scratch (deleted the
 source tree and unpacked the tar ball). This is what the top of
 IpTaggedObject.hpp lookalike:

 {{{
 // $Id: IpTaggedObject.hpp 2476 2014-04-08 09:41:07Z stefan $
 //
 // Authors:  Carl Laird, Andreas Waechter     IBM    2004-08-13

 #define IPOPT_THREAD_LOCAL
 #ifndef __IPTAGGEDOBJECT_HPP__
 #define __IPTAGGEDOBJECT_HPP__
 }}}


 And this is the output from Make:

 {{{
 In file included from ../../../../Ipopt/src/Common/IpTaggedObject.cpp:9:
 ../../../../Ipopt/src/Common/IpTaggedObject.hpp:23:1: warning:
 "IPOPT_THREAD_LOCAL" redefined
 ../../../../Ipopt/src/Common/IpTaggedObject.hpp:9:1: warning: this is the
 location of the previous definition
 In file included from ../../../../Ipopt/src/Common/IpTaggedObject.cpp:9:
 ../../../../Ipopt/src/Common/IpTaggedObject.hpp:137: error: thread-local
 storage not supported for this target
 ../../../../Ipopt/src/Common/IpTaggedObject.cpp:14: error: thread-local
 storage not supported for this target
 make[3]: *** [IpTaggedObject.lo] Error 1
 make[2]: *** [all] Error 2
 make[1]: *** [all-recursive] Error 1
 make: *** [all-recursive] Error 1
 }}}

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



More information about the Ipopt-tickets mailing list