[Coin-discuss] Compile on 64bit AIX with xlC
    Laszlo Ladanyi 
    ladanyi at us.ibm.com
       
    Tue Apr  8 18:14:32 EDT 2003
    
    
  
I have checked it out, but it probably still won't work. xlC was complaining
about the
  int xx = (int) temp;     
line, and apparently it's not willing to cast a double* to int even with
reinterpret_cast (which is strange). I think going back to the sizeof test and
the using memcpy(xx, temp, sizeof(double*)) might do the trick.
--Laci
On Tue, 8 Apr 2003, John J Forrest wrote:
> Get CoinIndexedVector.cpp out of cvs again and try it.
> 
> I am now using __64BIT__ and conditional compilation.  I know that is 
> supported on AIX, does anyone know if it is a general defined quantity?
> 
> John Forrest
    
    
More information about the Coin-discuss
mailing list