include file paths in rootcint

James M White (jmw@c3serve.c3.lanl.gov)
Thu, 5 Jun 1997 12:46:40 -0600 (MDT)


Greetings,
I'm having problems with rootcint in generating a dictionary
for including I/O and RTTI. In my class ".h" file I need to include other
".h" files. If I use the fully qualified path name to the included ".h" file
all works well. The problem is that, because of the way we have our
software revision control, I need to use just the ".h" file name and I
want to use the equivalent of the -Ipathname option that is in the standard
CC compilers. Does rootcint have the equivalent "-I" option? Is
there another way around this?

Thanks,
Jim