Dear Vivien,<div><br></div><div>I deleted the previous version of vv and after installing and adding the path, I got the following error:</div><div><br></div><div><br></div><div><img src="cid:ii_13d1c06fee3a8641" alt="Inline images 1"><br>
<br><div class="gmail_quote">Please note that vv was working fine before and it didn't give this error. Do you know how to solve it?</div><div class="gmail_quote"><br></div><div class="gmail_quote">Best wishes,</div><div class="gmail_quote">
<br></div><div class="gmail_quote">Bilal</div><div class="gmail_quote"><br></div><div class="gmail_quote">On 27 February 2013 13:51, Vivien Delmon <span dir="ltr"><<a href="mailto:vivien.delmon@creatis.insa-lyon.fr" target="_blank">vivien.delmon@creatis.insa-lyon.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 02/24/2013 12:09 PM, Simon Rit wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear Bilal,<br>
We are considering this for VV first but we will not support this for<br>
clitk tools. We are happy to provide clitk tools but users must try to<br>
solve their compilation issues.<br>
</blockquote>
<br></div>
I just compiled the first vv nightly build (linux 64 bits) which is available here :<br>
<a href="http://www.creatis.insa-lyon.fr/~delmon/vv_nightly/vv-20130227.sh" target="_blank">http://www.creatis.insa-lyon.<u></u>fr/~delmon/vv_nightly/vv-<u></u>20130227.sh</a><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
By the way, compilation of clitk tools, if this is what you are<br>
interested in, should not require qt if you disable VV compilation<br>
(CLITK_BUILD_VV:BOOL=OFF).<br>
Simon<br>
<br>
On Sat, Feb 23, 2013 at 12:13 AM, Bilal Tahir <<a href="mailto:b.tahir@sheffield.ac.uk" target="_blank">b.tahir@sheffield.ac.uk</a><br></div><div class="im">
<mailto:<a href="mailto:b.tahir@sheffield.ac.uk" target="_blank">b.tahir@sheffield.ac.<u></u>uk</a>>> wrote:<br>
<br>
Can I make a request that the latest version of VV including CLITK<br>
with all options set to ON be made available as a precompiled .sh<br>
binary file? Slicer3D <a href="http://download.slicer.org/" target="_blank">http://download.slicer.org/</a> allows for a<br>
nightly download of the binary version of the latest version.<br>
<br>
This is due to my case where I have experienced many errors in<br>
trying to install the relevant programs until I finally get to<br>
install CLITK whereas the Oct 2012 precomiled binary .sh file worked<br>
fine on linux for me. However, CLITK was not included in that release.<br>
<br>
Best wishes,<br>
<br>
Bilal<br>
<br>
On 22 February 2013 22:58, Bilal Tahir <<a href="mailto:b.tahir@sheffield.ac.uk" target="_blank">b.tahir@sheffield.ac.uk</a><br></div><div><div class="h5">
<mailto:<a href="mailto:b.tahir@sheffield.ac.uk" target="_blank">b.tahir@sheffield.ac.<u></u>uk</a>>> wrote:<br>
<br>
Dear All,<br>
<br>
I am trying to install CLITK by adding the relevant =ON options<br>
on the CMakeLists.txt file (attached edited version in this<br>
email) found in the following link<br>
<a href="https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=blob;f=superbuild/CMakeLists.txt" target="_blank">https://git.creatis.insa-lyon.<u></u>fr/pubgit/?p=clitk.git;a=blob;<u></u>f=superbuild/CMakeLists.txt</a><br>
<br>
I then run the following two commands:<br>
<br>
<br>
cmake superbuild-file-directory<br>
make<br>
<br>
However, after running 'make' it started installing the programs<br>
(ITK, QT and VTK) one after the other for several hours until it<br>
reached 60% of the last program 'VV' where it gave the following<br>
errors and stopped:<br>
<br>
collect2: ld returned 1 exit status<br>
make[5]: *** [bin/vv] Error 1<br>
make[4]: *** [vv/CMakeFiles/vv.dir/all] Error 2<br>
make[3]: *** [all] Error 2<br>
make[2]: *** [Stamp/VV/VV-build] Error 2<br>
make[1]: *** [CMakeFiles/VV.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
I've copied and posted some of the last few lines up till the<br>
point that the error came.<br>
<br>
The 'make' command created several folders in my home folder<br>
(/home/md1bat/) including 'Source' and 'Build'. It appears that<br>
ITK, QT and VTK (not VV) completed as you can see from<br>
the /home/md1bat/CMakeFiles/ folder.<br>
<br></div></div><div class="im">
Inline images 1<br>
<br>
Within the 'Build' folder, each of the four programs, ITK, VTK,<br>
QT and VV have at least a bin and/or lib folder. This is not the<br>
case in the 'Source' folder. Therefore, I have added the paths<br>
of the respective bin and lib folders from the 'Build' folder<br>
(not Source) to my .bashrc file (attached in this email).<br>
However, none of the programs (including the completed ITK, QT<br>
and VTK) seem to work even if I want to check which version I<br>
have installed using the command e.g itk --version. I have now<br>
deleted the precompiled 'VV' Oct 2012 version which used to work<br>
with the command vv. However, the command vv now gives the<br>
output 'command not found'.<br>
<br>
I'm not sure if I have done the export path correctly on my<br>
.bashrc as I have referenced it to the 'Build' folder and not<br>
the 'Source' folder as there was no bin or lib folders within<br>
that. Furthermore, I have no idea why the errors occurred.<br>
<br>
Please let me know if you have any suggestions.<br>
<br>
Best wishes,<br>
<br>
Bilal Tahir,<br>
James Morrison Researcher in Radiotherapy Imaging,<br>
University of Sheffield/Weston Park Cancer Hospital<br>
</div></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Vivien Delmon<br>
PhD student at CREATIS, Lyon<br>
Supported by ANRT and ELEKTA<br>
<a href="http://www.creatis.insa-lyon.fr/rio" target="_blank">http://www.creatis.insa-lyon.<u></u>fr/rio</a><br>
<br>
A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br>
A: Top-posting.<br>
Q: What is the most annoying thing in e-mail?</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
vv mailing list<br>
<a href="mailto:vv@creatis.insa-lyon.fr" target="_blank">vv@creatis.insa-lyon.fr</a><br>
<a href="http://www.creatis.insa-lyon.fr/mailman/listinfo/vv" target="_blank">http://www.creatis.insa-lyon.<u></u>fr/mailman/listinfo/vv</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Bilal Tahir,<div>James Morrison Researcher in Radiotherapy Imaging</div>
</div>