<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div>Dear GATE users,<br><br><br></div>           Recently I am trying to install GATE_v7.2 on my Ubuntu_16.04_LTS. I choose to follow the wiki page (<a href="http://wiki.opengatecollaboration.org/index.php/Compilation_Instructions_V7.2">http://wiki.opengatecollaboration.org/index.php/Compilation_Instructions_V7.2</a>). Here under I have listed series of task that I performed:<br><br></div>    1. First I go to package requirement page and installed packages listed for Ubuntu_16.04_LTS.<br><br></div>    2. Then I installed CLHEP 2.3.1.1 following the steps explained in compilation wiki page (<a href="http://wiki.opengatecollaboration.org/index.php/Compilation_Instructions_V7.2">http://wiki.opengatecollaboration.org/index.php/Compilation_Instructions_V7.2</a>).<br><br></div>    3. Then I installed binary version of root_v6.08.<br><br></div>    4. Then I installed Geant4_v10.1 with patch 02. Although for GATE_v7.2 we need Geant4_v10.2 but in installation guide page (<a href="http://wiki.opengatecollaboration.org/index.php/Installation_Guide_V7.2">http://wiki.opengatecollaboration.org/index.php/Installation_Guide_V7.2</a>) they mentioned that GATE_v7.2 is backward compatible with Geant4_v10.1 with patch 02.<br><br></div>    5. Finally I started installing GATE_v7.2. But after successively running ccmake command, in make -j4 step I get the error like this<br><br>           <br></div>               error: 'kCanRebin' is not a member of 'TH1'<br></div>               pFrag -> SetBit (TH1: kCanRebin)<br><br>  <br></div> So, I tried to google the problem I get a suggestion that I should install root_v5.34. But there is no binary version for Ubuntu_v16.04_LTS. So I downloaded source version and installed it through 'environment driven build method' explained in INSTALL file. But same error remains ('kCanRebin').<br><br></div>Some useful information:<br><br></div>   cmake --version >> 3.5.1<br></div>   gcc     --version >> 5.4.0<br></div>   c++    --version >> 5.4.0<br></div>   Processor Intel Core i5-6402P CPU @ 2.80 GHz * 4<br></div>