Fork me on GitHub

Opened 8 years ago

Last modified 8 years ago

#1049 new Bug

compilation error with Mac OS — at Initial Version

Reported by: ahmed hammad Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear Delphes authors,

Iam using Mac 10 elcaptian and during the compilation i got this error

Compiling tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc

In file included from tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc:13:
external/ExRootAnalysis/ExRootTreeWriter.h:33:8: warning: 'ExRootTreeWriter::Clear' hides overloaded virtual function [-Woverloaded-virtual]

void Clear();


/usr/local/Cellar/root6/6.06.06/include/root/TNamed.h:46:21: note: hidden overloaded virtual function 'TNamed::Clear' declared here: different number of parameters (1 vs 0)

virtual void Clear(Option_t *option ="");


In file included from tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc:13:
external/ExRootAnalysis/ExRootTreeWriter.h:35:8: warning: 'ExRootTreeWriter::Write' hides overloaded virtual functions [-Woverloaded-virtual]

void Write();


/usr/local/Cellar/root6/6.06.06/include/root/TObject.h:154:24: note: hidden overloaded virtual function 'TObject::Write' declared here: different number of parameters (3 vs 0)

virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0);


/usr/local/Cellar/root6/6.06.06/include/root/TObject.h:155:24: note: hidden overloaded virtual function 'TObject::Write' declared here: different number of parameters (3 vs 0)

virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0) const;


In file included from tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc:63:
tmp/external/ExRootAnalysis/ExRootAnalysisDict.h:18:10: fatal error: 'Gci.h' file not found
#include "G
ci.h"


2 warnings and 1 error generated.
make: * [tmp/external/ExRootAnalysis/ExRootAnalysisDict.o] Error 1

kindly could you please help in this ??

Change History (0)

Note: See TracTickets for help on using tickets.