AW: AW: [omniORB] omniidl bug

Barthel Marco (MPA/DS) Marco.Barthel at tenovis.com
Wed Apr 14 13:58:48 BST 2004


Hi Sergei,

sorry my example provided was wrong.

Here is the fixed example:


/firstdir/one.idl     (does #include "seconddir/two.idl")
/seconddir/two.idl    (does #include "three.idl")
/seconddir/three.idl

now in two.idl the include three.idl cannot be found. I think it is very common to not provide directoryname if the file resides in the same directoy.

I did the following to compile:

$ cd /firstdir
$ omniidl -I.. one.idl

omniidl: Warning: No back-ends specified; checking IDL for validity
In file included from one.idl:1:
second/two.idl:1: three.idl: No such file or directory
omniidl: Error running preprocessor

The example works with omniidl from omniORB4.0.3

-marco



More information about the omniORB-list mailing list