[BuildTools-tickets] [BuildTools] #93: Error in Compilation of Bonmin make

BuildTools coin-trac at coin-or.org
Mon Dec 5 09:28:09 EST 2011


#93: Error in Compilation of Bonmin make
---------------------+------------------------------------------------------
Reporter:  martmevi  |        Owner:  stefan      
    Type:  defect    |       Status:  assigned    
Priority:  major     |    Component:  build system
 Version:  0.7       |   Resolution:              
Keywords:  make cbc  |  
---------------------+------------------------------------------------------
Changes (by stefan):

  * priority:  critical => major
  * status:  new => assigned


Comment:

 It seems to be an issue with setting up the revision number of Cbc, since
 CbcSolver.cpp:1666 is supposed to print that number:
 {{{
 #ifdef CBC_SVN_REV
             sprintf(generalPrint + strlen(generalPrint),
                     "Revision Number: %d \n", CBC_SVN_REV);
 #endif
 }}}

 Can you check what is the define for CBC_SVN_REV in Cbc/src/config.h (in
 the build directory)?

 It should be a single number. If it's not, the easiest may be to just edit
 this file (it's generated by configure) and to remove the define of
 CBC_SVN_REV. Bonmin should still work as usual.

 Stefan

-- 
Ticket URL: <https://projects.coin-or.org/BuildTools/ticket/93#comment:1>
BuildTools <http://projects.coin-or.org/BuildTools>
Tools for configuring and compiling COIN-OR codes



More information about the BuildTools-tickets mailing list