duplicated __classid decls.
- From: Michael Meeks <michael ximian com>
- To: Andres Ortega <aorte gmx net>,Jeroen Zwartepoorte <jeroen xs4all nl>, R Blake <blakers mac com>
- Cc: orbit <orbit-list gnome org>
- Subject: duplicated __classid decls.
- Date: 13 Dec 2002 10:31:24 +0000
Hi guys,
So I had a poke at your bugs; and I think the problem lies in the
pre-processor you're using. ORBit2's libIDL rather relies on the
pre-processor not mangling various directives, and my suspicion is that
yours is somehow.
ie. in iop-defs.idl we have:
#pragma inhibit push
#include "corba-defs.idl"
#pragma inhibit pop
Which means that only the types should be compiled against for this idl
file, but no code emitted for them.
I think that's somehow getting garbled in your compiles.
So - what versions of gcc (and cpp) are you running ?
[michael@michael MT-ORBit2]$ cpp --version
cpp (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
seems to work fine.
Hmm,
Michael.
--
mmeeks@gnu.org <><, Pseudo Engineer, itinerant idiot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]