Hello, Dave. > > Does anyone know anything about ROOTMACROPATH and how it is supposed to be > set? > There is the "include/config.h" header file. One is supposed to create it "on fly" to incorporate the current compilation parameters. I wonder this file is generated by some "makefile". That is used to compile ROOT. For STAR experiment we provide the PERL subroutine to create this file: MakeFile $env 'include/config.h', ( "// This is file is automatically generated ", "#ifndef HAVE_CONFIG ", "error Trying to use config.h, though HAVE_CONFIG is undefined", "#endif ", "#define PREFIX \"$prefix\" ", "#define ROOTBINDIR \"$bindir\" ", "#define ROOTLIBDIR \"$libdir\" ", "#define ROOTINCDIR \"$incdir\" ", "#define ROOTETCDIR \"$etcdir\" ", "#define ROOTDATADIR \"$datadir\" ", "#define ROOTMACRODIR \"$macrodir\" ", "#define ROOTSRCDIR \"$srcdir\" ", "#define ROOTICONPATH \"$iconpath\" ", "#define EXTRAICONPATH \"$extraiconpath\" ", "#define TTFFONTDIR \"$ttffontdir\" ", "#define TTFLIBDIR \"$ttflibdir\" ", "#define CINTINCDIR \"$cintincdir\" " ); Those macros do not affect the ROOT itself. It is to be used by run-time script compiler. Hope this helps, Valeri
This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:40 MET