<div dir="ltr">Thank you so much. I will give this a whirl and see what happens. You're the best.<div><br></div><div>Cheers,</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b style="font-size:12.8000001907349px">R. Kevin Wilson</b><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">San Diego State University | <i>2017</i></div><div style="font-size:12.8000001907349px">Department of Physics | <i>M.S <span style="font-size:12.8000001907349px">Medical Physics</span></i></div><div style="font-size:12.8000001907349px">Radiation Detection Measuring & Modeling Laboratory</div><div style="font-size:12.8000001907349px"><i>PET/SPECT Modeling - vGate & GEANT4</i></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><img src="https://docs.google.com/uc?export=download&id=0B6r246QLjtCqeXF0R2VyVjFEUWM&revid=0B6r246QLjtCqWVBkRm1qTjE5L09CMDNYRmRaTnhVSG8rcVVFPQ" width="85" height="96"><br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Clemson University | <i>2015</i></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">College of Engineering & Science</span><br></div><div style="font-size:12.8000001907349px">Department of Physics & Astronomy | <i>B.S. Applied Physics</i> </div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">CU EBIT & Atomic Physics Laboratory </span><b style="font-size:12.8000001907349px">|</b><span style="font-size:12.8000001907349px"> </span><i style="font-size:12.8000001907349px">Intern Recipient and Student Researcher</i><br></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><i></i><i><img src="http://math.msstate.edu/events/reu/reu2011/images/clemson_logo.gif" width="200" height="52"><br></i></div><div style="font-size:12.8000001907349px"><a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a></div><div style="font-size:12.8000001907349px"><div><a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a><br></div><div>(828) 216-5310</div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Dec 1, 2016 at 2:18 AM, David Boersma <span dir="ltr"><<a href="mailto:david.boersma@physics.uu.se" target="_blank">david.boersma@physics.uu.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Robert,<br>
<br>
In the first figures you showed that you were trying to tell the build system to use a ROOT 6 installation. GATE release 7.2 needs version 5 (it's a small fix in the GATE source code to make it work with ROOT 6, you'll find that described in other messages here on the list, but for now I recommend that you stick with ROOT 5).<br>
<br>
Then in the later figures you show that you tried to tell cmake that a ROOT 5 install (good!) should be found in a system directory, specifically in figure 10 you give the ROOTCINT location as /usr/local/lib/root_v5.34.36c/<wbr>root/bin/rootcint, but you do not show that ROOT is indeed installed in that directory. You do show (in figure 8) the "ls" output for a ROOT install in ~/Downloads/Root/root_v5.34.36<wbr>. This is in your home directory, instead of the system directory, and the version is 5.34.36 instead of 5.34.36c. For GATE it does not matter whether ROOT is installed in system directories or your home directories, the only thing is that the path that you give root ROOTCINT indeed points to the rootcint executable of an existing ROOT 5 installation.<br>
<br>
(I suspect that you *may* have the same problems with Geant4. The steps for solving those problems will be very similar. For now I assume that your geant4 install is OK.)<br>
<br>
If you *do* indeed have a ROOT 5 install under /usr/local, the please double check that you got the rootcint path correctly. Any typo (e.g. maybe the "c" is spurious"?) would result in the error message that you are getting. Please check the output of<br>
<br>
ls -ld /usr/local/lib/root*<br>
ls -l /usr/local/lib/root_v5.34.36c/<wbr>root<br>
source thisroot.sh<br>
ldd /usr/local/lib/root_v5.34.36c/<wbr>root/bin/root.exe<br>
<br>
If you do *not* have ROOT installed in your system directories, then I recommend that you try the ROOT 5 install that you do seem to have in your home directory, under ~/Downloads. Try the following sequence:<br>
<br>
cd /home/wilson/Downloads/Root/ro<wbr>ot_v5.34.36/bin<br>
source ./thisroot.sh<br>
ldd ./root.exe<br>
<br>
(That "ldd" command just serves to test your ROOT installation. It should result in a long list of libraries that the linker wants to use if you would run ROOT as a standalone program. If any of the libraries is listed as "not found", then something is wrong with your ROOT installation.)<br>
<br>
If neither your system directories nor your home directories seem to have a working ROOT installation, then you should first work on fixing that. If one of them is OK, then let's proceed with that.<br>
<br>
I see that you set "GATE_USE_RTK" to ON in ccmake, and that you are getting errors for that. If you know what RTK is and you are convinced that you will need it, then you should first install it. Otherwise you probably do not need it. Then you should set that option to OFF.<br>
<br>
I hope that this helps to at least *change* the error messages. :-)<br>
The build will probably get stuck somewhere else now. Please let us know how far you get, and provide us with the output and error messages.<br>
<br>
Instead of (or in addition to) ccmake screenshots, it would be helpful for us if you could attach the CMakeCache.txt and CMakeFiles/CMakeOutput.log text files that you have in your build directory. This would provide us with some possibly useful extra diagnostics, and it also may reduce the number of typos in commands that we are going to suggest. :-)<br>
<br>
Good luck!<br>
David B.<span class=""><br>
<br>
<br>
<br>
Den 01/12/2016 kl. 03:48, skrev Robert Wilson:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Okay. Awesome. First let me say thanks getting back to me so quickly.<br>
Getting this program to be fully functional as soon as possible is<br>
really super important.<br>
So first off the only thing that jumps out at me as not EXACTLY like the<br>
instructions is the version of CLHEP I'm using is a little different. It<br>
says to use 2.3.1.1, and I'm using 2.3.3.2. I didn't think it would make<br>
that big of a difference, but if you think that may be the culprit, I<br>
can go back and do it that way.<br>
If you don't think that is probably the problem, I am including several<br>
screen shots of my command screen to show the process I'm attempting to<br>
use. So if you see any fatal errors I'm making, do please let me know.<br>
Thank you again so much for all of your help, and I look forward to<br>
hearing from you again soon.<br>
<br>
Best regards,<br>
<br></span><span class="">
*R. Kevin Wilson*<br>
<br>
San Diego State University | /2017/<br>
Department of Physics | /M.S Medical Physics/<br>
Radiation Detection Measuring & Modeling Laboratory<br>
/PET/SPECT Modeling - vGate & GEANT4/<br>
<br>
<br>
<br>
Clemson University | /2015/<br>
College of Engineering & Science<br>
Department of Physics & Astronomy | /B.S. Applied Physics/<br>
CU EBIT & Atomic Physics Laboratory *|* /Intern Recipient and Student<br>
Researcher/<br>
<br>
///<br>
/<br>
<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a> <mailto:<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a><wbr>><br>
<a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a> <mailto:<a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a>><br>
<a href="tel:%28828%29%20216-5310" value="+18282165310" target="_blank">(828) 216-5310</a><br>
<br></span><span class="">
On Wed, Nov 30, 2016 at 2:12 PM, Robert Wilson <<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a><br></span><span class="">
<mailto:<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a><wbr>>> wrote:<br>
<br>
    Okay. Awesome. First let me say thanks getting back to me so<br>
    quickly. Getting this program to be fully functional as soon as<br>
    possible is really super important.<br>
    So first off the only thing that jumps out at me as not EXACTLY like<br>
    the instructions is the version of CLHEP I'm using is a little<br>
    different. It says to use 2.3.1.1, and I'm using 2.3.3.2. I didn't<br>
    think it would make that big of a difference, but if you think that<br>
    may be the culprit, I can go back and do it that way.<br>
    If you don't think that is probably the problem, I am including<br>
    several screen shots of my command screen to show the process I'm<br>
    attempting to use. So if you see any fatal errors I'm making, do<br>
    please let me know.<br>
    Thank you again so much for all of your help, and I look forward to<br>
    hearing from you again soon.<br>
