[CoinUtils-tickets] Re: [COIN-OR Common Utilities] #41: Problem compiling CoinUtils on NetBSD 3.1

COIN-OR Common Utilities coin-trac at coin-or.org
Sun Dec 9 23:52:02 EST 2007


#41: Problem compiling CoinUtils on NetBSD 3.1
----------------------+-----------------------------------------------------
  Reporter:  kdealba  |      Owner:  ladanyi 
      Type:  defect   |     Status:  assigned
  Priority:  major    |    Version:          
Resolution:           |   Keywords:          
----------------------+-----------------------------------------------------
Changes (by ladanyi):

  * status:  new => assigned
  * owner:  => ladanyi

Comment:

 CoinSighandler_t needs to be defined to avoid the error you see. A block
 of this sort:
 {{{
 //-----------------------------------------------------------------------------

 #if defined(__FreeBSD__) && defined(__GNUC__)
    typedef typeof(SIG_DFL) CoinSighandler_t;
 #  define CoinSighandler_t_defined
 #endif
 }}}
 needs to be added to CoinSignal.hpp.

 Unfortunately I have no access to a NetBSD machine. Could you check how
 can we identify a NetBSD machine? The output of the following few commands
 should do:
 {{{
 touch t.cpp
 g++ -v t.cpp
 }}}
 Also, could you check whether SIG_DFL is defined and what needs to be
 included to get it? The output of the command:
 {{{
 find /usr/include -type f | xargs grep SIG_DFL
 }}}
 will most likely give the necessary information.

 Thanks,
 --Laci

 PS: sorry for the slow response...

-- 
Ticket URL: <https://projects.coin-or.org/CoinUtils/ticket/41#comment:1>
COIN-OR Common Utilities <http://projects.coin-or.org/CoinUtils>
Common data structures and linear algebra functions for COIN-OR projects



More information about the CoinUtils-tickets mailing list