CASToR compilation with external library error

Hi CASToR community,

I’m a GATE user and planning to use CASToR utilities for the image reconstruction process. I’ve been struggling to compile castor code with ROOT library (tried root version 5.34 as well as 6.12, but with no luck). Also I’m reading castor general document to get insights about how it works.

Following is the system I have:

  1. CMake: cmake version 3.11.0-rc2
  2. Root: 5.34 and 6.12
  3. Mac os 10.11.6

I also tried to compile the CASToR code using the provided Makefile, and it compiled successfully. To compile the code with external Root library, I use CMake and turned on the root flag, CASToR 64bits flag and debug flag, I did not see any issues when I configure the compilation. After that, I ran the make command to compile the code but it generated a huge number of errors. Following are the copy-paste of what I’m getting during compilation. Could anyone take a look and suggest me what’s going on? I would appreciate any help and suggestions.

Thank you in advance.

Regards,
Ashok Tiwari

MW8452:CASToR ashoktiwari$ ccmake ./castor_v2.0.2

MW8452:CASToR ashoktiwari$ make
Scanning dependencies of target castor-datafileConversionEx
[ 0%] Building CXX object CMakeFiles/castor-datafileConversionEx.dir/toolkits/castor-datafileConversionEx.cc.o
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:41:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iDataFilePET.hh:35:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:37:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:107:39: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline FLTNB GetEventScatRate(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:146:36: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline FLTNB GetEventValue(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:162:36: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline void SetScatterRate(int a_bin, FLTNBDATA a_value)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:41:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iDataFilePET.hh:35:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:39:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventSPECT.hh:106:45: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetAdditiveCorrections(int a_bin)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:41:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iDataFilePET.hh:35:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:40:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventCT.hh:107:45: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetAdditiveCorrections(int a_bin)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:31:
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:93:9: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
typedef long long Long64_t; //Portable signed long integer 8 bytes
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:94:18: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
typedef unsigned long long ULong64_t;//Portable unsigned long integer 8 bytes
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:156:43: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const ULong64_t kMaxULong64 = ULong64_t(~0LL);
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:75:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kCanDelete = BIT(0), // if object in a list can be deleted
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:76:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kMustCleanup = BIT(3), // if object destructor must call RecursiveRemove()
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:77:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kObjInCanvas = BIT(3), // for backward compatibility only, use kMustCleanup
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:78:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kIsReferenced = BIT(4), // if object is referenced by a TRef or TRefArray
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:79:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kHasUUID = BIT(5), // if object has a TUUID (its fUniqueID=UUIDNumber)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:80:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kCannotPick = BIT(6), // if object in a pad cannot be picked
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:81:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kNoContextMenu = BIT(8), // if object does not want context menu
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:82:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kInvalidObject = BIT(13) // if object ctor succeeded but object should not be used
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:95:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kSingleKey = BIT(0), // write collection with single key
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:96:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kOverwrite = BIT(1), // overwrite existing object with same name
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:97:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kWriteDelete = BIT(2) // write object, then delete previous key with same name
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:232:
/Users/ashoktiwari/gate8/root5.34/root/include/TBuffer.h:71:22: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kIsOwner = BIT(16) }; //if set TBuffer owns fBuffer
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:25:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TNamed.h:26:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TObject.h:232:
/Users/ashoktiwari/gate8/root5.34/root/include/TBuffer.h:72:46: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kCannotHandleMemberWiseStreaming = BIT(17)}; //if set TClonesArray should not use member wise streaming
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:50:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TROOT.h:29:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TDirectory.h:28:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TList.h:26:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TSeqCollection.h:26:
/Users/ashoktiwari/gate8/root5.34/root/include/TCollection.h:60:22: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kIsOwner = BIT(14) };
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:51:
/Users/ashoktiwari/gate8/root5.34/root/include/TApplication.h:50:26: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kProcessRemotely = BIT(15), // TRUE if this line has to be processed remotely
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:51:
/Users/ashoktiwari/gate8/root5.34/root/include/TApplication.h:51:29: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kDefaultApplication = BIT(16) // TRUE if created via CreateApplication()
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:156:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABackPixmap = BIT(0);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:157:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABackPixel = BIT(1);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:158:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABorderPixmap = BIT(2);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:159:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABorderPixel = BIT(3);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:160:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABorderWidth = BIT(4);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:161:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABitGravity = BIT(5);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:162:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWAWinGravity = BIT(6);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:163:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABackingStore = BIT(7);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:164:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABackingPlanes = BIT(8);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:165:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWABackingPixel = BIT(9);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:166:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWAOverrideRedirect = BIT(10);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:167:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWASaveUnder = BIT(11);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:168:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWAEventMask = BIT(12);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:169:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWADontPropagate = BIT(13);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:170:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWAColormap = BIT(14);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:171:36: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kWACursor = BIT(15);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:176:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyPressMask = BIT(0);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:177:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyReleaseMask = BIT(1);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:178:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButtonPressMask = BIT(2);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:179:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButtonReleaseMask = BIT(3);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:180:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPointerMotionMask = BIT(4);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:181:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButtonMotionMask = BIT(5);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:182:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kExposureMask = BIT(6);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:183:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kStructureNotifyMask = BIT(7);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:184:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kEnterWindowMask = BIT(8);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:185:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kLeaveWindowMask = BIT(9);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:186:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kFocusChangeMask = BIT(10);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:187:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kOwnerGrabButtonMask = BIT(11);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:188:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kColormapChangeMask = BIT(12);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:212:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyShiftMask = BIT(0);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:213:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyLockMask = BIT(1);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:214:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyControlMask = BIT(2);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:215:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyMod1Mask = BIT(3); // typically the Alt key
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:216:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyMod2Mask = BIT(4); // typically mod on numeric keys
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:217:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyMod3Mask = BIT(5);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:218:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyMod4Mask = BIT(6);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:219:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kKeyMod5Mask = BIT(7);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:220:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton1Mask = BIT(8);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:221:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton2Mask = BIT(9);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:222:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton3Mask = BIT(10);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:223:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton4Mask = BIT(11);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:224:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton5Mask = BIT(12);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:225:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton6Mask = BIT(13);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:226:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kButton7Mask = BIT(14);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:227:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kAnyModifier = BIT(15);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:303:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCFunction = BIT(0);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:304:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCPlaneMask = BIT(1);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:305:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCForeground = BIT(2);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:306:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCBackground = BIT(3);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:307:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCLineWidth = BIT(4);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:308:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCLineStyle = BIT(5);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:309:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCCapStyle = BIT(6);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:310:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCJoinStyle = BIT(7);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:311:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCFillStyle = BIT(8);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:312:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCFillRule = BIT(9);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:313:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCTile = BIT(10);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:314:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCStipple = BIT(11);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:315:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCTileStipXOrigin = BIT(12);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:316:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCTileStipYOrigin = BIT(13);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:317:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCFont = BIT(14);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:318:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCSubwindowMode = BIT(15);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:319:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCGraphicsExposures = BIT(16);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:320:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCClipXOrigin = BIT(17);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:321:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCClipYOrigin = BIT(18);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:322:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCClipMask = BIT(19);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:323:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCDashOffset = BIT(20);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:324:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCDashList = BIT(21);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:325:37: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kGCArcMode = BIT(22);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:336:25: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kDoRed = BIT(0);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:337:25: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kDoGreen = BIT(1);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:338:25: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kDoBlue = BIT(2);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:354:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPAColormap = BIT(0);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:355:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPADepth = BIT(1);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:356:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPASize = BIT(2); // width and height
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:357:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPAHotspot = BIT(3); // x and y hotspot
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:358:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPAReturnPixels = BIT(4);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:359:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Mask_t kPACloseness = BIT(5);
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:363:19: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kNormalState = BIT(0),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:52:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TGClient.h:29:
/Users/ashoktiwari/gate8/root5.34/root/include/GuiTypes.h:364:19: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kIconicState = BIT(1)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:25:
/Users/ashoktiwari/gate8/root5.34/root/include/TPad.h:157:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kFraming = BIT(6),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:25:
/Users/ashoktiwari/gate8/root5.34/root/include/TPad.h:158:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kHori = BIT(9),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:25:
/Users/ashoktiwari/gate8/root5.34/root/include/TPad.h:159:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kClipFrame = BIT(10),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:25:
/Users/ashoktiwari/gate8/root5.34/root/include/TPad.h:160:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kPrintingPS = BIT(11),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:25:
/Users/ashoktiwari/gate8/root5.34/root/include/TPad.h:161:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kCannotMove = BIT(12),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:25:
/Users/ashoktiwari/gate8/root5.34/root/include/TPad.h:162:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kClearAfterCR = BIT(14)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:111:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kShowEventStatus = BIT(15),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:112:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kAutoExec = BIT(16),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:113:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kMenuBar = BIT(17),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:114:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kShowToolBar = BIT(18),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:115:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kShowEditor = BIT(19),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:116:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kMoveOpaque = BIT(20),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:117:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kResizeOpaque = BIT(21),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:118:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kIsGrayscale = BIT(22),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:53:
/Users/ashoktiwari/gate8/root5.34/root/include/TCanvas.h:119:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kShowToolTips = BIT(23)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:54:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TSystem.h:44:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTimer.h:49:
/Users/ashoktiwari/gate8/root5.34/root/include/TTime.h:61:13: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
operator long long() const;
^
/Users/ashoktiwari/gate8/root5.34/root/include/TTime.h:62:22: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
operator unsigned long long() const;
^
/Users/ashoktiwari/gate8/root5.34/root/include/TTime.h:78:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
inline TTime::operator long long() const
^
/Users/ashoktiwari/gate8/root5.34/root/include/TTime.h:80:33: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
inline TTime::operator unsigned long long() const
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:54:
/Users/ashoktiwari/gate8/root5.34/root/include/TSystem.h:270:23: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kFlatBuildDir = BIT(0) // If set and a BuildDir is selected, then do not created subdirectories
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:30:
/Users/ashoktiwari/gate8/root5.34/root/include/TBranch.h:52:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Int_t kDoNotProcess = BIT(10); // Active bit for branches
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:30:
/Users/ashoktiwari/gate8/root5.34/root/include/TBranch.h:53:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Int_t kIsClone = BIT(11); // to indicate a TBranchClones
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:30:
/Users/ashoktiwari/gate8/root5.34/root/include/TBranch.h:54:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Int_t kBranchObject = BIT(12); // branch is a TObject*
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:30:
/Users/ashoktiwari/gate8/root5.34/root/include/TBranch.h:55:32: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
const Int_t kBranchAny = BIT(17); // branch is an object*
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:30:
/Users/ashoktiwari/gate8/root5.34/root/include/TBranch.h:64:21: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kAutoDelete = BIT(15),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:30:
/Users/ashoktiwari/gate8/root5.34/root/include/TBranch.h:65:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kDoNotUseBufferMap = BIT(22) // If set, at least one of the entry in the branch will use the buffer’s map …
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:82:26: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kClassSaved = BIT(12), kIgnoreTObjectStreamer = BIT(15),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:82:60: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kClassSaved = BIT(12), kIgnoreTObjectStreamer = BIT(15),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:83:26: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kUnloaded = BIT(16), kIsTObject = BIT(17),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:83:48: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kUnloaded = BIT(16), kIsTObject = BIT(17),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:84:26: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kIsForeign = BIT(18), kIsEmulation = BIT(19),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:84:50: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kIsForeign = BIT(18), kIsEmulation = BIT(19),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:85:31: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kStartWithTObject = BIT(20), // see comments for IsStartingWithTObject()
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:86:26: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kWarned = BIT(21),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:87:29: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kHasNameMapNode = BIT(22)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:62:
/Users/ashoktiwari/gate8/root5.34/root/include/TClass.h:230:22: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kLoading = BIT(14) };
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:200:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kFindBranch = BIT(0),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:201:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kFindLeaf = BIT(1),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:202:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetAlias = BIT(2),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:203:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetBranch = BIT(3),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:204:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetEntry = BIT(4),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:205:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetEntryWithIndex = BIT(5),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:206:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetFriend = BIT(6),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:207:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetFriendAlias = BIT(7),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:208:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kGetLeaf = BIT(8),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:209:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kLoadTree = BIT(9),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:210:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kPrint = BIT(10),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:211:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kRemoveFriend = BIT(11),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:212:28: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kSetBranchStatus = BIT(12)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:233:22: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kForceRead = BIT(11),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:55:
/Users/ashoktiwari/gate8/root5.34/root/include/TTree.h:234:22: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kCircular = BIT(12)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:28:
/Users/ashoktiwari/gate8/root5.34/root/include/TDirectoryFile.h:58:29: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kCloseDirectory = BIT(7) };
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:31:
/Users/ashoktiwari/gate8/root5.34/root/include/TMap.h:55:27: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum { kIsOwnerValue = BIT(15) };
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:34:
/Users/ashoktiwari/gate8/root5.34/root/include/TUrl.h:62:45: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum EStatusBits { kUrlWithDefaultPort = BIT(14), kUrlHasDefaultPort = BIT(15) };
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
In file included from /Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:34:
/Users/ashoktiwari/gate8/root5.34/root/include/TUrl.h:62:75: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
enum EStatusBits { kUrlWithDefaultPort = BIT(14), kUrlHasDefaultPort = BIT(15) };
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
/Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:161:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kRecovered = BIT(10),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
/Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:162:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kHasReferences = BIT(11),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
/Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:163:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kDevNull = BIT(12),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
/Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:164:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kWriteError = BIT(14), // BIT(13) is taken up by TObject
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
/Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:165:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kBinaryFile = BIT(15),
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/toolkits/castor-datafileConversionEx.cc:57:
/Users/ashoktiwari/gate8/root5.34/root/include/TFile.h:166:24: warning: ‘long long’ is a C++11 extension
[-Wc++11-long-long]
kRedirected = BIT(16)
^
/Users/ashoktiwari/gate8/root5.34/root/include/Rtypes.h:166:23: note: expanded from macro ‘BIT’
#define BIT(n) (1ULL << (n))
^
164 warnings generated.
[ 0%] Building CXX object CMakeFiles/castor-datafileConversionEx.dir/src/algorithm/oIterativeAlgorithm.cc.o
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oIterativeAlgorithm.cc:32:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/algorithm/oIterativeAlgorithm.hh:36:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/projector/oProjectorManager.hh:39:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:37:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:107:39: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline FLTNB GetEventScatRate(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:146:36: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline FLTNB GetEventValue(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:162:36: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline void SetScatterRate(int a_bin, FLTNBDATA a_value)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oIterativeAlgorithm.cc:32:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/algorithm/oIterativeAlgorithm.hh:36:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/projector/oProjectorManager.hh:39:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:39:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventSPECT.hh:106:45: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetAdditiveCorrections(int a_bin)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oIterativeAlgorithm.cc:32:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/algorithm/oIterativeAlgorithm.hh:36:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/projector/oProjectorManager.hh:39:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:40:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventCT.hh:107:45: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetAdditiveCorrections(int a_bin)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oIterativeAlgorithm.cc:33:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventHistoCT.hh:80:36: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetEventValue(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventHistoCT.hh:88:35: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline void SetEventValue(int a_bin, FLTNBDATA a_value)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oIterativeAlgorithm.cc:495:51: warning: unused parameter
’a_iteration’ [-Wunused-parameter]
int oIterativeAlgorithm::StepBeforeSubsetLoop(int a_iteration)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oIterativeAlgorithm.cc:1036:53: warning: unused parameter
’a_specificOptions’ [-Wunused-parameter]
int oIterativeAlgorithm::InitSpecificOptions(string a_specificOptions)
^
9 warnings generated.
[ 0%] Building CXX object CMakeFiles/castor-datafileConversionEx.dir/src/algorithm/oSensitivityGenerator.cc.o
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oSensitivityGenerator.cc:32:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/algorithm/oSensitivityGenerator.hh:36:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/projector/oProjectorManager.hh:39:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:37:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:107:39: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline FLTNB GetEventScatRate(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:146:36: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline FLTNB GetEventValue(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventListPET.hh:162:36: warning: unused parameter
’a_bin’ [-Wunused-parameter]
inline void SetScatterRate(int a_bin, FLTNBDATA a_value)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oSensitivityGenerator.cc:32:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/algorithm/oSensitivityGenerator.hh:36:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/projector/oProjectorManager.hh:39:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:39:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventSPECT.hh:106:45: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetAdditiveCorrections(int a_bin)
^
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oSensitivityGenerator.cc:32:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/algorithm/oSensitivityGenerator.hh:36:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/projector/oProjectorManager.hh:39:
In file included from /Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/vDataFile.hh:40:
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/include/datafile/iEventCT.hh:107:45: warning: unused parameter 'a_bin’
[-Wunused-parameter]
inline FLTNB GetAdditiveCorrections(int a_bin)
^
/Users/ashoktiwari/gate8/CASToR/castor_v2.0.2/src/algorithm/oSensitivityGenerator.cc:52:36: error: expected expression
mp_pathToNormalizationFileName = {};
^
5 warnings and 1 error generated.
make[2]: *** [CMakeFiles/castor-datafileConversionEx.dir/src/algorithm/oSensitivityGenerator.cc.o] Error 1
make[1]: *** [CMakeFiles/castor-datafileConversionEx.dir/all] Error 2
make: *** [all] Error 2
MW8452:CASToR ashoktiwari$

Hi Ashok,

Thank you for reporting this. It looks like possibly a c+±11 error (and for some warnings as well).

I attached a slightly modified CmakeLists.txt to this mail. Could you replace the one in the castor main directory by this file, and check if this could solve the issue ? There should still be several warnings, but they should be harmless.

Alternatively, as the compilation went fine using the Makefile on your system, you could also try to recompile with ROOT after setting the CASTOR_ROOT environment variable to 1 (as well as CASTOR_OMP to 1 in order to enable multi-threading, and CASTOR_CONFIG to the location of the config directory in the castor main directory).

Hope this helps!

Best regards,

Thibaut

CMakeLists.txt (15.6 KB)