<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi Rayn,<br><br>thank you for your answer.<br>Of course, you are right. I use cmake to configure and generate the makefiles.<br>Then I compile my code via the Shell/Terminal with GCC (C++ Compiler).<br>After defining the location of my FLTK binaries and libraries right (thank you Rayn!!) I use the "make" command to build ITKGray.<br><br>Then&nbsp; I get the following Message:<br>" [ 89%] Building CXX object CMakeFiles/itksnapui.dir/SnakeParametersUI.cxx.o<br>[ 90%] Building CXX object CMakeFiles/itksnapui.dir/UserInterface.cxx.o<br>Linking CXX static library libitksnapui.a<br>[100%] Built target itksnapui<br>Scanning dependencies of target InsightSNAP<br>[100%] Building CXX object CMakeFiles/InsightSNAP.dir/UserInterface/SNAPMain.cxx.o<br>Linking CXX executable InsightSNAP<br>ld: duplicate symbol ImageWrapper&lt;unsigned short&gt;::InitializeToWrapper(ImageWrapperBase const*, itk::Image&lt;unsigned short, 3u&gt;*)in libitksnaplogic.a(GreyImageWrapper.cxx.o) and libitksnaplogic.a(LabelImageWrapper.cxx.o)<br>collect2: ld returned 1 exit status<br>make[2]: *** [InsightSNAP] Error 1<br>make[1]: *** [CMakeFiles/InsightSNAP.dir/all] Error 2<br>make: *** [all] Error 2"<br><br>Have you any idea what to do?<br>Sorry for my inexperience.<br><br>Thanks.<br>Uli<br><br><br><br><br><hr id="stopSpelling">Date: Mon, 14 Mar 2011 09:05:53 -0700<br>Subject: Re: [Insight-users] itk installation<br>From: ryanleesmith@gmail.com<br>To: u_aretz@hotmail.com<br>CC: insight-users@itk.org<br><br>Hi Uli-<div><br></div><div>Cmake is your cross platform make software, not your compiler. &nbsp;Did you compile your code, e.g. using visual studio in windows? When you opened your ITKGray project in CMake, did you define the location of your compiled FLTK binaries and libraries inside of the Cmake GUI? Cheers-</div>
<div><br></div><div>-Ryan<br><br><div class="ecxgmail_quote">On Mon, Mar 14, 2011 at 2:16 AM, Uli Aretz <span dir="ltr">&lt;<a href="mailto:u_aretz@hotmail.com">u_aretz@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div>
Hi Ryan,<br><br>I use Cmake 2.8-4.<br>Now I get the problem with ITK. I just download the new version of ITK and Cmake and it works.<br><br>But I have a new problem:<br>At the end I want to install ITKGray on my MAC OSX(10.6.5). While installing ITKGray I get a problem with FLTK allthough it is already installed and works.<div class="ecxim">
<br>These are the steps I have done:<br><br></div>1) Install ITK, VTK and FLTK ..... and they work!<br><br>2) Download itkGray with<br><br>svn co <a href="https://white.stanford.edu/repos/itkgray" target="_blank">https://white.stanford.edu/repos/itkgray</a><br>
<br>3) When I want to configure itkgray with cmake I get this message:<br><br>"Fltk resources not found, GUI application will not respond to mouse events<br><br>&nbsp;CMake Warning (dev) in CMakeLists.txt:<br>&nbsp;&nbsp; No cmake_minimum_required command is present.&nbsp; A line of code such as<br>
<br>&nbsp;&nbsp;&nbsp;&nbsp; cmake_minimum_required(VERSION 2.8)<br><br>&nbsp;&nbsp; should be added at the top of the file.&nbsp; The version specified may be lower<br>&nbsp;&nbsp; if you wish to support older CMake versions for this project.&nbsp; For more<br>&nbsp;&nbsp; information run "cmake --help-policy CMP0000".<br>
&nbsp;This warning is for project developers.&nbsp; Use -Wno-dev to suppress it."<br><br><br>I do not know if this mailinglist is the right one but perhaps you have 
an idea?<br>Thank you for help.<br><font color="#888888">Uli<br></font><div class="ecxhm"><br><br><br><hr>Date: Wed, 9 Mar 2011 10:25:48 -0800<br>Subject: Re: [Insight-users] itk installation<br>From: <a href="mailto:ryanleesmith@gmail.com">ryanleesmith@gmail.com</a><br>
To: <a href="mailto:u_aretz@hotmail.com">u_aretz@hotmail.com</a><br>CC: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a></div><div><div></div><div class="h5"><br><br>Hi Uli-<div>
Which compiler do you intend to use? Thanks-</div><div>-Ryan</div><div><br><div>On Wed, Mar 9, 2011 at 5:25 AM, Uli Aretz <span dir="ltr">&lt;<a href="mailto:u_aretz@hotmail.com">u_aretz@hotmail.com</a>&gt;</span> wrote:<br>

<blockquote style="padding-left: 1ex;">



<div>
Dear ITK users,<br>
<br>
I tried to install ITK on my MAC OSX(10.6.5) but do not get it compiled.<br>
<br>
These are the steps I have done:<br>
<br>
1) cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login<br><div>
<br>
2) cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co -r 
ITK-2-6 Insight<br>
<br>
the download works but I get some errors while the compilation with 
cmake:<br>
<br>
 &nbsp;Warning: turning off implicit template instantiation<br>
 &nbsp;CMake Error: Checking signedness of char -- failed<br>
<br>
3) I have also tried other versions of ITK<br>
<br>
I do not know how to solve the problem anymore. I would be happy if you could help me.<br>
Thank you for your efforts.<br>
<br>
Yours sincerely<br><font color="#888888">
Uli</font></div>                                               </div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>                                               </div></div></div>
</blockquote></div><br></div>                                               </body>
</html>