[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: cutesti.cc on 64 bit Linux
From:       Reginald Stadlbauer <reggie () troll ! no>
Date:       1999-09-27 18:54:12
[Download RAW message or body]

On Mon, 27 Sep 1999, David Faure wrote:
>I think it's safe to commit this.

Ok, I committed.

>On Mon, Sep 27, 1999 at 08:28:34PM +0200, Reginald Stadlbauer wrote:
>> Hi!
>> To compile cutesti.cc on Alpha/Linux I had to do
>> 
>> 367c367
>> <      if ( !dc.get_longs( ((List *)v)->data(), lLen ) )
>> ---
>> >      if ( !dc.get_longs( (CORBA::Long*)((List *)v)->data(), lLen ) )
>> 376c376
>> <      ec.put_longs( ((List *)v)->data(), ((List *)v)->size() );
>> ---
>> >      ec.put_longs( (CORBA::Long*)((List *)v)->data(), ((List *)v)->size() );
>> 529c529
>> <      if ( !dc.get_ulongs( ((List *)v)->data(), lLen ) )
>> ---
>> >      if ( !dc.get_ulongs( (CORBA::ULong*)((List *)v)->data(), lLen ) )
>> 538c538
>> <      ec.put_ulongs( ((List *)v)->data(), ((List *)v)->size() );
>> ---
>> >      ec.put_ulongs( (CORBA::ULong*)((List *)v)->data(), ((List *)v)->size() );
>> 
>> Should I commit that or any other ideas?
>> 
>> -- 
>> Reggie
>
>-- 
>David FAURE
>david@mandrakesoft.com, faure@kde.org
>http://www.insa-lyon.fr/People/AEDI/dfaure/index.html 
>KDE, Making The Future of Computing Available Today
-- 
Reggie

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic