Re: [orbitcpp-list] orbitcpp-0.30 is out!
Status: Beta
Brought to you by:
philipd
|
From: Phil D. <ph...@us...> - 2001-02-09 09:37:18
|
Hi Konrad,
Could you do a 'make check' in the test directory, and let me know if
there are any failures.
Cheers,
Phil
Konrad Podloucky writes:
>
> On 08-Feb-2001 Phil Dawes enlightened me with:
> [...]
> > If you change the
> > void* operator new(CORBA::ULong size)
> > lines to
> > void* operator new(size_t size)
> > in orbitcpp_sequence, and
> > << "::operator new(" IDL_CORBA_NS"::ULong size) {" << endl;
> > to
> > << "::operator new(size_t size) {" << endl;
> > in compiler/types.cc, then that should fix it.
> >
> > Please let me know how you get on - as I say, I haven't tested
> > on a 64
> > bit platform.
> >
> Thanx Phil! This works. I had to change 3 lines in
> orbitcpp_sequence.hh and one in types.cc.
> I haven't made any test programs yet, but it compiles fine.
>
> thnx again,
> Konrad
>
> ________________________________________________________________
> .~. Konrad Podloucky GnuPG/PGP-key available by request
> /V\ Why Bill Gates has succeeded:
> // \\ "The obvious mathematical breakthrough would be
> /( )\ development of an easy way to factor large prime
> ^^-^^ numbers." The Road Ahead (1995), page 265
>
> _______________________________________________
> orbitcpp-list mailing list
> orb...@li...
> http://lists.sourceforge.net/lists/listinfo/orbitcpp-list
>
|