[Coin-discuss] COIN, SYMPHONY, lp_prob, and COMPILE_IN_TM
    Michael Hennebry 
    hennebry at web.cs.ndsu.nodak.edu
       
    Thu Dec 30 11:49:54 EST 2004
    
    
  
Trying make in the Osi directory produced error messages.
The first was
/disk2/people/hennebry/cointop/COIN/SYMPHONY/include/master.h:139: `lp_prob'
   was not declared in this scope
 .
lp_prob is a typedef in lp.h .
master.h includes the lines
#ifdef COMPILE_IN_TM
#include "tm.h"
#include "lp.h"
#endif
 .
Apparently COMPILE_IN_TM is not #defined.
Using find to search Makefile* files and *.h* files
showed the string COMPILE_IN_TM only in files of
SYMPHONY and its subdirectories.
COMPILE_IN_TM was not #defined by any *.h* file.
The string -DCOMPILE_IN_TM occured only in
SYMPHONY/Makefile and SYMPHONY/Makefile.dist.
What do I do?
-- 
Mike   hennebry at web.cs.ndsu.NoDak.edu
"Pilot, does Moya know where we are?"  --   Zhaan
"Yes, of course.  We're someplace else.
I'll get back to you on the specifics."  --  Pilot
    
    
More information about the Coin-discuss
mailing list