[orbitcpp-list] Module split between 2 files causes internal compiler error
Status: Beta
Brought to you by:
philipd
|
From: Kuba <kp...@po...> - 2001-04-02 08:39:20
|
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
--
|