]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: setting the include path for the runtime compilation of the
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Oct 2009 23:02:19 +0000 (23:02 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Oct 2009 23:02:19 +0000 (23:02 +0000)
global trigger object in order to fit the HLT online system. A proper
fix needs some more thinking

HLT/trigger/AliHLTGlobalTriggerComponent.cxx

index fa2957cb182e9e3996b9280724602b3cd596c286..7cd1bc802ef4d029f2da0db2e2df24e7b03bf78e 100644 (file)
@@ -706,7 +706,7 @@ int AliHLTGlobalTriggerComponent::LoadTriggerClass(
   TString compiler = gSystem->GetBuildCompilerVersion();
   if (compiler.Contains("gcc") or compiler.Contains("icc"))
   {
-    TString includePath = "-I${ALICE_ROOT}/include -I${ALICE_ROOT}/HLT/BASE -I${ALICE_ROOT}/HLT/trigger";
+    TString includePath = "-I${ALIHLT_TOPDIR}/BASE -I${ALIHLT_TOPDIR}/trigger -I${ALICE_ROOT}/include -I${ALICE_ROOT}/HLT/BASE -I${ALICE_ROOT}/HLT/trigger";
     // Add any include paths that were specified on the command line.
     for (Int_t i = 0; i < includePaths.GetEntriesFast(); i++)
     {