<br>
    Best regards,<br>
<br></span><span class="">
    *R. Kevin Wilson*<br>
<br>
    San Diego State University | /2017/<br>
    Department of Physics | /M.S Medical Physics/<br>
    Radiation Detection Measuring & Modeling Laboratory<br>
    /PET/SPECT Modeling - vGate & GEANT4/<br>
<br>
<br>
<br>
    Clemson University | /2015/<br>
    College of Engineering & Science<br>
    Department of Physics & Astronomy | /B.S. Applied Physics/<br>
    CU EBIT & Atomic Physics Laboratory *|* /Intern Recipient<br>
    and Student Researcher/<br>
<br>
    ///<br>
    /<br>
    <a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a> <mailto:<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a><wbr>><br>
    <a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a> <mailto:<a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a>><br></span>
    <a href="tel:%28828%29%20216-5310" value="+18282165310" target="_blank">(828) 216-5310</a> <tel:%28828%29%20216-5310><span class=""><br>
<br>
    On Tue, Nov 29, 2016 at 1:47 AM, David Boersma<br></span>
    <<a href="mailto:david.boersma@physics.uu.se" target="_blank">david.boersma@physics.uu.se</a> <mailto:<a href="mailto:david.boersma@physics.uu.se" target="_blank">david.boersma@physics.<wbr>uu.se</a>>><div><div class="h5"><br>
    wrote:<br>
<br>
        Hi Robert,<br>
<br>
        (Please disregard the mail I sent erroneously only to you, and<br>
        reply to this one, to the whole mailing list...)<br>
<br>
        Some basics that may help us to reproduce your problem and/or<br>
        give you hints for a solution:<br>
<br>
        1. what operating system are you on (if linux: which distro,<br>
        which release)?<br>
<br>
        2. which version of Gate are you trying to compile/install?<br>
<br>
        Den 28/11/2016 kl. 21:07, skrev Robert Wilson:<br>
<br>
            I have been following the procedure extremely closely, but<br>
            when I<br>
            attempt to make a path to rootcint with cmake it is unable<br>
            to create it.<br>
