Fork me on GitHub

Changeset 1605565 in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Oct 24, 2017, 5:22:18 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f113c4e
Parents:
22138b0
git-author:
Adarsh Pyarelal <adarsh.pyarelal@…> (10/24/17 17:22:18)
git-committer:
GitHub <noreply@…> (10/24/17 17:22:18)
Message:

Update genMakefile.tcl to avoid conflicting access

When I try to compile Delphes originally, I get this error message:

error: ‘struct std::cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::xfer_bufptrs’ redeclared with different access

struct xfer_bufptrs

Making the changes in this proposal gets rid of those errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r22138b0 r1605565  
    413413        @echo ">> Generating $@"
    414414        @rootcint -f $@ -c -Iexternal $<
    415         @echo "#define private public" > $@.arch
    416         @echo "#define protected public" >> $@.arch
     415        @echo " " > $@.arch
    417416        @mv $@ $@.base
    418417        @cat $@.arch $< $@.base > $@
Note: See TracChangeset for help on using the changeset viewer.