[Coin-discuss] Problem building Osi-0.95.3/Osi/src/OsiDylp on	Solaris 10
    Lou Hafer 
    lou at cs.sfu.ca
       
    Fri Feb  9 18:03:36 EST 2007
    
    
  
Kostas,
	The problem is fixed in Osi/stable/0.95 but the fix has not yet made
it into a release. If you're working from the repository, you might want to 
try checking out Osi/stable/0.95 instead of Osi/releases/0.95.3.
	Should you decide you want the information messages, the proper patch
for the compilation errors is to replace
(int) reinterpret_cast<int>(this)
		       ^^^
with
(int) reinterpret_cast<CoinIntPtr>(this)
                       ^^^^^^^^^^
in the four(?) lines where the compiler reports the error.
	The easy way to disable all information messages from configuration is
to add --disable-dylp-info to the command line.
							Lou
    
    
More information about the Coin-discuss
mailing list