<br>
<br>
        The compilation steps are described in this wiki page:<br>
<br>
        <a href="http://wiki.opengatecollaboration.org/index.php/Compilation_Instructions_V7.2" rel="noreferrer" target="_blank">http://wiki.opengatecollaborat<wbr>ion.org/index.php/Compilation_<wbr>Instructions_V7.2</a><br>
        <<a href="http://wiki.opengatecollaboration.org/index.php/Compilation_Instructions_V7.2" rel="noreferrer" target="_blank">http://wiki.opengatecollabora<wbr>tion.org/index.php/<wbr>Compilation_Instructions_V7.2</a>><br>
<br>
        Is this indeed "the procedure" that you have followed extremely<br>
        closely?<br>
        If no: what *did* you use?<br>
<br>
        If yes: could you specify where exactly you get stuck, and what<br>
        you mean by "make a path to rootcint"? Can you quote the error<br>
        messages? It is better to quote to much than too little.<br>
<br>
        Random guess (sorry if I'm completely off): did you run "source<br>
        /PATH/TO/ROOT/bin/thisroot.sh" (or .csh, if you are a csh user)<br>
        in the same shell as where you are running ccmake? To test this,<br>
        just *before* starting the cmake step, issue this command (in<br>
        the shell):<br>
<br>
        which root-config<br>
<br>
        If this gives the correct path, then the shell is configured<br>
        with your favorite ROOT version and cmake should be able to find<br>
        it. If the answer is empty (or an error) then maybe you should<br>
        try to source root (again?) before running the cmake step.<br>
<br>
<br>
            All files and directories show that they are in the proper<br>
            places, and I<br>
            am quite confident that the command I am using is correct,<br>
            but if anyone<br>
            else has had this problem I would really appreciate any<br>
            input on how to<br>
            resolve it. This is the final step in having a fully<br>
            functional Gate<br>
            running computer, and I really need it in order to move<br>
            forward in my<br>
            research.<br>
<br>
<br>
        Unfortunately, I need to warn you here. You *never* really know<br>
        if a specific compiling problem (or to some bug) is the "final<br>
        one" until you have explicitly confirmed that fixing that one<br>
        problem resulted in a correctly running program. Behind the<br>
        current roadblock many others may still be hiding.<br>
<br>
        Hope that helps,<br>
        David Boersma<br>
<br>
        PS: You have quite an illustrious name! (I work in proton therapy.)<br>
<br>
<br>
<br>
            Many thanks in advance,<br>
<br>
            *R. Kevin Wilson*<br>
<br>
            San Diego State University | /2017/<br>
            Department of Physics | /M.S Medical Physics/<br>
            Radiation Detection Measuring & Modeling Laboratory<br>
            /PET/SPECT Modeling - vGate & GEANT4/<br>
<br>
<br>
<br>
            Clemson University | /2015/<br>
            College of Engineering & Science<br>
            Department of Physics & Astronomy | /B.S. Applied Physics/<br>
            CU EBIT & Atomic Physics Laboratory *|* /Intern Recipient<br>
            and Student<br>
            Researcher/<br>
<br>
            ///<br>
            /<br>
            <a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a> <mailto:<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a><wbr>><br></div></div>
            <mailto:<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a> <mailto:<a href="mailto:rkwilson@mail.sdsu.edu" target="_blank">rkwilson@mail.sdsu.edu</a><wbr>>><br>
            <a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a> <mailto:<a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a>><br>
            <mailto:<a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a> <mailto:<a href="mailto:rkwilso@g.clemson.edu" target="_blank">rkwilso@g.clemson.edu</a>><wbr>><br>
            <a href="tel:%28828%29%20216-5310" value="+18282165310" target="_blank">(828) 216-5310</a> <tel:%28828%29%20216-5310><span class=""><br>
<br>
<br>
            ______________________________<wbr>_________________<br>
            Gate-users mailing list<br>
            <a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecolla<wbr>boration.org</a><br></span>
            <mailto:<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.openg<wbr>atecollaboration.org</a>><br>
            <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollabora<wbr>tion.org/mailman/listinfo/<wbr>gate-users</a><span class=""><br>
            <<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollabor<wbr>ation.org/mailman/listinfo/<wbr>gate-users</a>><br>
<br>
        ______________________________<wbr>_________________<br>
        Gate-users mailing list<br>
        <a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecolla<wbr>boration.org</a><br></span>
        <mailto:<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.openg<wbr>atecollaboration.org</a>><br>
        <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollabora<wbr>tion.org/mailman/listinfo/<wbr>gate-users</a><br>
        <<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollabor<wbr>ation.org/mailman/listinfo/<wbr>gate-users</a>><br>
<br>
<br>
<br>
</blockquote><div class="HOEnZb"><div class="h5">
______________________________<wbr>_________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecolla<wbr>boration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollabora<wbr>tion.org/mailman/listinfo/<wbr>gate-users</a></div></div></blockquote></div><br></div>