Fork me on GitHub

Changes between Initial Version and Version 2 of Ticket #1017


Ignore:
Timestamp:
Sep 2, 2016, 4:23:16 PM (8 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1017 – Description

    initial v2  
    66
    77My solution was to change:
     8{{{
    89@rootcint -f $@ -c -Iexternal $<
     10}}}
    911into:
     12{{{
    1013@rootcint -f $@ -rmf $@.rootmap -rml $@.so -c -Iexternal $<
     14}}}
    1115
    1216Does this seem like a reasonable fix? Can it be modified to be put into the genMakefile.tcl and thus get more of the Delphes classes? As I said, this is a partial fix and I wasn't able to do the same for the ExRoot classes, which still cause warnings like in [1].
     
    1721
    1822[1]
     23{{{
    1924Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
    2025   Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h
     
    2934   Missing FileEntry for ExRootAnalysis/ExRootResult.h
    3035   requested to autoload type ExRootResult
    31 ...
     36}}}