[omniORB] Generation of include directives from idl
Lars von Wedel
lvw@lfpt.rwth-aachen.de
Mon, 13 Mar 2000 16:52:33 +0100 (MET)
Hello,
I have a problem with the way omniidl3 (pre1, Solaris 2.7, Sun CC 4.2)
generates include directives. From
#include "a.idl"
in the idl file it compiles
#include <a.hh>
in the corresponding stub header files, forcing me to
explicitly specify -I. for the compiler. Even worse, from
#include <idl/a.idl>
(with my overall project directory A on the path) it makes
#include <a.hh>
requiring me to put A/idl into the include path again.
Why is this behavior useful?
Lars