<div dir="ltr"><div><div>Hi David,<br></div>what I did to solve the issue I'm not proud of but it seemed to work at first but not sure anymore. what i did was I already have the vgate_V7.2 so i went there and took the TVector2.h file and added it in my pc. now im thinking about it, it might be the reason why its still not working.<br></div><div><div><div><div class="gmail_extra"><br></div><div class="gmail_extra">so now i started the build from scratch but got a new list of errors:<br><br>#####<br>[ 2%] Built target itkzlib<br>[ 6%] Built target MetaIO<br>[ 6%] Linking CXX executable Gate<br>/usr/bin/ld: warning: libssl.so.10, needed by /home/gate/Downloads/root_v5.34/lib/libNet.so, not found (try using -rpath or -rpath-link)<br>/usr/bin/ld: warning: libcrypto.so.10, needed by /home/gate/Downloads/root_v5.34/lib/libNet.so, not found (try using -rpath or -rpath-link)<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_CTX_use_PrivateKey_file@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_set_fd@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_library_init@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_CTX_use_certificate_chain_file@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_connect@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_new@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_free@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_shutdown@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `HMAC@libcrypto.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_peek@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_write@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_CTX_new@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSLv23_method@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_set_quiet_shutdown@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `EVP_sha1@libcrypto.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_CTX_free@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_CTX_load_verify_locations@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_read@libssl.so.10'<br>/home/gate/Downloads/root_v5.34/lib/libNet.so: undefined reference to `SSL_get_error@libssl.so.10'<br>collect2: error: ld returned 1 exit status<br>make[2]: *** [Gate] Error 1<br>make[1]: *** [CMakeFiles/Gate.dir/all] Error 2<br>make: *** [all] Error 2<br><br><br>#####<br><br><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Message: 2<br>
Date: Tue, 20 Dec 2016 10:28:57 +0100<br>
From: David Boersma <<a href="mailto:david.boersma@physics.uu.se">david.boersma@physics.uu.se</a>><br>
To: <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.<wbr>opengatecollaboration.org</a>><br>
Subject: Re: [Gate-users] Issue with installing gate_v7.2<br>
Message-ID: <<a href="mailto:90b22600-ff8a-eed2-64c6-0324f3563caf@physics.uu.se">90b22600-ff8a-eed2-64c6-<wbr>0324f3563caf@physics.uu.se</a>><br>
Content-Type: text/plain; charset="utf-8"; format=flowed<br>
<br>
Hi Ezzat,<br>
<br>
Good to see that you solved that particular issue.<br>
Could you share with the mailing list how you solved it?<br>
<br>
(Whenever you run into such a problem then there are usually more people<br>
just like you who run into the exact same problem, who are silently very<br>
grateful to you that you are bringing it up here on the mailing list. So<br>
it is almost always important to also describe the solution, if you got<br>
any! Don't keep us in suspense... And if we would finally get our e-mail<br>
archive back online, searchable with Google, then those users would even<br>
find your e-mail thread quite easily.)<br>
<br>
After you fixed the TVector2.h issue, did you start the build completely<br>
from scratch? I strongly suspect that in this case that is necessary.<br>
Make a new empty build directory and start with running ccmake in that<br>
directory.<br>
<br>
Good luck,<br>
David<br>
<br>
<br>
Den 18/12/2016 kl. 09:16, skrev Ezzat Elmo:<br>
> Good day everyone<br>
><br>
> I was able to solve the previous issue wit the TVector2.h , thanks David<br>
><br>
> but now I'm facing a new one and cant seem to be able to figure it out,<br>
> again<br>
> Gate_v7.2 on Ubuntu 14.04<br>
> root 5.34<br>
><br>
><br>
> Thanks in advance for your help,<br>
> Ezzat<br>
> ###<br>
><br>
> [100%] Linking CXX executable Gate<br>
> /usr/bin/ld: cannot find -lGraf3d<br>
> /usr/bin/ld: cannot find -lPostscript<br>
> /usr/bin/ld: cannot find -lPhysics<br>
> collect2: error: ld returned 1 exit status<br>
> make[2]: *** [Gate] Error 1<br>
> make[1]: *** [CMakeFiles/Gate.dir/all] Error 2<br>
> make: *** [all] Error 2<br>
><br>
> ####<br>
<br></blockquote></div></div></div></div></div></div>