Changes between Initial Version and Version 2 of Ticket #1017
- Timestamp:
- Sep 2, 2016, 4:23:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1017 – Description
initial v2 6 6 7 7 My solution was to change: 8 {{{ 8 9 @rootcint -f $@ -c -Iexternal $< 10 }}} 9 11 into: 12 {{{ 10 13 @rootcint -f $@ -rmf $@.rootmap -rml $@.so -c -Iexternal $< 14 }}} 11 15 12 16 Does 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]. … … 17 21 18 22 [1] 23 {{{ 19 24 Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState: 20 25 Missing FileEntry for ExRootAnalysis/ExRootTreeReader.h … … 29 34 Missing FileEntry for ExRootAnalysis/ExRootResult.h 30 35 requested to autoload type ExRootResult 31 ... 36 }}}