Re: [orbitcpp-list] Can't compile
Status: Beta
Brought to you by:
philipd
From: <MHL...@t-...> - 2001-08-30 21:19:50
|
Am 30.08.2001 20:47 schrieb(en) Andreas Tretow: > Thanks Martin, > > but /usr/include/orb/corba_sequences.h contains these lines. So, may I > guess that that's not it? :-( > Damn. > No, you should put /* ... */ around these lines, i.e. remark them: Manually edit the file .../include/orb/corba_sequences.h and change the lines #define _CORBA_sequence_CORBA_any_defined typedef struct CORBA_sequence_CORBA_any_struct CORBA_AnySeq; typedef struct CORBA_sequence_CORBA_any_struct CORBA_sequence_CORBA_any; into /* #define _CORBA_sequence_CORBA_any_defined typedef struct CORBA_sequence_CORBA_any_struct CORBA_AnySeq; typedef struct CORBA_sequence_CORBA_any_struct CORBA_sequence_CORBA_any; */ |