[Castor-users] CASToR compilation with external library error
tmerlin
Thibaut.Merlin at univ-brest.fr
Fri Jan 25 19:07:34 CET 2019
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
On 25/01/2019 16:46, Ashok Tiwari wrote:
> 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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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
> <http://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$
>
>
>
>
> _______________________________________________
> Castor-users mailing list
> Castor-users at lists.castor-project.org
> http://lists.castor-project.org/listinfo/castor-users
--
Thibaut MERLIN -- PhD
Docteur en Imagerie Médicale au Laboratoire de Traitement de l'Information Medicale (LaTIM - INSERM UMR 1101)
Bâtiment 1
CHRU Morvan - 2, Av. Foch
29609 Brest CEDEX - FRANCE
Tel: 06.75.12.24.90
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.castor-project.org/pipermail/castor-users/attachments/20190125/d34d6645/attachment-0001.html>
-------------- next part --------------
# MON 1 Aug 2016 17:02 PM CET
# Didier Benoit, didier.benoit13 at gmail.com
# Thibaut Merlin, thibaut.merlin at gmail.com
# CMAKE compiling the CASToR reconstruction software
#---------
# Checking the CMAKE version
cmake_minimum_required( VERSION 2.8 FATAL_ERROR )
#---------
# Set the build type
set( CMAKE_BUILD_TYPE "Release" CACHE STRING
"Choose the type of build, options are: Debug Release"
)
#---------
# Defining the project
project( CASToR )
set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake-modules
${CMAKE_MODULE_PATH}
)
#---------
# Defining a list of option
option( CASToR_64bits "Build CASToR on 64 bits architecture" YES )
option( CASToR_VERBOSE "Print lot of infos from CASToR" NO )
option( CASToR_DEBUG "Enable many additionnal checks in primitive functions" NO )
option( CASToR_BUILD_GATE_UTILITIES "Build GATE tools for CASToR (require ROOT library)" NO )
option( CASToR_BUILD_SAMPLE_UTILITIES "Build Example codes (require ROOT library)" NO )
option( CASToR_BUILD_DEVEL "Build devel tools. Must be left unchecked" NO )
option( CASToR_ROOT "Build CASToR with ROOT library" NO )
option( CASToR_SIMD "Build CASToR with SIMD OPTION" NO )
option( CASToR_OMP "Build CASToR with OMP" NO )
option( CASToR_MPI "Build CASToR with MPI" NO )
# For testing purposes
#option( CASToR_DEFORMATION_LEDESMA "Build CASToR with LEDESMA" NO )
#option( CASToR_ELASTIX "Build CASToR with ELASTIX" NO )
#---------
# Find the config file CASToR config
find_path( CASTOR_CONFIG_DIR oCASToRConfig.hh.in
${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/include/algorithm
${PROJECT_SOURCE_DIR}/include/analytic_simulator
${PROJECT_SOURCE_DIR}/include/datafile
${PROJECT_SOURCE_DIR}/include/dynamic
${PROJECT_SOURCE_DIR}/include/image
${PROJECT_SOURCE_DIR}/include/management
${PROJECT_SOURCE_DIR}/include/optimizer
${PROJECT_SOURCE_DIR}/include/projector
${PROJECT_SOURCE_DIR}/include/scanner
${PROJECT_SOURCE_DIR}/include/utils
)
#---------
# Defining configuration files
configure_file(
"${CASTOR_CONFIG_DIR}/oCASToRConfig.hh.in"
"${PROJECT_BINARY_DIR}/oCASToRConfig.hh"
@ONLY
)
#---------
# Setting the CASTOR_CONFIG variable
set( CASTOR_CONFIG ${PROJECT_SOURCE_DIR}/config CACHE PATH
"Path to the CASTOR config repository"
)
#---------
# Setting position of the CASToR utilitaries
set( TOOLKITS_SOURCE_DIR ${PROJECT_SOURCE_DIR}/toolkits )
# To avoid conflict between the makefile from CMake and the makefile provided
# by CASToR
add_definitions( -DCASToR_USE_CMAKE )
########################################################################
# Provide add_compile_options() when not available
########################################################################
if( CMAKE_VERSION VERSION_LESS "2.8.12" )
function( add_compile_options )
add_definitions( ${ARGN} )
endfunction( add_compile_options )
endif()
#---------
# Different option for Windows or Unix (Linux/MacOS)
if( WIN32 )
#---------
# Delete some flags by default provided by CMAKE
#---------
string( REPLACE "/W3" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} )
string( REPLACE "/O2" "" CMAKE_CXX_FLAGS_RELEASE ${CMAKE_CXX_FLAGS_RELEASE} )
string( REPLACE "/DNDEBUG" "" CMAKE_CXX_FLAGS_RELEASE
${CMAKE_CXX_FLAGS_RELEASE}
)
string( REPLACE "/MD" "" CMAKE_CXX_FLAGS_RELEASE ${CMAKE_CXX_FLAGS_RELEASE} )
string( REPLACE "/O2" "" CMAKE_CXX_FLAGS_RELEASE ${CMAKE_CXX_FLAGS_RELEASE} )
# Visual studio flags by default /Ox
add_compile_options( /MP )
#---------
# Checking for OpenMP
if( CASToR_OMP )
find_package( OpenMP REQUIRED )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}" )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}" )
set( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}
${OpenMP_EXE_LINKER_FLAGS}"
)
add_definitions( /DCASTOR_OMP )
endif()
#---------
# Checking for MPI
if( CASToR_MPI )
set( MPIEXEC "C:/Program Files/Microsoft MPI/Bin/mpiexec.exe" )
set( MPI_CXX_INCLUDE_PATH
"C:/Program Files (x86)/Microsoft SDKs/MPI/Include"
)
if( "${CMAKE_SIZEOF_VOID_P}" EQUAL 8 )
set( MS_MPI_ARCH_DIR x64 )
else()
set( MS_MPI_ARCH_DIR x86 )
endif()
set( MPI_CXX_LIBRARIES
"C:/Program Files (x86)/Microsoft SDKs/MPI/Lib/${MS_MPI_ARCH_DIR}/msmpi.lib"
)
set( MPI_C_INCLUDE_PATH "${MPI_CXX_INCLUDE_PATH}" )
set( MPI_C_LIBRARIES "${MPI_CXX_LIBRARIES}" )
set( MPIEXEC_NUMPROC_FLAG "-np" CACHE STRINGS
"Flag used by MPI to specify the number of processes for MPIEXEC; the next option will be the number of processes."
)
include_directories( ${MPI_CXX_INCLUDE_PATH} )
add_definitions( /DCASTOR_MPI )
endif()
#---------
# Checking verbosity
if( CASToR_VERBOSE )
add_compile_options( /W4 )
add_definitions( /DCASTOR_VERBOSE )
endif()
#---------
# Checking debug
if( CASToR_DEBUG )
add_compile_options( /W4 )
add_definitions( /DCASTOR_DEBUG )
endif()
#---------
# Checking the mode Release/Debug
if( CMAKE_BUILD_TYPE MATCHES Release ) # Release mode
# Add release flags
add_compile_options( /Ox /O2 )
else() # Debug mode
# Add debug flags
add_compile_options( /Od )
add_definitions( /DCASTOR_DEBUG )
endif()
#---------
# Checking for ROOT
if( CASToR_ROOT )
find_package( ROOT REQUIRED )
include_directories( ${ROOT_INCLUDE_DIR} )
set( LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} )
add_definitions( -DCASTOR_ROOT )
endif()
#---------
# GATE utilities
if( CASToR_BUILD_GATE_UTILITIES )
if(CASToR_ROOT)
else()
message( "CASToR_ROOT switched to ON (ROOT required for GATE utilities) ${CMAKE_MODULE_PATH}" )
set( ROOT_INCLUDE_DIR $ENV{ROOT_INCLUDE_DIR} )
set( ROOT_LIBRARY_DIR $ENV{ROOT_LIBRARY_DIR} )
include_directories( $ENV{ROOT_INCLUDE_DIR} )
set( LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} )
add_definitions( /DCASTOR_ROOT )
set( CASToR_ROOT ON CACHE BOOL "Force ROOT linking" FORCE)
endif()
endif()
#---------
# Checking for ROOT
if( CASToR_BUILD_SAMPLE_UTILITIES )
if(CASToR_ROOT)
else()
message( "CASToR_ROOT switched to ON (ROOT required for sample code utilities)" )
set( ROOT_INCLUDE_DIR $ENV{ROOT_INCLUDE_DIR} )
set( ROOT_LIBRARY_DIR $ENV{ROOT_LIBRARY_DIR} )
include_directories( $ENV{ROOT_INCLUDE_DIR} )
set( LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} )
add_definitions( /DCASTOR_ROOT )
set( CASToR_ROOT ON CACHE BOOL "Force ROOT linking" FORCE)
endif()
endif()
# Checking for both ROOT & 64bits enabled
# Force to 32 bits in this case, as ROOT can only be 32 bits on WIN
# https://root-forum.cern.ch/t/native-windows-64-bit-build/9102/27
# Display warning message
#---------
# Checking the architecture 64/32 bits
if( CASToR_64bits )
if( CASToR_ROOT )
message( "Architecture set to 32 bits as ROOT can only be built as 32 bits !" )
message( "The generator may have to be manually changed to a 32 bits version !" )
set( CASToR_64bits OFF CACHE BOOL "" FORCE)
else()
add_definitions( /D_64 )
endif()
endif()
# Unix fork (Linux/MacOS)
else()
#---------
# Compiler-specific C++11 activation.
if( "${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" )
execute_process(
COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION
)
if( NOT( GCC_VERSION VERSION_GREATER 4.7 OR GCC_VERSION VERSION_EQUAL 4.7 ) )
message( FATAL_ERROR "${PROJECT_NAME} requires g++ 4.7 or greater." )
endif()
add_compile_options( -std=c++11 )
elseif( "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang" )
add_compile_options( -std=c++11 -stdlib=libc++ )
endif ()
#---------
# Checking the architecture 64/32 bits
if( CASToR_64bits )
add_compile_options( -m64 )
add_definitions( -D_64 )
else()
add_compile_options( -m32 )
endif()
#---------
# Checking verbosity
if( CASToR_VERBOSE )
add_compile_options( -Wall -pedantic -Wextra )
add_definitions( -DCASTOR_VERBOSE )
if( CASToR_SIMD )
add_compile_options( -ftree-vectorizer-verbose=2 )
endif()
endif()
#---------
# Checking debug
if( CASToR_DEBUG )
add_compile_options( -Wall -pedantic -Wextra )
add_definitions( -DCASTOR_DEBUG )
if( CASToR_SIMD )
add_compile_options( -ftree-vectorizer-verbose=2 )
endif()
endif()
#---------
# Checking for OpenMP
if( CASToR_OMP )
find_package( OpenMP REQUIRED )
add_compile_options( ${OpenMP_CXX_FLAGS} )
add_definitions( -DCASTOR_OMP )
endif()
#---------
# Checking for MPI
if( CASToR_MPI )
find_package( MPI REQUIRED )
include_directories( ${MPI_INCLUDE_PATH} )
add_definitions( -DCASTOR_MPI )
endif()
if( CASToR_BUILD_GATE_UTILITIES )
if(CASToR_ROOT)
else()
message( "CASToR_ROOT switched to ON (ROOT required for GATE utilities)" )
set( ROOT_INCLUDE_DIR $ENV{ROOT_INCLUDE_DIR} )
set( ROOT_LIBRARY_DIR $ENV{ROOT_LIBRARY_DIR} )
include_directories( $ENV{ROOT_INCLUDE_DIR} )
set( LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} )
add_definitions( /DCASTOR_ROOT )
set( CASToR_ROOT ON CACHE BOOL "Force ROOT linking" FORCE)
endif()
endif()
#---------
# Checking for ROOT
if( CASToR_BUILD_SAMPLE_UTILITIES )
if(CASToR_ROOT)
else()
message( "CASToR_ROOT switched to ON (ROOT required for sample code utilities)" )
set( ROOT_INCLUDE_DIR $ENV{ROOT_INCLUDE_DIR} )
set( ROOT_LIBRARY_DIR $ENV{ROOT_LIBRARY_DIR} )
include_directories( $ENV{ROOT_INCLUDE_DIR} )
set( LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} )
add_definitions( /DCASTOR_ROOT )
set( CASToR_ROOT ON CACHE BOOL "Force ROOT linking" FORCE)
endif()
endif()
#---------
# Checking for ROOT
if( CASToR_ROOT )
find_package( ROOT REQUIRED )
include_directories( ${ROOT_INCLUDE_DIR} )
set( LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} )
add_definitions( -DCASTOR_ROOT )
endif()
#--------- // LEDESMA deformation library. Not planned to be included in Castor, just for private testing.
# Checking for LEDESMA
#if( CASToR_DEFORMATION_LEDESMA )
# include_directories( ${PROJECT_SOURCE_DIR}/include/image/lib )
# set( LINK_DIRECTORIES ${PROJECT_SOURCE_DIR}/include/image/lib -lElasticRegistration)
# set( DEFORMATION_LEDESMA_LIBRARIES -L${PROJECT_SOURCE_DIR}/include/image/lib\ -lElasticRegistration)
# add_definitions( -DCASTOR_DEFORMATION_LEDESMA )
#endif()
#---------
# Checking for ELASTIX
#if( CASToR_ELASTIX )
# set( ELASTIX_BUILD_DIR "" CACHE PATH "Path to elastix build folder" )
# set( ELASTIX_USE_FILE ${ELASTIX_BUILD_DIR}/UseElastix.cmake )
# option( USE_ITK_FOR_ELASTIX "Use ITK (required for elastix)" ON )
# find_package( ITK )
# if( ITK_FOUND )
# include( ${ITK_USE_FILE} )
# else( ITK_FOUND )
# message( FATAL_ERROR "Cannot build CASToR using ELASTIX without ITK. Please set ITK_DIR." )
# endif( ITK_FOUND )
# if( EXISTS ${ELASTIX_USE_FILE} )
# include( ${ELASTIX_USE_FILE} )
# link_libraries( param )
# link_libraries( elastix )
# link_libraries( transformix )
# add_definitions( -DCASTOR_ELASTIX )
# endif()
#endif()
#---------
# Checking the mode Release/Debug
if( CMAKE_BUILD_TYPE MATCHES Release ) # Release mode
# Add release flags
add_compile_options( -O3 )
# Add SIMD flags
if( CASToR_SIMD )
add_compile_options(
-ftree-vectorize -msse2 -fassociative-math
)
endif()
else() # Debug mode
# Add debug flags
add_compile_options( -O0 -g3 -fno-inline -pg )
add_definitions( -DCASTOR_DEBUG )
endif()
endif()
#---------
# Setup include directory for this project
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${PROJECT_SOURCE_DIR}/include/algorithm
${PROJECT_SOURCE_DIR}/include/analytic_simulator
${PROJECT_SOURCE_DIR}/include/datafile
${PROJECT_SOURCE_DIR}/include/dynamic
${PROJECT_SOURCE_DIR}/include/image
${PROJECT_SOURCE_DIR}/include/management
${PROJECT_SOURCE_DIR}/include/optimizer
${PROJECT_SOURCE_DIR}/include/projector
${PROJECT_SOURCE_DIR}/include/scanner
${PROJECT_SOURCE_DIR}/include/utils
)
#---------
# Locate sources and headers for CASToR
file( GLOB_RECURSE sources ${PROJECT_SOURCE_DIR}/src/*.cc )
file( GLOB_RECURSE headers ${PROJECT_SOURCE_DIR}/include/*.hh )
#---------
# Build the executables
add_executable( castor-recon castor-recon.cc ${sources} ${headers} )
if( CASToR_BUILD_DEVEL)
add_executable( castor-proj castor-proj.cc ${sources} ${headers} )
endif()
# Build GATE tools for CASToR
if( CASToR_BUILD_GATE_UTILITIES )
add_executable( castor-GATERootToCastor ${TOOLKITS_SOURCE_DIR}/castor-GATERootToCastor.cc ${sources} ${headers} )
add_executable( castor-GATEMacToGeom ${TOOLKITS_SOURCE_DIR}/castor-GATEMacToGeom.cc ${sources}
${headers} )
endif()
# Build GATE tools for CASToR
if( CASToR_BUILD_SAMPLE_UTILITIES )
add_executable( castor-PetScannerLutEx ${TOOLKITS_SOURCE_DIR}/castor-PetScannerLutEx.cc ${sources} ${headers} )
add_executable( castor-datafileConversionEx ${TOOLKITS_SOURCE_DIR}/castor-datafileConversionEx.cc ${sources}
${headers} )
endif()
if( WIN32 )
target_link_libraries( castor-recon ${ROOT_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${MPI_CXX_LIBRARIES}
)
if( CASToR_BUILD_DEVEL )
target_link_libraries( castor-proj ${ROOT_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${MPI_CXX_LIBRARIES}
)
endif()
if( CASToR_BUILD_GATE_UTILITIES )
target_link_libraries( castor-GATERootToCastor ${ROOT_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${MPI_CXX_LIBRARIES}
)
target_link_libraries( castor-GATEMacToGeom ${ROOT_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${MPI_CXX_LIBRARIES}
)
endif()
if( CASToR_BUILD_SAMPLE_UTILITIES )
target_link_libraries( castor-PetScannerLutEx ${ROOT_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${MPI_CXX_LIBRARIES}
)
target_link_libraries( castor-datafileConversionEx ${ROOT_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${MPI_CXX_LIBRARIES}
)
endif()
else()
target_link_libraries( castor-recon ${ROOT_LIBRARIES} ${OpenMP_CXX_FLAGS} ${MPI_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} )
if( CASToR_BUILD_DEVEL )
target_link_libraries( castor-proj ${ROOT_LIBRARIES} ${MPI_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${OpenMP_CXX_FLAGS}
)
endif()
if( CASToR_BUILD_GATE_UTILITIES )
target_link_libraries( castor-GATERootToCastor ${ROOT_LIBRARIES} ${MPI_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${OpenMP_CXX_FLAGS}
)
target_link_libraries( castor-GATEMacToGeom ${ROOT_LIBRARIES} ${MPI_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${OpenMP_CXX_FLAGS}
)
endif()
if( CASToR_BUILD_SAMPLE_UTILITIES )
target_link_libraries( castor-PetScannerLutEx ${ROOT_LIBRARIES} ${MPI_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${OpenMP_CXX_FLAGS}
)
target_link_libraries( castor-datafileConversionEx ${ROOT_LIBRARIES} ${MPI_LIBRARIES}
${DEFORMATION_LEDESMA_LIBRARIES} ${ITK_LIBRARIES} ${OpenMP_CXX_FLAGS}
)
endif()
endif()
#---------
# Move the executables to the install path
install( TARGETS
castor-recon
DESTINATION
bin
)
if( CASToR_BUILD_DEVEL )
install( TARGETS
castor-proj
DESTINATION
bin
)
endif()
if( CASToR_BUILD_GATE_UTILITIES )
install( TARGETS
castor-GATERootToCastor castor-GATEMacToGeom
DESTINATION
bin
)
endif()
if( CASToR_BUILD_SAMPLE_UTILITIES )
install( TARGETS
castor-PetScannerLutEx castor-datafileConversionEx
DESTINATION
bin
)
endif()
More information about the Castor-users
mailing list