Re: [orbitcpp-list] Module split between 2 files causes internal compiler error
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2001-04-03 10:09:16
|
Hi Kuba, I can reproduce this problem with CVS orbitcpp. I'll try and have a look at it tonight. Cheers, Phil Kuba writes: > The following situation causes orbitcpp to generate internal error (ORBit 0.5.7 works fine). > I have 2 files in the same directory: > file1.idl: > --------------- > module A { > interface Unrelevant1 { > }; > }; > --------------- > file2.idl: > --------------- > #include <file1.idl> > module A { > interface Unrelevant2 { > }; > }; > --------------- > Then: > orbit-idl -l c++ -I. file2.idl > > Internal error. > I tried to track this, but orbitcpp code is still too sophisticated for me :( > > Kuba > > > > > > -- > > > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/lists/listinfo/orbitcpp-list |