Re: unbuildable code generated for inheritance?
- From: Bill Haneman <Bill Haneman Sun COM>
- To: orbit-list gnome org
- Subject: Re: unbuildable code generated for inheritance?
- Date: Wed, 30 May 2001 14:15:40 +0100 (BST)
Just for the record, in case someone caught the error in the IDL I
recently posted:
Because I had named my interfaces "Parent" and "Child" there was some
possible confusion about whether the #define "__CHILD_COMPILATION" had
semantic meaning (e.g. was an included interface) or whether it was just
generated from the name of the interface. Looking at Bonobo.idl the
latter seems to be true, so I changed the #if statement in Parent.idl to
read:
#if !defined(__PARENT_COMPILATION) && defined(__ORBIT_IDL)
This didn't solve the problem. I tried it using an old ORBit-1 (stock
from RedHat 6.2 distro) and it displays the same problem.
-Bill
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]