[CoinUtils-tickets] [COIN-OR Common Utilities] #57: compilation error with gcc-4.4

COIN-OR Common Utilities coin-trac at coin-or.org
Tue Jun 16 17:31:56 EDT 2009


#57: compilation error with gcc-4.4
----------------------+-----------------------------------------------------
  Reporter:  fmargot  |      Owner:  ladanyi 
      Type:  defect   |     Status:  assigned
  Priority:  minor    |    Version:          
Resolution:           |   Keywords:          
----------------------+-----------------------------------------------------
Changes (by ladanyi):

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

Comment:

 CoinFactorization.hpp includes cstdio which is where printf is used to be
 declared ('man 3 printf'). That may have changed for gcc-4.4. Try to find
 out which header declares printf and include that in
 CoinFactorization.hpp. The obvious guess is cstdlib, but it may be
 something else. Unfortunately I have no access to gcc-4.4, so I can't
 figure this out. I can try to figure it out if you can give me an account
 on a machine with gcc-4.4.

 Cheers,
 --Laci

-- 
Ticket URL: <https://projects.coin-or.org/CoinUtils/ticket/57#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