RE: [ROOT] rootcint and dictionary header file output.

From: Philippe Canal (pcanal@fnal.gov)
Date: Wed Jun 04 2003 - 19:57:51 MEST


Hi,

For that I think that you have to 'cd' to the src directory and pass the
arguments without any directory information.  You might also be able to do
rootcint ... -Isrc AliHLTPoint.h ....

Cheers,
Philippe.

-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Artur Szostak
Sent: Wednesday, June 04, 2003 11:41 AM
To: roottalk@pcroot.cern.ch
Subject: [ROOT] rootcint and dictionary header file output.



Is it possible to tell rootcint to use a specified prefix or directory when
it is writing the #include statements in the dictionary header file?
For example at the moment rootcint is putting the following #include
statements into the header file:

#include "src/AliHLTPoint.h"
#include "src/AliHLTTriggerRecord.h"
#include "src/AliHLTInput.h"
#include "src/AliHLTOutput.h"
#include "src/AliHLTFilter.h"

But I want it to output just:

#include "AliHLTPoint.h"
#include "AliHLTTriggerRecord.h"
#include "AliHLTInput.h"
#include "AliHLTOutput.h"
#include "AliHLTFilter.h"


--

Artur Szostak

Department of Physics
University of Cape Town
Email: Artur.Szostak@fi.uib.no  (only valid until 30 June)
         artur@alice.phy.uct.ac.za



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:12 MET